Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 538 Bytes

Autopaxos

A distributed consensus protocol which adapts to network conditions.

Driving Hypothesis:

A Paxos which measures and adapts to its environment will perform better than one that does not.

Installation:

    git clone <autopaxos>
    cd autopaxos
    git submodule init
    git submodule update
    cd mprpc
    ./bootstrap.sh
    ./configure CXX='g++ -std=gnu++0x'
    make
    cd ..
    make