berlin-open-wireless-lab / DAWN

Decentralized WiFi Controller
GNU General Public License v2.0
367 stars 63 forks source link

Question clients network view and hearing map #163

Open MrWGT opened 2 years ago

MrWGT commented 2 years ago

I'm using dawn on 3 APs. Each AP has 2.4/5 networks with same ssids managed by dawn. Additionally each AP has networks for IOT reasons with unique names to force "dump iot devices" to a specific ap. If i look at network overview of e.g. AP TEST-MR8300 having network IOT_SUSI_FLUR i see 8 devices:

`E0:98:06:8D:A1:84 not available not available %d
D8:BF:C0:1A:1A:62 not available not available %d
EC:FA:BC:6E:AE:DF not available not available %d
E4:23:54:17:67:93 not available not available %d
68:C6:3A:F4:38:E7 not available not available %d
E0:98:06:8C:E4:6E not available not available %d
BC:DD:C2:13:B2:17 not available not available -52
D8:BF:C0:19:BE:EB not available not available %d`

But if i look at hearing map i see only a few and other devices:

`BC:DD:C2:13:B2:17 E8:9F:80:15:F9:62 2.412 GHz Channel: 1 False False -53 -1 -1 22.35 % 8 124
CE:20:ED:2A:AE:F4 E8:9F:80:15:F9:62 2.412 GHz Channel: 1 True False -80 -1 -1 22.35 % 8 70
62:DF:85:9A:84:3F E8:9F:80:15:F9:62 2.412 GHz Channel: 1 True False -85 -1 -1 22.35 % 8 60`

Is this due to "not r enabled"? I would've expected that i see at least the 8 connected devices (network overview) in hearing map. Or is this due to a timeout because no data was transfered while still connected?

Ian-Clowes commented 2 years ago

I think the LUCI componente has been flagged as broken a while ago. I'm less interested overall in it, but still plan to take a look soon at whether it and the network / hearing summaries are aligned to display correctly.

In the meantime if a ubus call dawn get_hearing (or get_network map at the end) gives valid data than the core bits are working correctly, and hopefully the LUCI app will do so soon.