Changes between Version 3 and Version 4 of Development/DelugeRPC


Ignore:
Timestamp:
01/07/2009 12:25:43 PM (15 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/DelugeRPC

    v3 v4  
    77---- 
    88 
    9 DelugeRPC is a protocol used for daemon/client communication.  There are four types of messages involved in the protocol: RPC Request, RPC Response, RPC Error and Signal.  All messages are zlib compressed rencoded strings and their data formats are detailed below. 
     9DelugeRPC is a protocol used for daemon/client communication.  There are four types of messages involved in the protocol: [#RPCRequest RPC Request], [#RPCResponse RPC Response], [#RPCError RPC Error] and [#Signal Signal].  All messages are zlib compressed rencoded strings and their data formats are detailed below. 
    1010 
    1111== Message Formats ==