This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "BZRobots/Protocol"

From BZFlagWiki
Jump to: navigation, search
(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.)
 
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