Works  

KadeMS 2021

KadeMS

Kademlia distributed hash table is a peer-to-peer dht with provable consistency and performance in a fault-prone environment. It is based on XOR distance metric topology to facilitate the communication between nodes. This is a standalone implementation of the Kademlia distributed table in pure Rust. This implementation tries to follow the original paper as close as possible. Refer to the original paper for more information.


© 2022 Thomas Min. All Rights Reserved. All Credits.