8000 GitHub - DannyZB/dht: dht is used by dannyzb/torrent, and is intended for use as a library in other projects both torrent related and otherwise
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ dht Public
forked from anacrolix/dht

dht is used by dannyzb/torrent, and is intended for use as a library in other projects both torrent related and otherwise

License

Notifications You must be signed in to change notification settings

DannyZB/dht

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dht

Go Reference

dht implements the mainline DHT protocol used by BitTorrent. It provides server and client implementations, handling the protocol level stuff, and allowing the user to provide their own store and routing table implementations.

Installation

Get the library package with go get github.com/dannyzb/dht/v2, or the provided cmds with go install github.com/dannyzb/dht/v2/cmd/...@latest.

Commands

Several commands are provided that use the library:

dht

Supports various commands operating on the DHT.

% go run github.com/dannyzb/dht/v2/cmd/dht --help
valid arguments at this point:
  --help|-h
  --network <string>
  --secure
  --bootstrap-addr <[]string>
  --query-resend-delay <time.Duration>
  derive-put-target
  put
  put-mutable-infohash
  get
  ping
  get-peers
  query
  ping-nodes

Downstream projects

Projects that uses this repo in novel ways.

  • cove: Torrent browser with streaming, DHT search, video transcoding and casting.
  • btlink: btlink supports DNS records stored on the DHT.

About

dht is used by dannyzb/torrent, and is intended for use as a library in other projects both torrent related and otherwise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0