Device Discovery Protocol
You can discover an encode using multicast protocol or SSDP.
Multicast
Obtain the basic configurations and status of the device, including device name, serial number, running status, and network status.
- Multicast address: 239.255.255.250
- Port: 2538
Response Body
{
"version":"1.0",
"flag":"ssip",
"product":"Ultra Encode",
"boxname":"Ultra Encode B313221201001",
"serialnumber":"B313221201001",
"wifiip":"192.168.48.1",
"ethip":"192.168.1.217",
"status":65600
}
Item | Description |
---|---|
version | Indicates the protocol version. |
flag | Indicates flag of the device discovery protocol. |
product | Indicates product type. |
boxname | Indicates device name. |
serialnumber | Indicates device serial number. |
wifiip | Indicates IP address for Wi-Fi. |
ethip | Indicates IP address for Ethernet. |
status | Indicates Device Status Mask. |