Skip to content

Tony-Rafanomezantsoa/Gossip-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gossip Protocol

This project is a minimal implementation of a push-pull gossip protocol for in-memory state dissemination. It is built from scratch and incorporates part of the Chord DHT (Distributed Hash Table) algorithm for peer discovery.

Features

  • Push-Pull Gossip Protocol: For state dissemination among peers.
  • Chord DHT Integration: Peer discovery using the Chord algorithm.

References

This project is based on the following papers:

About

Push-pull Gossip protocol with simple in-memory state dissemination, implemented from the ground up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages