8000 GitHub - tudang/paxosudp: udp version of libpaxos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tudang/paxosudp

Repository files navigation

Building

Simple,

./setup.sh

Running the examples

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

Configuration

See udppaxos.conf for a sample configuration file.

Unit tests

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.

Feedback

LibPaxos project page

LibPaxos3 repository

Mailing list

License

LibPaxos3 is distributed under the terms of the 3-clause BSD license. LibPaxos3 has been developed at the University of Lugano, by Daniele Sciascia.

About

udp version of libpaxos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0