src | ||
.gitignore | ||
base.js | ||
Cargo.lock | ||
Cargo.toml | ||
favicon.ico | ||
index.html | ||
LICENSE | ||
papaparse.js | ||
README.md | ||
server.py | ||
uPlot.iife.min.js | ||
uPlot.min.css |
sensor-dashboard
Simple webpage to display gathered temperature and humidity data.
Usage
First, run take_measurement from raspi-oled regularly. Then run python3 server.py
and go to http://127.0.0.1:24473.
License
papaparse.js
Source: https://github.com/mholt/PapaParse License: MIT
uPlot
Source: https://github.com/leeoniya/uPlot License: MIT
This project
Copyright © 2023 Arne Keller
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.