Changes

Line 297: Line 297:     
===WIFI clients list===
 
===WIFI clients list===
 +
 +
This commands
 +
 +
 +
'''Windows:'''
 +
{
 +
    "jsonrpc": "2.0", "id": 1, "method": "call", "params":
 +
    [
 +
        "86fc586fa1471622473434ff0176fd66", "iwinfo", "assoclist",
 +
        {
 +
            "device":"wlan0"
 +
        }
 +
    ]
 +
}
 +
 +
'''Linux:'''
 +
curl -d "{ \"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"call\", \"params\": [ \"86fc586fa1471622473434ff0176fd66\", \"iwinfo\", \"assoclist\", {\"device\":\"wlan0\"} ] }" http://192.168.1.1/ubus
 +
 +
The response should look something like this:
 +
 +
{"jsonrpc":"2.0","id":1,"result":[0,{"results":
 +
[{"mac":"<span style=color:green>E4:02:9B:88:09:AA</span>","signal":-32,"noise":-88,"inactive":10,"rx":
 +
{"rate":1000,"mcs":0,"40mhz":false,"short_gi":false},"tx":
 +
{"rate":72200,"mcs":7,"40mhz":false,"short_gi":true}},
 +
{"mac":"<span style=color:green>D8:C7:71:47:90:E1</span>","signal":-12,"noise":-88,"inactive":400,"rx":
 +
{"rate":1000,"mcs":0,"40mhz":false,"short_gi":false},"tx":
 +
{"rate":72200,"mcs":7,"40mhz":false,"short_gi":true}}]}]}
    
===WIFI signal quality===
 
===WIFI signal quality===

Navigation menu