Net info¶
getNetInfo¶
Command to get some network related information.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
getNetInfo - Payload arguments: None
Response¶
Only the data object will be described here.
To get information about the whole response, please refer to
Command General.
The data object contains the following arguments:
ip: The ip address of the robotmac: The mac address of the robotssid: the service set identifier (network name) of the Wi-Firssi: the received signal strength indication (signal strength)
Example response
{
"ip": "192.168.0.88",
"mac": "00:80:41:AE:FD:7E",
"ssid": "someRandomNetworkName",
"rssi": "-62"
}