AmbiPi: Python LED Strip Control
https://github.com/bitsworking/ambipi/blob/master/src/ambipi.py
If you start ./ambipi.py
without parameters, it will run in console mode.
You can also daemonize it with the -d
option followed by either start
, stop
,
or restart
:
./ambipi.py -d start
./ambipi.py -d stop
./ambipi.py -d restart
Links