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
- Host: GitHub
- URL: https://github.com/thomai/gossip-python
- Owner: thomai
- License: other
- Archived: true
- Created: 2016-08-17T21:01:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T21:28:49.000Z (over 3 years ago)
- Last Synced: 2025-03-18T07:11:19.466Z (7 months ago)
- Topics: distributed-systems, gossip-protocol, networking, peer-to-peer, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 134
- Watchers: 12
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.