Shihao Cao (sfc72) and Jack Farley (jlf329)
A repository for implementing a gossip protocol example to run on multiple hosts
Run the main program as follows:
python -m src <PORT>
Add the -a
flag for adversarial mode
Run the unit tests as follows:
pytest test
Note: You must be using python3 to run the project.