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

https://github.com/varunu28/jswim

🏊 Java implementation of SWIM group membership protocol
https://github.com/varunu28/jswim

distributed-computing distributed-systems gossip-protocol java swim

Last synced: about 2 months ago
JSON representation

🏊 Java implementation of SWIM group membership protocol

Awesome Lists containing this project

README

          

# JSWIM

An implementation of [SWIM protocol](https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf) in Java

## Demo
#### Basic SWIM Communication
![](demo/Basic%20SWIM%20communication.gif)

#### Transitioning to `suspected` state and then back to healthy state
![](demo/Suspect%20And%20Back.gif)

#### Tranisitioning to `suspected` and then further to `failed` state
![](demo/Suspect%20And%20Failed.gif)