Skip to content

avenmia/quantum-lamps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantum-lamps

CI/CD

Docker

Client

curl https://raw.githubusercontent.com/avenmia/quantum-lamps/master/setup.sh | bash -s ws://quantum-lamps-server secret username latest

Server

docker run -d --restart unless-stopped -p 8080:8080 -e SHARED_SECRET=secret -e PORT=8080 avenmia/quantum-lamps-server:latest

Circuit Diagram

Circuit Diagram

Raspberry Pi Deployment

Recommended steps before running setup script:

# Change password for user pi
passwd pi
# Update installed packages
apt-get update && apt-get upgrade -y
# Set locale, timezone, keyboard layout, hostname
raspi-config
# reboot
reboot