Changes

no edit summary
Line 120: Line 120:  
<li> The second one is used to commit the changes from RAM to flash memory </li>
 
<li> The second one is used to commit the changes from RAM to flash memory </li>
 
<li> The third one is used to the changes take effect</li>
 
<li> The third one is used to the changes take effect</li>
</ul><br>
+
</ul>
 
We'll not go into detail on UCI commands in this article, but you can check out our '''[[UCI command usage]]''' guide for detailed examples.  
 
We'll not go into detail on UCI commands in this article, but you can check out our '''[[UCI command usage]]''' guide for detailed examples.  
  −
   
====UCI SET====
 
====UCI SET====
 
----
 
----
The '''uci set''' command is used to set router parameters. <br>
+
The '''uci set''' command is used to set router parameters.
 +
 
 
As an example, let's try to change the router's WiFi SSID. The command to do so looks like this:
 
As an example, let's try to change the router's WiFi SSID. The command to do so looks like this:
   Line 153: Line 152:     
<li>Finally, highlighted in green is the value that will replace the old value.  '''''(In this case, it change the router's SSID to <span style=color:green>9999</span>.)'''''</li>
 
<li>Finally, highlighted in green is the value that will replace the old value.  '''''(In this case, it change the router's SSID to <span style=color:green>9999</span>.)'''''</li>
<li>Note: You should be sure that all the fields are correctly written</li><br>
   
</ul>
 
</ul>
If the issued command was a success, you should see a Response like this:<br>
+
If the issued command was a success, you should see a Response like this:
    
[[File:Postman uci set wireless.png|border|center|class=tlt-border|724x689px]]
 
[[File:Postman uci set wireless.png|border|center|class=tlt-border|724x689px]]
Line 172: Line 170:  
     ]
 
     ]
 
  }
 
  }
<br>
+
 
<li>When committing changes, you will need to specify the name of the file where the changes took place '''''(In this case, <span style=color:orange>wireless</span> config, which is highlighted in orange).</li><br>
+
'''Note''': when committing changes, you will need to specify the name of the file where the changes took place (In this case, <span style=color:orange>wireless</span> config, which is highlighted in orange).
 +
 
 
If the commit was successful, you should see the same message as before:
 
If the commit was successful, you should see the same message as before:
   Line 238: Line 237:     
If the commands found in the guide above did not suffice your needs, 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.
 
If the commands found in the guide above did not suffice your needs, 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.
<br><br>
   
===WiFi clients list===
 
===WiFi clients list===
 
----
 
----
Line 267: Line 265:     
To obtain these values, the Linux '''iwinfo''' command and '''assoclist''' parameter (red) are used. Highlighted in green are the devices connected to the router via WiFi 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, etc., is highlighted in blue.  
 
To obtain these values, the Linux '''iwinfo''' command and '''assoclist''' parameter (red) are used. Highlighted in green are the devices connected to the router via WiFi 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, etc., is highlighted in blue.  
<br>
   
===WiFi information===
 
===WiFi information===
 
----
 
----
Line 294: Line 291:     
As with the clients list command described above, to obtain this information the Linux '''iwinfo''' command is used, but this time with the '''info''' parameter (red). The relevant information, such as WiFi SSID, WiFi MAC address, WiFi channel, Encryption type, etc., is highlighted in blue
 
As with the clients list command described above, to obtain this information the Linux '''iwinfo''' command is used, but this time with the '''info''' parameter (red). The relevant information, such as WiFi SSID, WiFi MAC address, WiFi channel, Encryption type, etc., is highlighted in blue
<br>
   
===Manufacturing information===
 
===Manufacturing information===
 
----
 
----
Line 327: Line 323:  
* '''--simpin''' - returns the router's SIM card's PIN (as it is specified in the '''[[RUT955 Mobile|Mobile]]''' section)
 
* '''--simpin''' - returns the router's SIM card's PIN (as it is specified in the '''[[RUT955 Mobile|Mobile]]''' section)
 
* '''--blver''' - returns the router's Bootloader version
 
* '''--blver''' - returns the router's Bootloader version
<br>
   
===GPS Data===
 
===GPS Data===
 
----
 
----
Line 348: Line 343:  
  {"jsonrpc":"2.0","id":1,"result":[0,{"code":0,"stdout":"<span style=color:blue>-23.612625\n-46.626355\</span>n"}]}
 
  {"jsonrpc":"2.0","id":1,"result":[0,{"code":0,"stdout":"<span style=color:blue>-23.612625\n-46.626355\</span>n"}]}
 
The blue part in the code are the Latitude and Longitude.
 
The blue part in the code are the Latitude and Longitude.
<br>
   
===Firmware number===
 
===Firmware number===
 
----
 
----
Line 391: Line 385:     
The success response for this command is an empty message. If the response contains no data, the command was executed successfully.  
 
The success response for this command is an empty message. If the response contains no data, the command was executed successfully.  
<br>
   
===Set SIM card information===
 
===Set SIM card information===
 
----
 
----

Navigation menu