| libpaxos2 | An improved version of libpaxos featuring:
Available trough SVN and as a package |
| libpaxos | Consists of a static library that can be linked from any C/C++ application,
providing atomic broadcast trough a simple submit/deliver interface. Some benchmark results of the library are available here (pdf 500kb). Available trough SVN and as package |
| libfastpaxos | Consist of a static library just like libpaxos, but implements the Fast Paxos algorighm.
Available trough SVN and as package |
| ErlangPaxos | Consists of a simple protocol simulator written in Erlang, useful to observe the runtime behavior of the network and play around with some parameters. This was my first project in Erlang, so don't count too much on code quality. There is a Fast version of ErlangPaxos (which has nothing to do with the FastPaxos algorithm) that should be a better performing implementation of the protocol. However it was my second Erlang project so don't rely too much on it. :-P Available trough SVN and as package |