IOT hub
Go to file
2019-07-02 08:47:34 -04:00
static pwa 2019-07-02 08:47:34 -04:00
templates pwa 2019-07-02 08:47:34 -04:00
.gitignore added authentication 2019-06-16 18:22:47 -04:00
auth.py added add_key() 2019-06-23 15:03:03 -04:00
config.py.template added authentication 2019-06-16 18:22:47 -04:00
db.py added /manage page 2019-06-23 14:01:03 -04:00
juice.py overhauled auth system 2019-06-22 18:37:16 -04:00
README.md readme 2019-06-16 18:24:20 -04:00
tools.py overhauled auth system 2019-06-22 18:37:16 -04:00

Juice

A hub for controlling IOT devices.

Requirements

Python 3.6+
Python packages: flask gunicorn requests passlib argon2_cffi fido2

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn -b localhost:5300 juice:app