• This repository has been archived on 26/Feb/2023
  • Stars
    star
    132
  • Rank 273,499 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created about 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 . 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.