QuagentISA formally defines the communication between client and server in ProtocolZero. It takes the following form: Due to possible future conflicts, we are instead implementing this wiki:IO_Protocol. ---- '''Priority''' * 0=LATER, 1=NOW * 1 bit '''OP-Code''' * Two characters encode function * 2 bytes '''Parameters''' * Each function will have a known number of parameters based on OP-CODE. Server will receive and process these parameters, then move onto the next instruction. '''Format''': Priority-OPcode-Parameters ----