Commit graph

11 commits

Author SHA1 Message Date
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
Jo-Philipp Wich
74da73b012 applications: add ACL dependency annotations to legacy controllers
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-19 17:17:26 +02:00
Dirk Brenken
f76a020db1
Merge pull request #3929 from PolynomialDivision/fix/stop_adding_config_files
luci-app-dawn: stop adding not used config files
2020-04-19 10:46:26 +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
Jonny Tischbein
59d426f20b luci-app-dawn: hearing map with div tables
Signed-off-by: Jonny Tischbein <jonny_tischbein@systemli.org>
2020-04-18 12:54:34 +02:00
Jonny Tischbein
f25910a644 luci-app-dawn: rewrite dawn hearing map in table form
Signed-off-by: Jonny Tischbein <jonny_tischbein@systemli.org>
2020-04-18 10:26:09 +02:00
Jo-Philipp Wich
43e872871a treewide: stage ACL rules for legacy applications
Fixes: #3866
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-10 23:21:35 +02:00
Polynomialdivision
0ea4115a3a luci-app-dawn: add dependencies
Missing:
- luci-compat
- luci-lib-json

Fixes #3836

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-10 10:39:49 +02:00
Polynomialdivision
1733b4f7da luci-app-dawn: fix typos
Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-10 10:38:27 +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