Skip to content

An implementation of a Gossip fault detection protocol. Using fbthrift for server-2-server RPC. Will try to use Interval-Tree-Clocks (ITC) for causality determination (http://haslab.uminho.pt/cbm/files/itc.pdf)

License

Notifications You must be signed in to change notification settings

tempbottle/whisper

 
 

Repository files navigation

whisper

An implementation of a Gossip fault detection protocol in a general framework setting for embedding within a custom server. Using fbthrift for server-2-server RPC. Will try to use Interval-Tree-Clocks (ITC) for causality determination (http://haslab.uminho.pt/cbm/files/itc.pdf)

Based on clean C++11 coding standards.

About

An implementation of a Gossip fault detection protocol. Using fbthrift for server-2-server RPC. Will try to use Interval-Tree-Clocks (ITC) for causality determination (http://haslab.uminho.pt/cbm/files/itc.pdf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.5%
  • C++ 36.2%
  • Thrift 4.4%
  • Makefile 2.9%