Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jason-rietzke/octo-lamp


https://github.com/jason-rietzke/octo-lamp

Last synced: 9 days ago
JSON representation

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`.