A small Webserver recieving temperature and other weather data that stores them in a sqlite database and provides a REST-API to access them
Go to file
2026-06-28 17:04:34 +02:00
.idea Stations 2026-06-28 14:15:24 +02:00
models ADD: fetch raw measurements 2026-06-28 17:04:28 +02:00
services ADD: fetch raw measurements 2026-06-28 17:04:28 +02:00
.gitignore UPD: gitignore 2026-06-28 14:15:48 +02:00
db.py ADD: Measurements 2026-06-28 16:06:26 +02:00
LICENSE Initial commit 2026-06-28 11:08:03 +00:00
main.py CLEANUP 2026-06-28 17:04:34 +02:00
README.md Initial commit 2026-06-28 11:08:03 +00:00
simulate_measurements.py ADD: Simulate measurements 2026-06-28 16:55:59 +02:00
test_main.http Stations 2026-06-28 14:15:24 +02:00

WetterstationServer

A small Webserver recieving temperature and other weather data that stores them in a sqlite database and provides a REST-API to access them