proxy.golang.org : github.com/anacrolix/dht/v2 : v2.19.1
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.19.1
Published:
Indexed:
- crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508
- filippo.io/edwards25519 v1.0.0-rc.1
- github.com/RoaringBitmap/roaring v1.2.1
- github.com/ajwerner/btree v0.0.0-20211221152037-f427b3e689c0
- github.com/alecthomas/atomic v0.1.0-alpha2
- github.com/anacrolix/args v0.5.1-0.20220509024600-c3b77d0b61ac
- github.com/anacrolix/chansync v0.3.0
- github.com/anacrolix/envpprof v1.2.1
- github.com/anacrolix/generics v0.0.0-20220618083756-f99e35403a60
- github.com/anacrolix/go-libutp v1.2.0
- github.com/anacrolix/log v0.13.2-0.20220711050817-613cb738ef30
- github.com/anacrolix/missinggo v1.3.0
- github.com/anacrolix/missinggo/perf v1.0.0
- github.com/anacrolix/missinggo/v2 v2.7.0
- github.com/anacrolix/mmsg v1.0.0
- github.com/anacrolix/multiless v0.3.0
- github.com/anacrolix/publicip v0.2.0
- github.com/anacrolix/stm v0.4.0
- github.com/anacrolix/sync v0.4.0
- github.com/anacrolix/tagflag v1.3.0
- github.com/anacrolix/torrent v1.47.0
- github.com/anacrolix/upnp v0.1.3-0.20220123035249-922794e51c96
- github.com/anacrolix/utp v0.1.0
- github.com/bahlo/generic-list-go v0.2.0
- github.com/benbjohnson/immutable v0.3.0
- github.com/bits-and-blooms/bitset v1.2.2
- github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
- 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.3
- github.com/go-logr/logr v1.2.3
- github.com/go-logr/stdr v1.2.2
- github.com/google/btree v1.1.2
- github.com/google/go-cmp v0.5.8
- github.com/google/uuid v1.3.0
- github.com/gorilla/websocket v1.5.0
- github.com/huandu/xstrings v1.3.2
- github.com/kr/pretty v0.3.0
- github.com/kr/text v0.2.0
- github.com/lispad/go-generics-tools v1.1.0
- github.com/mschoch/smat v0.2.0
- github.com/multiformats/go-base36 v0.1.0
- github.com/pion/datachannel v1.5.2
- github.com/pion/dtls/v2 v2.1.5
- github.com/pion/ice/v2 v2.2.6
- github.com/pion/interceptor v0.1.11
- github.com/pion/logging v0.2.2
- github.com/pion/mdns v0.0.5
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.9
- github.com/pion/rtp v1.7.13
- github.com/pion/sctp v1.8.2
- github.com/pion/sdp/v3 v3.0.5
- github.com/pion/srtp/v2 v2.0.9
- github.com/pion/stun v0.3.5
- github.com/pion/transport v0.13.1
- github.com/pion/turn/v2 v2.0.8
- github.com/pion/udp v0.1.1
- github.com/pion/webrtc/v3 v3.1.42
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.8.1
- github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
- github.com/stretchr/testify v1.8.0
- github.com/tidwall/btree v1.3.1
- go.etcd.io/bbolt v1.3.6
- go.opentelemetry.io/otel v1.8.0
- go.opentelemetry.io/otel/trace v1.8.0
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
- golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
- golang.org/x/net v0.0.0-20220630215102-69896b714898
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
- golang.org/x/sys v0.0.0-20220702020025-31831981b65f
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
- gopkg.in/yaml.v3 v3.0.1