Skip to content

Group communication between processes,general implementation of a group chat in python.There is a coordinator who establishes peer to peer connection to the group.Every process (client) can join as many groups as it likes.Teams are dynamic

Notifications You must be signed in to change notification settings

manosmaroulis/Group-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Group-Communication

Group communication between processes,general implementation of a group chat in python.There is a coordinator who establishes peer to peer connection to the group.Every process (client) can join as many groups as it likes.Teams are dynamic.The message delivery is in-FIFO order.There is some code that implements total-order group multicast but it needs some changes

About

Group communication between processes,general implementation of a group chat in python.There is a coordinator who establishes peer to peer connection to the group.Every process (client) can join as many groups as it likes.Teams are dynamic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages