IOT hub
static | ||
templates | ||
.gitignore | ||
buckler_aiohttp.py | ||
config.py.template | ||
events.py | ||
juice.py | ||
LICENSE | ||
models.py | ||
mqtt.py | ||
README.md | ||
tools.py |
Juice
A hub for controlling IOT devices.
Requirements
Python 3.6+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop requests paho-mqtt
Install
- Get on the floor
- Walk the dinosaur
Usage
gunicorn juice:init_app --bind localhost:5300 --worker-class aiohttp.GunicornWebWorker