Changes between Version 79 and Version 80 of ProtocolZero


Ignore:
Timestamp:
Jun 22, 2011 12:40:27 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v79 v80  
    2929 * "ev" only appears in the event channel, and is prompted by the actions of other quagents or the environment.
    3030
    31 Following one of the four message type idenfitiers, the opcode of the relevant command will be issued, followed by the idnum provided when the command was issued. Then, any additional data is stated, and the response is terminated by a newline.
     31Following one of the four message type idenfitiers, the opcode of the relevant command will be issued, followed by the idnum provided when the command was issued. Then, any additional data is stated, and the response is terminated by a newline. So messages are of the form: "TY OP IDNUM DATA" (terminated by newline). See below for examples.
    3232
    3333== Example Quagent Session ==