A Generic Go Kademlia Implementation
Generic Kademlia implementation in Go that can be used to build DHT Protocols. This repository is NOT meant to be the home of the Go IPFS DHT implementation, it is meant to provide generic Kademlia building blocks that could be used in multiple Kademlia implementations and simulations. This Kademlia implementation was built to be reproducible: most of the modules are single threaded, allowing sequential execution. This repository enables deterministic testing, and stable simulations.
TBD
Contributions are welcome! This repository is part of the IPFS project and therefore governed by our contributing guidelines.