IOT hub
Go to file
2020-03-18 13:07:07 -04:00
static add time_offset control 2020-03-18 13:07:07 -04:00
templates add time_offset control 2020-03-18 13:07:07 -04:00
.gitignore gitignore 2019-11-08 13:13:56 -05:00
buckler_aiohttp.py converted flask app to aiohttp app 2019-11-08 13:11:57 -05:00
config.py.template moved security to buckler 2019-09-25 19:57:54 -04:00
events.py add time_offset control 2020-03-18 13:07:07 -04:00
juice.py lightstrip controls single leds 2019-11-18 13:05:37 -05:00
LICENSE add license 2019-09-28 14:47:31 -04:00
models.py add time_offset control 2020-03-18 13:07:07 -04:00
mqtt.py lightstrip controls single leds 2019-11-18 13:05:37 -05:00
README.md lightstrip controls single leds 2019-11-18 13:05:37 -05:00
tools.py lightstrip controls single leds 2019-11-18 13:05:37 -05:00

Juice

A hub for controlling IOT devices.

Requirements

Python 3.6+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop requests paho-mqtt

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn juice:init_app --bind localhost:5300 --worker-class aiohttp.GunicornWebWorker