gossip-python icon indicating copy to clipboard operation
gossip-python copied to clipboard

Implementation of the gossip protocol

gossip-python

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

gossip-python is an implementation of the gossip protocol <https://en.wikipedia.org/wiki/Gossip_protocol>_ . It started as an university project for the lecture Peer-to-Peer Systems and Security <https://www.net.in.tum.de/teaching/ss16/p2p.html>_ 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 <https://pythonhosted.org/gossip-python/>_ for basic usage and examples.