NetworkNodeWifiInfo
Z Net47 2.0
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >20</ Priority > < Request > < Type >NetworkNodeWifiInfo</ Type > < NetworkNodeWifiInfo > < NodeID >198</ NodeID > </ NetworkNodeWifiInfo > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź dla Mikrotika:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NetworkMikrotikWifiInfo</ Type > < NetworkMikrotikWifiInfo > < interface >wlan1</ interface > < mac-address >00:36:6A:C1:45:13</ mac-address > < ap >no</ ap > < wds >no</ wds > < bridge >no</ bridge > < rx-rate >11.0Mbps</ rx-rate > < tx-rate >11.0Mbps</ tx-rate > < packets >106,43</ packets > < bytes >1250,7826</ bytes > < frames >106,43</ frames > < frame-bytes >1232,7568</ frame-bytes > < hw-frames >106,308</ hw-frames > < hw-frame-bytes >3776,14960</ hw-frame-bytes > < tx-frames-timed-out >0</ tx-frames-timed-out > < uptime >34m45s</ uptime > < last-activity >14s860ms</ last-activity > < signal-strength >-46dBm@1Mbps</ signal-strength > < signal-to-noise >59dB</ signal-to-noise > < signal-strength-ch0 >-46dBm</ signal-strength-ch0 > < strength-at-rates >-46dBm@1Mbps14s860ms,-47dBm@11Mbps17m58s140ms</ strength-at-rates > < tx-ccq >100%</ tx-ccq > < p-throughput >7823</ p-throughput > < distance >1</ distance > < last-ip >1.2.2.2</ last-ip > < ap-tx-limit >10240000</ ap-tx-limit > < client-tx-limit >10240000</ client-tx-limit > < _802.1x-port-enabled >yes</ _802.1x-port-enabled > < management-protection >no</ management-protection > < wmm-enabled >no</ wmm-enabled > </ NetworkMikrotikWifiInfo > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 10 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >Użytkownik niepodłączony do żadnego urządzenia NAS</ Error > < Error >Nieprawidłowe pobranie danych dla danego urządzenia</ Error > </ Request > </ Net47 > //BEGINEND// |