Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.5 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.5 KB

Lattice Agreement algorithms implementations

This repository contains implementation of four LA algorithms.

Algorithm name
Zheng
Faleiro one-shot
Faleiro generalized
Generalizer

Setup

  1. git submodule init
  2. git submodule update

Build

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Run local test

  1. Run coordinator coordinator <number of processes> <number of failures> 8000
  2. Run algorithm instances bash run_zheng.sh <number of processes> <process ip address> <coordinator ip address>

License

License: MIT