LEDMesh
LEDs over a mesh network
Raspberry PI Setup
OS
- Download Raspian Lite: https://downloads.raspberrypi.org/raspbian_lite_latest
- Flash
20XX-XX-XX-raspbian-stretch-lite.zip
using Etcher - Remove/reinsert flash drive
- Add
ssh
andbootstrap
files:touch /Volumes/boot/ssh cp bin/bootstrap /Volumes/boot/ chmod a+x /Volumes/boot/bootstrap diskutil umount /Volumes/boot
First Boot
ssh pi@raspberrypi.local
# password: raspberry
# change default password
passwd
/bootstrap
Build and run
go run main.go