Skip to content

An implementation of the Paxos ‘synod’ consensus algorithm based on the ‘Paxos made simple’ paper. This solves a simple consensus problem of selecting an alphabet between ‘a’ and ‘z’ and attempts to verify the correctness of our implementation based on observed results

License

Notifications You must be signed in to change notification settings

dipakboyed/paxos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paxos

An implementation of the Paxos ‘synod’ consensus algorithm based on the ‘Paxos made simple’ paper.
This solves a simple consensus problem of selecting an alphabet between ‘a’ and ‘z’ and attempts to verify the correctness of our implementation based on observed results

http://en.wikipedia.org/wiki/Paxos_(computer_science)

http://research.microsoft.com/en-us/um/people/lamport/pubs/paxos-simple.pdf

List of files submitted:

Report_Paxos.pdf : Summary Report

SourceCode : Source code directory

SampleOutput : Directory containing output logs

What is this Project about?

See the Report pdf for details

How to run this program?

Compile the Java code and run the .jar

About

An implementation of the Paxos ‘synod’ consensus algorithm based on the ‘Paxos made simple’ paper. This solves a simple consensus problem of selecting an alphabet between ‘a’ and ‘z’ and attempts to verify the correctness of our implementation based on observed results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages