mirror of
https://github.com/FliegendeWurst/sensor-dashboard.git
synced 2024-11-09 10:50:42 +00:00
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# sensor-dashboard
|
|
|
|
Simple webpage to display gathered temperature and humidity data.
|
|
|
|
![sensor-dashboard](https://github.com/FliegendeWurst/sensor-dashboard/assets/12560461/36d6f584-ba88-4856-822c-eaf265414ccf)
|
|
|
|
## Usage
|
|
|
|
First, run take_measurement from [raspi-oled](https://github.com/FliegendeWurst/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.
|