/web_app

A Web GUI for a device for Raspberry PI.

Primary LanguagePython

A Web GUI for a device for Raspberry PI. List a flow sensor and store the readings in a file (read.py). the main program (main.py) reads the file and provides the data for the web framework bottle. in the script (app.py) the data is transferred to a json. then it is displayed with Chart.js as a chart (Index.html).