Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jason-rietzke/octo-lamp
https://github.com/jason-rietzke/octo-lamp
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jason-rietzke/octo-lamp
- Owner: jason-rietzke
- Created: 2023-03-16T18:35:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T22:48:50.000Z (9 months ago)
- Last Synced: 2024-12-07T13:37:46.364Z (15 days ago)
- Language: C++
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# octo-lamp
## Arduino Sketch
Make sure to set the `WIFI_SSID` and `WIFI_PASSWORD` variables to your WiFi network credentials.
And set the `SERVER_URL` and `SERVER_SECRET` variables to your server url and secret.## Server
Run server as `docker container` and make sure to set the `PORT` and `SECRET` environment variables.
The `SECRET` is used to authenticate the requests from the Arduino.
Set the same `SECRET` in the Arduino sketch as `SERVER_SECRET` variable alongside the `SERVER_URL`.