Changes

Line 85: Line 85:     
Now that you have obtained a Session ID, you can issue commands to the router. Lets start with commands that return information about the router. For example, this is a command that returns the router's '''[[RSSI]]'''(signal strength) value:
 
Now that you have obtained a Session ID, you can issue commands to the router. Lets start with commands that return information about the router. For example, this is a command that returns the router's '''[[RSSI]]'''(signal strength) value:
 +
 +
  {
 +
      "jsonrpc":"2.0", "id":1, "method":"call", "params":
 +
      [
 +
          "<span style=color:red>bde01a2da4a6f4a515bb9466f90bc58a</span>", "file", "exec",
 +
      {
 +
          "command":"<span style=color:orange>gsmctl</span>", "params":
 +
                  [
 +
                      "<span style=color:orange>-q</span>"
 +
                  ]
 +
      }
 +
      ]
 +
  }
    
   {
 
   {

Navigation menu