Skip to content

mikeshultz/auraio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

auraio

A system to convey information using atmospheric lighting provided by an RGB LED strip connected to a Raspberry Pi.

Install

Requires: Python 3

Setup a Virtual Environment

python -m venv /path/to/venvs/auraio

Install

python setup.py install

Configure

Example supervisord INI

[program:auraio]
command=auraio
autorestart=true
stderr_events_enabled=true
stdout_events_enabled=true
redirect_stderr=true

About

Communicates important information using the atmospheric lighting of an RGB LED strip connected to a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages