public | ||
.gitignore | ||
config.ini.example | ||
cron.sh | ||
devicecheck.py | ||
README.md | ||
requirements.txt |
Lecturehalls-dashboard
A website that monitors devices in the lecturehalls and lists their status.
The application consists of a backend python script that does the checking, a database to store the results and a javascript frontend that presents the results to the user.
Config
config.ini.example
contains the required parameters. Copy it to config.ini
and update with valid values.
The included cron.sh
should be called from cron with its absolute path.