This script reads data from a csv file and presents them on a web dashboard.

- Clone repository into web directory
- check if dashboard is displayed correctly
- update file-paths in updateJSON.py
dataFilePath = "./latest_values.dat"
jsonFilePath = "./data.json"- run updatate-routine
python updateJSON.py- make sure that the following files exist in the web-directory:
- index.html
- script.js
- data.js
- check that values on dashboard are updating
- Change Parameters in runServer.py
hostName = "localhost"
serverPort = 80
dataFilePath = "./latest_values.dat"- start server
python runServer.pyThis Dashboard uses several external ressources. Please check the license before using the dashboard: