0 Forks
0 Stars
0 Watchers

raft

Rust multithread implementation of Raft Consensus algorightm, with synchronous channel communication and network delays simulation.

How to download and setup raft

Open terminal and run command
git clone https://github.com/MarognaLorenzo/raft.git
git clone is used to create a copy or clone of raft repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with raft https://github.com/MarognaLorenzo/raft/archive/master.zip

Or simply clone raft with SSH
[email protected]:MarognaLorenzo/raft.git

If you have some problems with raft

You may open issue on raft support forum (system) here: https://github.com/MarognaLorenzo/raft/issues