Ecosyste.ms: Awesome
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 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T21:28:49.000Z (over 2 years ago)
- Last Synced: 2024-07-12T03:35:04.954Z (4 months ago)
- Topics: distributed-systems, gossip-protocol, networking, peer-to-peer, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 130
- Watchers: 12
- Forks: 41
- 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 ([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.