Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomai/gossip-python

Implementation of the gossip protocol
https://github.com/thomai/gossip-python

distributed-systems gossip-protocol networking peer-to-peer python

Last synced: 6 days ago
JSON representation

Implementation of the gossip protocol

Awesome Lists containing this project

README

        

gossip-python
=============
Documentation is available here: https://pythonhosted.org/gossip-python/

gossip-python is an implementation of the `gossip protocol `_
. It started as an university project for the lecture `Peer-to-Peer Systems and Security `_ at the Technical University of Munich (TUM).

The authors of gossip-python are Thomas Maier ([email protected]), Anselm Binninger ([email protected]) and Ralph O. Schaumann ([email protected]).

Installation with pip:

``pip install gossip-python``

Please use the `documentation `_ for basic usage and examples.