Changes between Version 79 and Version 80 of ProtocolZero
- Timestamp:
- Jun 22, 2011 12:40:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v79 v80 29 29 * "ev" only appears in the event channel, and is prompted by the actions of other quagents or the environment. 30 30 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. 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. So messages are of the form: "TY OP IDNUM DATA" (terminated by newline). See below for examples. 32 32 33 33 == Example Quagent Session ==