fixed readme

This commit is contained in:
2EEEB 2020-04-08 15:27:04 +02:00
parent 3bd706f44d
commit 5b6d2ae7eb
Signed by: 2EEEB
GPG Key ID: 8F12BD6D9D435DB2
2 changed files with 7 additions and 3 deletions

View File

@ -3,8 +3,10 @@
Serverside stuff for thesis project.
Some components are under a different license.
###webapp
### webapp
Files for a flask webapp to visualise data from database.
###scripts
### scripts
Helper scripts.

View File

@ -1,4 +1,6 @@
#scripts
##inenvmon_collector.py
## inenvmon_collector.py
A helper script to listen to mqtt topic and write relevant data into the database.
Also takes care of timestamping and reporting source status to web app.