Skip to content

This assignment made us to finish the missing functions and blocks in the code to get an idea of how group membership works. It makes use of a leader election algorithm to keep the view updated when a leader crashes. The original version provided is gsm1 and the following versions are based on this, adding new features and functions as specified…

License

Notifications You must be signed in to change notification settings

alorlea/GroupMembership-FirstContact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupMembership-FirstContact

This assignment made us to finish the missing functions and blocks in the code to get an idea of how group membership works. It makes use of a leader election algorithm to keep the view updated when a leader crashes. The original version provided is gsm1 and the following versions are based on this, adding new features and functions as specified in the instructions. We modify the system by adding a failured detection and reelection of the leader in the gsm2 version. Version gsm3 we implement a reliable multicast based on the code of gms2. This was also part of the distributed systems course at KTH.

About

This assignment made us to finish the missing functions and blocks in the code to get an idea of how group membership works. It makes use of a leader election algorithm to keep the view updated when a leader crashes. The original version provided is gsm1 and the following versions are based on this, adding new features and functions as specified…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages