IOT hub
Go to file
2019-11-15 10:35:56 -05:00
static begin converting AJAX to Websocket 2019-11-15 10:35:56 -05:00
templates begin converting AJAX to Websocket 2019-11-15 10:35:56 -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 begin converting AJAX to Websocket 2019-11-15 10:35:56 -05:00
juice.py begin converting AJAX to Websocket 2019-11-15 10:35:56 -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 converted flask app to aiohttp app 2019-11-08 13:11:57 -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 requests

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

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