Skip to content

daotl/go-libp2p-kad-dht

 
 

Repository files navigation

go-libp2p-kad-dht

Go Reference Build Status

A Go implementation of libp2p Kademlia DHT specification

Table of Contents

Install

go get github.com/daotl/go-libp2p-kad-dht

Add this to go.mod, so other libp2p modules will also use this fork:

replace github.com/libp2p/go-libp2p-kad-dht => github.com/daotl/go-libp2p-kad-dht {{KAD_DHT_VERSION}}

Usage

Go to https://pkg.go.dev/github.com/daotl/go-libp2p-kad-dht.

Contribute

Contributions welcome. Please check out the issues.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT

Copyright for the modified portions of this fork are held by [DAOT Labs, 2020]. All other portions of this fork are held by [Protocol Labs Inc., 2016] as part of the original go-libp2p-kbucket project. All right reserved.

Packages

No packages published

Languages

  • Go 100.0%