/multipaxos-elixir

Simple replicated banking service that implements the Multi-Paxos consensus algorithm

Primary LanguageElixir

# Daryl Lim (dyl17) and Marian Lukac (ml11018)

# make options for Multipaxos

CLEAN UP
--------
make clean   - remove compiled code
make compile - compile 

make run     - same as make run SERVERS=5 CLIENTS=5 CONFIG=default DEBUG=0 MAX_TIME=15000

For experiments in report multiple different configurations were created and can be found in Configuration.ex file.

So in order to reproduce experiments use relevant coniguration and adjust servers and clients accordingly using commands above