Changes

Line 294: Line 294:  
==Some Additional Commands==
 
==Some Additional Commands==
   −
If the commands found in the guide bellow did not suffice, this section provides a list of additional ones. The commands presented in this section will be for both Linux and Windows operating systems.  
+
If the commands found in the guide above did not suffice, this section provides a list of additional ones. The commands presented in this section will be for both Linux and Windows operating systems. They should be used as syntax examples for your own purposes.
    
===WIFI clients list===
 
===WIFI clients list===
   −
This commands
+
This command returns a list of devices connected to your WLAN and some additional information about the connection.
      Line 318: Line 318:     
  {"jsonrpc":"2.0","id":1,"result":[0,{"results":
 
  {"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":
+
  [{"mac":"<span style=color:green>E4:02:9B:88:09:AA</span>","signal":<span style=color:blue>-32</span>,"noise":<span style=color:blue>-88</span>,"inactive":<span style=color:blue>10</span>,"rx":
  {"rate":1000,"mcs":0,"40mhz":false,"short_gi":false},"tx":
+
  {"rate":<span style=color:blue>1000</span>,"mcs":<span style=color:blue>0</span>,"40mhz":<span style=color:blue>false</span>,"short_gi":<span style=color:blue>false</span>},"tx":
  {"rate":72200,"mcs":7,"40mhz":false,"short_gi":true}},
+
  {"rate":<span style=color:blue>72200</span>,"mcs":<span style=color:blue>7,"40mhz":<span style=color:blue>false,"short_gi":<span style=color:blue>true}},
  {"mac":"<span style=color:green>D8:C7:71:47:90:E1</span>","signal":-12,"noise":-88,"inactive":400,"rx":
+
  {"mac":"<span style=color:green>D8:C7:71:47:90:E1</span>","signal":<span style=color:blue>-12</span>,"noise":<span style=color:blue>-88</span>,"inactive":<span style=color:blue>400</span>,"rx":
  {"rate":1000,"mcs":0,"40mhz":false,"short_gi":false},"tx":
+
  {"rate":<span style=color:blue>1000</span>,"mcs":<span style=color:blue>0</span>,"40mhz":<span style=color:blue>false</span>,"short_gi":<span style=color:blue>false</span>},"tx":
  {"rate":72200,"mcs":7,"40mhz":false,"short_gi":true}}]}]}
+
  {"rate":<span style=color:blue>72200</span>,"mcs":<span style=color:blue>7</span>,"40mhz":<span style=color:blue>false</span>,"short_gi":<span style=color:blue>true</span>}}]}]}
 +
 
 +
Highlighted in green are the devices connected to the router via Wi-Fi as identified by their MAC addresses. The response information about the connection with the device, such as signal strength, noise, time of inactivity (idle time), rx, tx rate, HT mode (all highlighted in blue).
    
===WIFI signal quality===
 
===WIFI signal quality===

Navigation menu