probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

go-kademlia

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.

Documentation

TBD

Design

Design document

Lead Maintainer

Guillaume Michel

Contributing

Contributions are welcome! This repository is part of the IPFS project and therefore governed by our contributing guidelines.

License

SPDX-License-Identifier: Apache-2.0 OR MIT