Матеріал з Awesome Baozam
- clients send even commands
- devices send odd commands
parameters
- cmd:1 GET parameter(s)
- cmd:2 response to GET
- cmd:3 SET parameter(s) (alias of 2)
- cmd:4 response to SET (alias of 2)
monitors
- cmd:11 GET monitor(s)
- cmd:12 response to GET monitor(s)
- cmd:13 SET monitor(s) (alias of 12)
- cmd:14 response to SET monitor(s) (alias of 12)
- cmd:16 Monitor packet (alias of 2)
streams
- cmd:21 GET stream(s)
- cmd:22 response to GET stream(s)
- cmd:23 SET stream(s)
- cmd:24 response to SET stream(s)
- cmd:26 Stream packet
files
- cmd:31 GET filesize(s) from device
- cmd:32 response to GET filesize(s) from device
- cmd:33 PUT file to device
- cmd:34 GET file part from server
- cmd:35 response to GET file part from server
- cmd:38 message(s) about file FROM device
- cmd:39 message(s) about file TO device
|
|
commands/shortcuts
- cmd:101 call cmd
- cmd:102 rsp to call
other
- cmd:202 welcome message/device connected
- cmd:204 device disconnected // send by server
- cmd:254 message FROM device
- cmd:255 message TO device
|