Changes between Version 4 and Version 5 of WARPnet1/Architecture


Ignore:
Timestamp:
Jun 22, 2010, 3:58:53 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Architecture

    v4 v5  
    77[[Image(wiki:WARPnetFramework/Files:Architecture.jpg)]]
    88
    9 == Server<->Client Communication ==
     9== Server <-> Client Communication ==
    1010
    1111All data between the server and the client is currently handled as [http://docs.python.org/library/pickle.html pickled] Python dictionaries. The most important field is `pktType` which determines how the server will deal with the data.