Skip to content
Snippets Groups Projects
Commit 60043ba0 authored by WinJ's avatar WinJ
Browse files

README.txt

parent e64e5037
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,8 @@ Write-up
Communication is reliable, no atmost-once or atleast-once issues
- How to compile, deploy and run your implementation
python3 paxos.py localhost 9000 localhost 9000 localhost 9001
python3 paxos.py localhost 9001 localhost 9000 localhost 9001
python3 client.py localhost 9000
Spawn the paxos group (replace n with number of nodes): python3 main.py n
Start the client and execute commands: python3 client.py localhost 9000
- Any issues or scenarios explicitly not considered
If a client send a message and it gets dropped, we assume it was lost and won't be executed as clients won't resend messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment