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

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 months 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 (ga85how@mytum.de), Anselm Binninger (ga85dib@mytum.de) and Ralph O. Schaumann (ga65gis@mytum.de).

Installation with pip:

``pip install gossip-python``

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