Skip to content

deffrian/lattice-agreement

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages