- PlatformIO
- Arduino MEGA2560
- Ethernet shield
- PlatformIO based
see platformio.ini
stored in folder /client
- rust
- cargo
go to /client
- cargo build
- cargo run
Requires ''systemd''
Install by creating a link to this project
/etc/systemd/system# ln -s /home/c3ma/led-board/client/ledBoard.service ledBoard.service
systemctl daemon-reload
systemctl enable ledBoard.service
Start deamon with
systemctl start ledBoard.service