IP Interface
Network
Ports
Communication
Web
IP/

IP/cmd
IP/config

IP/snake
JSON
Requests
Config
Discover RemoteSocket
Last updated


Last updated
send
{
request : status
}
receive
{
status : status,
progress : 0 //value from 0..100
}send
{
cfg : {
ip : "xxx.xxx.xxx.xxx",
sn : "xxx.xxx.xxx.xxx",
gw : "xxx.xxx.xxx.xxx",
dhcp : 0..3 //0:enabled,1:disabled,2:fallback
}
reboot : 1, //reboots the device
getip : 1 //gets current ip configuration
}