Changes between Version 1 and Version 2 of IOScheme


Ignore:
Timestamp:
Jun 1, 2011 9:03:48 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOScheme

    v1 v2  
    1 This page details the ASCII scheme used for communication between client and server. For now, we only deal with live commands, as all initial commands are handled by the wiki:Pending structure and interpreter.
     1This page details the ASCII scheme used for communication between client and server. For now, we only deal with live commands, as all initial commands are handled by the wiki:Pending structure and interpreter. For further information on function uses and implementations, see wiki:ProtocolZero
    22
    33'''Format'''
     
    88
    99'''Documentation'''
    10 
     10*Functions currently implemented for client utilization in Quagents3
     11 *move [DIRECTION][DISTANCE]: OPcode = "ma"
     12  *Additional Notes: DIRECTION-> 0=FORWARDS, 1=BACKWARDS, 2=LEFT, 3=RIGHT
     13 *move[DIRECTION]: OPcode = "mb"
     14  *See above for DIRECTION I/O defn.
     15 *move[POINT]: OPcode = "mc"
     16 *jump[VOID]: OPcode = "ju"
     17 *rotate[ROTATIONAL][AZIMUTHAL]: OPcode = "ro"