Skip to content

mmlab-aueb/go-libp2p-kad-dht

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-libp2p-kad-dht

A Hierarchical Kademlia DHT implementation on go-libp2p

About

This is a modification of go-libp2p-kad-dht version 0.12.1

Usage

In your go.mod file make sure you have github.com/libp2p/go-libp2p-kad-dht v0.12.1 in the required modules. Then add this line at the end of the file

replace github.com/libp2p/go-libp2p-kad-dht => github.com/mmlab-aueb/go-libp2p-kad-dht v0.12.1

About

A Kademlia DHT implementation on go-libp2p

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%