Download List

Project Description

The BEEPy Python BEEP Library is an
implementation of the Blocks Extensible
Exchange Protocol (RFC3080), written as a
Python library.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-10 11:19
0.6.2

This release fixes many bugs in the unit testing configuration. Tests now make use of twisted trial.
Tags: Major bugfixes

2004-09-30 09:04
0.5

This version provided SEQ frame processing, prioritised channels, and general code improvements. The code is now documented using epydoc markup to provide an easy way to browse the API. The examples were updated to explain how to use BEEPy to implement a variety of simple services, from TLS secured channels to a Time and Echo server.
Tags: Major feature enhancements

2004-01-07 10:24
0.4

This version provides significant performance and stability
enhancements compared with previous versions. It is now
implemented using the Twisted framework for fast,
asynchronous network communications. Other
enhancements include TLS support for transport layer
security and heaps of example code.
Tags: Major feature enhancements

2003-01-02 12:49
0.3

In this release, distutils is now used for packaging and install, the test scripts were moved to the top level directory, and the SASL/OTP basics were implemented. This implementation is to be completed and more thoroughly tested and fixed. Bugs in SASL/ANONYMOUS with client/server interaction and channel/session closure were fixed, as was a bug in tcpsession.py so that if a frame is received and the payload is longer than specified in the header the session is dropped immediately. New test scripts do fairly complete testing of the BEEP framing implemented by BEEPy.
Tags: Major feature enhancements

2002-08-07 12:01
0.1a

Tags: Initial freshmeat announcement

Project Resources