Functionality - qwifi/qwifi-ui GitHub Wiki
- Allow administrator to specify mode (un-restricted, per-AP and per-device access codes)
- Allow administrator to specify access code timeout.
- Restrict access to administrative pages
- Maintain persistent, on-disk configuration file
- (Stretch goal) View active connections
- (Stretch goal) Manually kill active connection
Because we're using Python for our administrative interface already, and it is being served through Apache, the script that generates the access codes, updates the RADIUS database, generates the QR code, and sends it to the user interface device will probably also be part of this subproject.