mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Update README.md
This commit is contained in:
parent
69122675b2
commit
2567f7923d
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
@ -43,3 +43,33 @@ I setup the OpenWRT Router as dump APs.
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
root@OpenWrt:~# ubus call dawn get_hearing_map
|
||||
{
|
||||
"Free-Cookies": {
|
||||
"0E:5B:DB:XX:XX:XX": {
|
||||
"00:27:19:XX:XX:XX": {
|
||||
"signal": -64,
|
||||
"freq": 2452,
|
||||
"ht_support": true,
|
||||
"vht_support": false,
|
||||
"channel_utilization": 12,
|
||||
"num_sta": 1,
|
||||
"ht": 1,
|
||||
"vht": 0,
|
||||
"score": 10
|
||||
},
|
||||
"A4:2B:B0:XX:XX:XX": {
|
||||
"signal": -70,
|
||||
"freq": 2412,
|
||||
"ht_support": true,
|
||||
"vht_support": false,
|
||||
"channel_utilization": 71,
|
||||
"num_sta": 3,
|
||||
"ht": 1,
|
||||
"vht": 0,
|
||||
"score": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue