# dht **Repository Path**: zhangv2012/dht ## Basic Information - **Project Name**: dht - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-12 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dht [![Go Reference](https://pkg.go.dev/badge/github.com/anacrolix/dht/v2.svg)](https://pkg.go.dev/github.com/anacrolix/dht/v2) ## Installation Get the library package with `go get github.com/anacrolix/dht/v2`, or the provided cmds with `go install github.com/anacrolix/dht/v2/cmd/...@latest`. ## Commands Here I'll describe what some of the provided commands in `./cmd` do. ### dht Supports various commands operating on the DHT. % go run github.com/anacrolix/dht/v2/cmd/dht --help valid arguments at this point: --help|-h --network --secure --bootstrap-addr <[]string> --query-resend-delay 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](https://coveapp.info): Torrent browser with streaming, DHT search, video transcoding and casting. * [btlink](https://github.com/anacrolix/btlink): btlink supports DNS records stored on the DHT.