All Projects → bttown → dht

bttown / dht

Licence: MIT license
golang dht(Distributed Hash Table) node

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dht

Torsniff
torsniff - a sniffer that sniffs torrents from BitTorrent network
Stars: ✭ 3,800 (+12566.67%)
Mutual labels:  dht, bep0005, bep0009, bep0010, bep0003
dht
golang dht / Kademlia
Stars: ✭ 24 (-20%)
Mutual labels:  dht, bep0005
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+116.67%)
Mutual labels:  dht, dht-node
Bulletinboard Dht
Your internet-wide general-purpose DHT to store key/value pairs
Stars: ✭ 114 (+280%)
Mutual labels:  dht
Dhtcrawler
一个简单的dht爬虫,用于搜集infohash
Stars: ✭ 125 (+316.67%)
Mutual labels:  dht
Dhtesp
Optimized DHT library for ESP32/ESP8266 using Arduino framework
Stars: ✭ 184 (+513.33%)
Mutual labels:  dht
dhtrobot
A kademila DHT implement in go
Stars: ✭ 40 (+33.33%)
Mutual labels:  dht
I2p.i2p Bote
I2P-Bote is a serverless, encrypted e-mail application.
Stars: ✭ 103 (+243.33%)
Mutual labels:  dht
Zx Bt
一个基于BitTorrent协议的DHT磁力嗅探器,并基于Elasticsearch存储/检索Torrent的Metadata信息
Stars: ✭ 244 (+713.33%)
Mutual labels:  dht
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (+490%)
Mutual labels:  dht
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+6603.33%)
Mutual labels:  dht
Magnetw
磁力链接聚合搜索
Stars: ✭ 12,621 (+41970%)
Mutual labels:  dht
Dht
dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Stars: ✭ 184 (+513.33%)
Mutual labels:  dht
Chord
Implementation of Chord DHT(Distributed Hash Table) paper
Stars: ✭ 118 (+293.33%)
Mutual labels:  dht
Phpdhtspider
php实现的dht爬虫
Stars: ✭ 248 (+726.67%)
Mutual labels:  dht
Bitchatclient
Technitium Bit Chat, a secure, peer-to-peer, instant messenger!
Stars: ✭ 111 (+270%)
Mutual labels:  dht
Magnetico
Autonomous (self-hosted) BitTorrent DHT search engine suite.
Stars: ✭ 2,626 (+8653.33%)
Mutual labels:  dht
Magnet And Torrent Search Engine
磁力链接和 BT 种子的搜索引擎
Stars: ✭ 154 (+413.33%)
Mutual labels:  dht
Olric
Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.
Stars: ✭ 2,067 (+6790%)
Mutual labels:  dht
Torrent Paradise
Decentralized DHT search site for IPFS
Stars: ✭ 181 (+503.33%)
Mutual labels:  dht

dht

golang dht(Distributed Hash Table) node

Developing!!!

Install

go get -u github.com/bttown/dht

Usage

node := dht.NewNode(dht.OptionAddress("0.0.0.0:8661"))
	node.PeerHandler = func(ip string, port int, hashInfo, peerID string) {
		log.Println("new announce_peer query", hashInfo)
	}
node.Serve()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].