IOT hub
Go to file
2019-11-15 13:25:39 -05:00
static bugfix edit_field() on sub_devices 2019-11-15 13:25:39 -05:00
templates bugfix edit_field() on sub_devices 2019-11-15 13:25:39 -05: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 websocket events send to all connected clients 2019-11-15 12:54:41 -05:00
juice.py websocket events send to all connected clients 2019-11-15 12:54:41 -05:00
LICENSE add license 2019-09-28 14:47:31 -04:00
models.py begin converting AJAX to Websocket 2019-11-15 10:35:56 -05:00
README.md websocket events send to all connected clients 2019-11-15 12:54:41 -05:00
tools.py converted flask app to aiohttp app 2019-11-08 13:11:57 -05:00

Juice

A hub for controlling IOT devices.

Requirements

Python 3.6+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop requests

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

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