proxy.golang.org : github.com/anacrolix/dht/v2 : v2.22.0
Package dht implements a Distributed Hash Table (DHT) part of the BitTorrent protocol, as specified by BEP 5: http://www.bittorrent.org/beps/bep_0005.html BitTorrent uses a "distributed hash table" (DHT) for storing peer contact information for "trackerless" torrents. In effect, each peer becomes a tracker. The protocol is based on Kademila DHT protocol and is implemented over UDP. Please note the terminology used to avoid confusion. A "peer" is a client/server listening on a TCP port that implements the BitTorrent protocol. A "node" is a client/server listening on a UDP port implementing the distributed hash table protocol. The DHT is composed of nodes and stores the location of peers. BitTorrent clients include a DHT node, which is used to contact other nodes in the DHT to get the location of peers to download from using the BitTorrent protocol. Standard use involves creating a Server, and calling Announce on it with the details of your local torrent client and infohash of interest.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/anacrolix/dht/v2@v2.22.0
Published:
Indexed:
- filippo.io/edwards25519 v1.0.0-rc.1
- github.com/alecthomas/atomic v0.1.0-alpha2
- github.com/anacrolix/args v0.5.1-0.20220509024600-c3b77d0b61ac
- github.com/anacrolix/backtrace v0.0.0-20221205112523-22a61db8f82e
- github.com/anacrolix/bargle/v2 v2.0.0-20240804050250-9655b61917bc
- github.com/anacrolix/chansync v0.3.0
- github.com/anacrolix/envpprof v1.2.1
- github.com/anacrolix/generics v0.0.0-20230816105729-c755655aee45
- github.com/anacrolix/gostdapp v0.1.0
- github.com/anacrolix/log v0.15.2
- github.com/anacrolix/missinggo v1.3.0
- github.com/anacrolix/missinggo/perf v1.0.0
- github.com/anacrolix/missinggo/v2 v2.7.1
- github.com/anacrolix/multiless v0.3.1-0.20221221005021-2d12701f83f7
- github.com/anacrolix/publicip v0.2.0
- github.com/anacrolix/stm v0.4.1-0.20221221005312-96d17df0e496
- github.com/anacrolix/sync v0.4.0
- github.com/anacrolix/tagflag v1.3.0
- github.com/anacrolix/torrent v1.48.1-0.20230103142631-c20f73d53e9f
- github.com/benbjohnson/immutable v0.4.1-0.20221220213129-8932b999621d
- github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
- github.com/cenkalti/backoff/v4 v4.1.3
- github.com/davecgh/go-spew v1.1.1
- github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
- github.com/dustin/go-humanize v1.0.0
- github.com/edsrzf/mmap-go v1.1.0
- github.com/frankban/quicktest v1.14.4
- github.com/go-logr/logr v1.2.3
- github.com/go-logr/stdr v1.2.2
- github.com/go-ole/go-ole v1.2.6
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.9
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.12.0
- github.com/honeycombio/honeycomb-opentelemetry-go v0.3.0
- github.com/honeycombio/opentelemetry-go-contrib/launcher v0.0.0-20221031150637-a3c60ed98d54
- github.com/huandu/xstrings v1.3.2
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c
- github.com/multiformats/go-base36 v0.1.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c
- github.com/rogpeppe/go-internal v1.9.0
- github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
- github.com/sethvargo/go-envconfig v0.8.2
- github.com/shirou/gopsutil/v3 v3.22.9
- github.com/stretchr/testify v1.8.1
- github.com/tklauser/go-sysconf v0.3.10
- github.com/tklauser/numcpus v0.5.0
- github.com/yusufpapurcu/wmi v1.2.2
- go.opentelemetry.io/contrib/instrumentation/host v0.36.4
- go.opentelemetry.io/contrib/instrumentation/runtime v0.36.4
- go.opentelemetry.io/contrib/propagators/b3 v1.11.1
- go.opentelemetry.io/contrib/propagators/ot v1.11.1
- go.opentelemetry.io/otel v1.11.1
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.33.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.33.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.33.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.1
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.11.1
- go.opentelemetry.io/otel/metric v0.33.0
- go.opentelemetry.io/otel/sdk v1.11.1
- go.opentelemetry.io/otel/sdk/metric v0.33.0
- go.opentelemetry.io/otel/trace v1.11.1
- go.opentelemetry.io/proto/otlp v0.19.0
- go.uber.org/atomic v1.10.0
- go.uber.org/multierr v1.8.0
- golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15
- golang.org/x/net v0.1.0
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
- golang.org/x/sys v0.1.0
- golang.org/x/text v0.4.0
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
- google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
- google.golang.org/grpc v1.50.1
- google.golang.org/protobuf v1.28.1
- gopkg.in/yaml.v3 v3.0.1