/uni-iot-skeleton

Skeleton project for IoT workshop in Tel Aviv University

Primary LanguageAssembly

uni-iot-skeleton

Skeleton project for IoT Workshop in Tel Aviv University.

TODO:

04 Web App

The website is built on flask. To run it:

cd website
pip install -r requirements.txt   # install dependencies
python3 run.py

The website will then be available at localhost:8000

NOTE: The website sometimes takes a long time to load, this is because on each refresh, the Azure IoT Hub is queried to determine the list of devices. This query may take some time to return.