Skip to content

Commit

Permalink
Readme updated to include protocol status
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-muralidhara committed May 6, 2021
1 parent ca6f7ed commit d737cc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Binary file added Protocol-gifs/Binary_Round_Robin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Protocol-gifs/Random.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Protocol-gifs/Round_Robin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
10. Test Cases: Each of ous tested our implemented protocols. Sequence Check was divided evenly for test cases.


## System Architecture and Gossip Protocols
**System Architecture:** ![image](https://user-images.githubusercontent.com/39837416/117369409-dfe95080-ae92-11eb-8087-a634f237230f.png)

**Random Gossip:**
![](Protocol-gifs/Random.gif)

**Round Robin Gossip:**
![](Protocol-gifs/Round_Robin.gif)

**Binary Round Robin Gossip:**
![](Protocol-gifs/Binary_Round_Robin.gif)


## Sample commands for running 8-node system
```
Expand Down

0 comments on commit d737cc2

Please sign in to comment.