Commit graph

8 commits

Author SHA1 Message Date
mia
101881e6f2 added websocket. The file sensors/sender.py can be usede to send data to
a webserver.
2025-06-17 09:54:36 +02:00
mia
d1e7009433 Server now uses JS to render Graphs instead of Matplotlib. 2025-06-11 11:33:06 +02:00
mia
4e2311df7d moved images to appropriate folder
added image hash
2025-06-05 13:58:46 +02:00
mia
70c4de1a30 Added webserver font
Added bigger example data
Html changes in formating and in function
Json now gets Read in a function
Matplotlib now uses the 'Agg' backend
Modified gitignore
2025-06-02 08:52:31 +02:00
mia
4c654ec969 The webserver is now using flask instead of python http server. This is
due to its incapability to easily render images or graphs.
The program now also uses a new class called 'Sensor' instead of a
very long for loop to correctly format the data from the json file.
Added LICENSE file
Added favicon
Added Flask HTML
2025-05-27 11:25:37 +02:00
mia
47f6657327 added matplotlib to plot graphs; elements are now sorted from newest to oldest; slight changes in html structure; 2025-05-21 21:21:39 +00:00
mia
d7a1026ad1 formatted html 2025-05-21 14:21:12 +02:00
mia
7112d06e88 added basic webserver 2025-05-21 11:47:27 +02:00