Changes

Line 352: Line 352:  
===Manufacturing information===
 
===Manufacturing information===
   −
This command returns information about the device's manufacturing details.
+
This command returns information about the device's manufacturing details like device's Product Code, Serial Number MAC Address, etc.
    
'''Windows:'''
 
'''Windows:'''
Line 369: Line 369:     
'''Response:'''
 
'''Response:'''
 +
{"jsonrpc":"2.0","id":1,"result":[0,{"code":0,"stdout":"<span style=color:blue>RUT950HG12C0</span>\n<span style=color:blue>1367435694</span>\n<span style=color:blue>001e4216d666</span>\n"}]}
 +
 +
To get manufacturing information the '''mnf_info''' (highlighted in red) command is used. In this case a query was sent asking for the device's Product Code (name), Serial Number (sn) and MAC Address (mac) (highlighted in red in the query, returned values highlighted in blue). Using '''mnf_info''' this way, you can "ask" the router for any type of manufacturing info. Here is the list of possible mnf_info parameters:
 +
 +
* '''mac''' - returns the router's LAN MAC address
 +
* '''maceth''' - returns the router's WAN MAC address
 +
* '''name''' - returns the router's Product Code
 +
* '''wps''' - returns the router's WPS PIN number
 +
* '''sn''' - returns the router's Serial number
 +
* '''batch''' - returns the router's Batch number
 +
* '''hwver''' - returns the router's Hardware Revision number
 +
* '''simpin''' - returns the router's SIM card's PIN (as it is specified in the '''[[Mobile]]''' section)
 +
* '''blver''' - returns the router's Bootloader version
    
===Firmware number===
 
===Firmware number===

Navigation menu