Go to file
2024-09-18 10:22:41 +02:00
public Centering headings 2024-09-09 15:30:42 +02:00
.gitignore Added virtualenv directory to gitignore 2024-09-18 10:22:41 +02:00
config.ini.example Added example config file 2024-09-09 11:45:01 +02:00
cron.sh Initial MVP 2024-09-09 11:41:02 +02:00
devicecheck.py Initial MVP 2024-09-09 11:41:02 +02:00
README.md Added readme 2024-09-09 11:49:25 +02:00
requirements.txt Initial commit 2024-09-04 10:19:10 +02:00

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.