A system to convey information using atmospheric lighting provided by an RGB LED strip connected to a Raspberry Pi.
Requires: Python 3
python -m venv /path/to/venvs/auraio
python setup.py install
[program:auraio]
command=auraio
autorestart=true
stderr_events_enabled=true
stdout_events_enabled=true
redirect_stderr=true