Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 436 Bytes

File metadata and controls

4 lines (3 loc) · 436 Bytes

Distributed-Blackboard

Repy and the Seattle framework are used to implement a distributed blackboard. A number of machines around the world, each one having each own blackboard. When a message is written in one board, it should be also propagated to all other boards I have implimented based on various protocols such as LEADER ELECTION algorithm, Consistency through voting based protocol and Eventual consistency algorithm.