Commit graph

6 commits

Author SHA1 Message Date
Schleifer, Werner
d4ab37d9a0 luci-app-dawn: add missing quotation mark
Signed-off-by: Schleifer, Werner <werner.schleifer@gmx.de>
2021-09-24 16:11:36 +03:00
Jo-Philipp Wich
32f0ff25a2 luci-app-dawn: fix custom markup
- Properly indent HTML markup
 - Replace div-based table markup with actual tables
 - Escape SSID, hostname and interface values to prevent potential XSS

Fixes: #4942
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-29 11:51:39 +02:00
David Woodhouse
14cd02ba9f luci-app-dawn: Add hostname and interface to network overview
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-09 13:31:54 +01:00
Jonny Tischbein
4af446b510 luci-app-dawn: network overview rewrite with div tables
Signed-off-by: Jonny Tischbein <jonny_tischbein@systemli.org>
2020-04-19 23:25:50 +02:00
Polynomialdivision
130b7d55f7 luci-app-dawn: stop adding not used config files
Fixes https://github.com/berlin-open-wireless-lab/DAWN/issues/64.

The app adds config files under /etc/config/ for the Hearing Map
and the Network Overview.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-19 10:41:22 +02:00
Polynomialdivision
9707acf72f luci-app-dawn: add luci app for dawn
Dawn is a decentralized WiFi controller.
Just install dawn and the APs will find each other via umdns. They
periodically exchange information about connected clients, wireless
statistics and other needed information. With that, the daemon load
balances clients between different APs through association control.

Luci-app-dawn is the graphical user interface.
It allows to:
- Configure dawn
- View Wireless Network Overview
- View Hearing Map

The hearing map is the list of all probe requests seen from a client
from all APs that are running the controller.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-02 11:12:01 +02:00