Skip to content

Rachelxdr/SDFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP1 Distributed Group Membership

Executing Instructions

  • Building Node
$ make all
  • Running All-to-All [default]
$ ./Node 0
  • Running Gossip-style
$ ./Node 1
  • Running time commands
$ [join] join to a group via fixed introducer
$ [leave] leave the group
$ [id] print id (IP/PORT)
$ [member] print all membership list
$ [switch] switch to other mode (All-to-All to Gossip, and vice versa)
$ [mode] show in 0/1 [All-to-All/Gossip] modes
$ [exit] terminate process
  • All logs are in logs.txt under the mp1 folder

Testing Running Time Commands

  • Switching mode via 3 VMs

Before switching mode After switching mode

Acknowledgement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages