Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

decanus/bureka

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bureka

⚠️ WORK IN PROGRESS! ⚠️

An implementation of the Pastry DHT in go. This package includes a libp2p compatible node making it easy to use in a libp2p network.

Usage with libp2p:

func main() {
    writer := node.NewWriter()
    d := dht.New(id, writer)
    
    n := node.New(ctx.Background(), d, host.Host, writer)
}

About

Pastry DHT implementation with a standalone libp2p compatible node

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.