Thanks to Yuan Yin an luojian for spotting the errors.
Make sure to update to the latest SVN or download a snapshots from the files section.
https://sourceforge.net/projects/libpaxos/files/
We are pleased to announce that the current development version of RingPaxos is now available for download.
Check it out through SVN or get a snapshot from the downloads page
A snapshot of the LibPaxos2 source code is now available in the downloads page
Up-to-date snapshots of libpaxos, libfastpaxos and ErlangPaxos are now available on the download page
The source code for libfastpaxos, an implementation of the Fast-Paxos algorithm, is now available trough SVN.
The C library libpaxos is now available trough SVN.
A new library, libfastpaxos, which implements the Fast Paxos algorithm, will be available soon.
libpaxos is a C library that implements the Paxos protocol for solving consensus in a network of unreliable processors, it provides a simple API for receiving and proposing values. The source includes also a Paxos "simulator" written in Erlang.
ErlangPaxos-Fast is now present in the svn repository
The source for ErlangPaxos-Simple, is now available through SVN
The code for ErlangPaxos will be published soon in two versions:
-Basic: a plain paxos implementation, useful to see the protocol in action
-Fast: Features different optimizations and manages to close thousands of transactions per second on the average desktop machine.