Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 705 Bytes

README.rst

File metadata and controls

14 lines (9 loc) · 705 Bytes

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.