IOT hub
Go to file
2019-11-08 13:11:57 -05:00
static converted flask app to aiohttp app 2019-11-08 13:11:57 -05:00
templates converted flask app to aiohttp app 2019-11-08 13:11:57 -05:00
.gitignore added authentication 2019-06-16 18:22:47 -04: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
juice.py converted flask app to aiohttp app 2019-11-08 13:11:57 -05:00
LICENSE add license 2019-09-28 14:47:31 -04:00
models.py converted flask app to aiohttp app 2019-11-08 13:11:57 -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