raft - C implementation of the Raft Consensus protocol, BSD licensed
C implementation of the Raft consensus protocol, BSD licensed. Networking is out of scope for this project. The implementor will need to do all the plumbing. The library doesn't assume a network layer with ordering or duplicate detection. This means you could use UDP for transmission.
https://github.com/willemt/raft
License:
Tech:
Tags: