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
- Host: GitHub
- URL: https://github.com/varunu28/jswim
- Owner: varunu28
- Created: 2022-12-17T00:23:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T15:53:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T23:11:25.342Z (9 months ago)
- Topics: distributed-computing, distributed-systems, gossip-protocol, java, swim
- Language: Java
- Homepage: https://distributed-computing-musings.com/2023/01/paper-notes-swimscalable-weakly-consistent-infection-style-process-group-membership-protocol/
- Size: 27.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
#### Transitioning to `suspected` state and then back to healthy state
#### Tranisitioning to `suspected` and then further to `failed` state
