proxy.golang.org : github.com/netsys-lab/dht : v0.1.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
purl: pkg:golang/github.com/netsys-lab/[email protected]
Published:
Indexed:
- github.com/alexflint/go-arg v1.3.0
- github.com/alexflint/go-scalar v1.0.0
- github.com/anacrolix/chansync v0.1.0
- github.com/anacrolix/confluence v1.8.0
- github.com/anacrolix/envpprof v1.1.1
- github.com/anacrolix/log v0.9.0
- github.com/anacrolix/missinggo v1.3.0
- github.com/anacrolix/missinggo/perf v1.0.0
- github.com/anacrolix/missinggo/v2 v2.5.2
- github.com/anacrolix/multiless v0.1.1-0.20210529082330-de2f6cf29619
- github.com/anacrolix/stm v0.3.0-alpha
- github.com/anacrolix/sync v0.4.0
- github.com/anacrolix/tagflag v1.3.0
- github.com/anacrolix/torrent v1.30.2
- github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84
- github.com/benbjohnson/immutable v0.3.0
- github.com/beorn7/perks v1.0.1
- github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
- github.com/britram/borat v0.0.0-20181011130314-f891bcfcfb9b
- github.com/cespare/xxhash/v2 v2.1.1
- 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.0.0
- github.com/frankban/quicktest v1.11.3
- github.com/go-kit/kit v0.10.0
- github.com/go-stack/stack v1.8.0
- github.com/golang/protobuf v1.4.3
- github.com/google/go-cmp v0.5.4
- github.com/google/gopacket v1.1.16-0.20190123011826-102d5ca2098c
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
- github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
- github.com/huandu/xstrings v1.3.2
- github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
- github.com/kr/pretty v0.2.1
- github.com/kr/text v0.1.0
- github.com/mattn/go-colorable v0.1.6
- github.com/mattn/go-isatty v0.0.12
- github.com/matttproud/golang_protobuf_extensions v1.0.1
- github.com/netsec-ethz/rains v0.2.0
- github.com/netsec-ethz/scion-apps v0.3.0
- github.com/opentracing/opentracing-go v1.1.0
- github.com/pelletier/go-toml v1.8.1-0.20200708110244-34de94e6a887
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.9.0
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.15.0
- github.com/prometheus/procfs v0.3.0
- github.com/rs/dnscache v0.0.0-20210201191234-295bba877686
- github.com/scionproto/scion v0.6.0
- github.com/spaolacci/murmur3 v1.1.0
- github.com/stretchr/testify v1.7.0
- github.com/uber/jaeger-client-go v2.20.1+incompatible
- github.com/uber/jaeger-lib v2.0.0+incompatible
- github.com/willf/bitset v1.1.11
- github.com/willf/bloom v2.0.3+incompatible
- go.uber.org/atomic v1.6.0
- go.uber.org/multierr v1.5.0
- go.uber.org/zap v1.16.0
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
- golang.org/x/net v0.0.0-20210427231257-85d9c07bbe3a
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
- golang.org/x/text v0.3.6
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
- google.golang.org/grpc v1.29.1
- google.golang.org/protobuf v1.25.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- zombiezen.com/go/capnproto2 v0.0.0-20190813022230-ddfb9bb855fa