Simple,
./setup.sh
REMEMBER: Match IP address in udppaxos.conf and demo.cfg
e.g,
in udppaxos.conf
acceptor 0 192.168.3.70 8800
in demo.cfg
[acceptor]
addr1=192.168.3.70
The demo will run for 2 seconds, and the output to file {client_ip}.dat
python run_demo.py
cat *.dat
See udppaxos.conf
for a sample configuration file.
Unit tests depend on the Google Test library. Execute the tests using
make test
in your build directory, or run runtest
from
build/unit
for detailed output.
LibPaxos3 is distributed under the terms of the 3-clause BSD license. LibPaxos3 has been developed at the University of Lugano, by Daniele Sciascia.