Difference between revisions of "Command:000"

From Awesome Baozam
Jump to: navigation, search
Line 26: Line 26:
  
 
=== files ===
 
=== files ===
# [[cmd:31]], [[cmd:32]] GET file(s)
+
# [[cmd:31]], [[cmd:32]] GET filename(s)
 
# [[cmd:33]], [[cmd:34]] PUT file(s)
 
# [[cmd:33]], [[cmd:34]] PUT file(s)
 
# [[cmd:35]], [[cmd:36]] GET file part
 
# [[cmd:35]], [[cmd:36]] GET file part

Revision as of 11:47, 9 September 2016

  1. clients send even commands
  2. devices send odd commands

parameters

  1. cmd:1 GET parameter(s)
  2. cmd:2 response to GET
  3. cmd:3 SET parameter(s) // alias of 2
  4. cmd:4 response to SET // alias of 2

monitors

  1. cmd:11 GET monitor(s)
  2. cmd:12 response to GET monitor(s)
  3. cmd:13 SET monitor(s) // alias of 12
  4. cmd:14 response to SET monitor(s) // alias of 12
  5. cmd:16 Monitor packet // alias of 2

streams

  1. cmd:21 GET stream(s)
  2. cmd:22 response to GET stream(s)
  3. cmd:23 SET stream(s)
  4. cmd:24 response to SET stream(s)
  5. cmd:26 Stream packet

files

  1. cmd:31, cmd:32 GET filename(s)
  2. cmd:33, cmd:34 PUT file(s)
  3. cmd:35, cmd:36 GET file part
  4. cmd:37, cmd:38 PUT file part

commands/shortcuts

  1. cmd:101 call cmd
  2. cmd:102 rsp to call

other

  1. cmd:202 welcome message/device connected
  2. cmd:204 device disconnected // send by server
  3. cmd:254 message FROM device
  4. cmd:255 message TO device