Edgewall Software

Changes between Version 11 and Version 12 of Master Slave Protocol


Ignore:
Timestamp:
Sep 23, 2005, 4:43:24 PM (19 years ago)
Author:
cmlenz
Comment:

Added diagram to provide a high-level overview of the exchanges

Legend:

Unmodified
Added
Removed
Modified
  • Master Slave Protocol

    v11 v12  
    1111 ''BEEP is simple and flexible, and explicitly designed as a foundation for custom application protocols. While the only Python implementation I found ([http://beepy.sourceforge.net/ BEEPy]) uses [http://twistedmatrix.com/ Twisted] and looks dead, BEEP is really simple enough to be implemented in a basic way in the scope of this project (i.e. minus
    1212the authentication and security features, which ''could'' of course be added later).''
     13
     14[[Image(protocol.png)]]
    1315
    1416== Slave Registration ==