Jump to letter: [
BCGLMPS
]
python-mbus: A Python Mbus implementation
| Name: | python-mbus |
Vendor: | openSUSE Build Service |
| Version: | 0.9.2 |
License: | GPL |
| Release: | 3.3 |
URL: | http://www.mbus.org/ |
- Summary
- The Mbus-Transport-Protocol is a "mutlicast message bus for local
coordination" (see http://www.mbus.org for details). pyMbus fully
implements the Mbus transport layer as specified in RFC 3259
(http://www.ietf.org/rfc/rfc3259.txt) and has been successfully tested
against the C++, C, Java implementations. Due to the lack of crypto
algorithms in the standard python distribution encrypted mbus sessions
are not yet supported.
Authors:
--------
Andreas Büsching <crunchy@tzi.de>
Kevin Loos <kevin@tzi.org>
Changelog
- * Mon Jul 16 14:00:00 2007 James Oakley <jfunk{%}funktronics{*}ca> - 0.9.2-1
- Update to 0.9.2SVN
- Redesign of the RPC API for sender and receiver
- based on pyNotifier 0.4.x
- new network layer for IPv4 and IPv6
- bug fixes
- * Mon Jul 16 14:00:00 2007 James Oakley <jfunk{%}funktronics{*}ca> - 0.8.7-1
- Initial release