This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

BZRobots/Protocol: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Daxxar (talk | contribs)
New page: == BZRobots Enhanced Protocol == This is a draft of the protocol that's being planned for the new bzrobots as a part of GSoC.
 
Daxxar (talk | contribs)
No edit summary
Line 1: Line 1:
== BZRobots Enhanced Protocol ==
== BZRobots Enhanced Protocol ==


This is a draft of the protocol that's being planned for the new bzrobots as a part of GSoC.
This is a draft of the protocol that's being planned for the new bzrobots as a part of GSoC.
{| cellspacing="0" border="1"
|+ Backend messages
!Message syntax
!Description
!Example
|-
|SOME_COMMAND_HERE <float>
|THIS RUNS SOME COMMAND WITH FLOAT ARGUMENT
|SOME_COMMAND_HERE 15
|}
{| cellspacing="0" border="1"
|+ Frontend messages
!Message syntax
!Description
!Example
|-
|SOME_COMMAND_HERE <float>
|THIS RUNS SOME COMMAND WITH FLOAT ARGUMENT
|SOME_COMMAND_HERE 15
|}

Revision as of 19:23, 18 June 2007

BZRobots Enhanced Protocol

This is a draft of the protocol that's being planned for the new bzrobots as a part of GSoC.

Backend messages
Message syntax Description Example
SOME_COMMAND_HERE <float> THIS RUNS SOME COMMAND WITH FLOAT ARGUMENT SOME_COMMAND_HERE 15
Frontend messages
Message syntax Description Example
SOME_COMMAND_HERE <float> THIS RUNS SOME COMMAND WITH FLOAT ARGUMENT SOME_COMMAND_HERE 15