Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 363 Bytes

simple consensus protocol implementation

based on documentation on http://thesecretlivesofdata.com/raft/

to run peer execute jar with parameters : --id=<id> --peers=<local ip:port on socket listening>,<peer list coma separated with struct ip:port>

run with Makefile :

on separated cli : make 0 make 1 make 2