dht
Here are 351 public repositories matching this topic...
An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
-
Updated
Sep 5, 2020 - Assembly
Autonomous (self-hosted) BitTorrent DHT search engine suite.
-
Updated
Apr 16, 2020 - Go
BitTorrent DHT Protocol && DHT Spider.
-
Updated
Apr 26, 2020 - Go
Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:
void resume() {
...
try {
client.startAsync(state -> {
printer.ifPresent(p -> p.print(state));
if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
runtime.shutdown();
}
}, 1000); // <-- CompletableFuture.wCurrently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
Nodejs实现的一个磁力链接爬虫 http://findit.keenwon.com (原域名http://findit.so )
-
Updated
Dec 28, 2018 - JavaScript
-
Updated
May 25, 2020 - JavaScript
An ncurses-based Tox client (please make pull requests on the development fork: https://github.com/toktok/toxic)
-
Updated
Aug 24, 2020 - C
Steps to reproduce:
hc init my-dnacd my-dnahc generate zomes/kebab-casehc package
Output:
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR
"CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "
/home/paul/target
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target}
Holographic storage for distributed applications -- a validating monotonic DHT "backed" by authoritative hashchains for data provenance (a Ceptr sub-project)
-
Updated
Apr 3, 2019 - Go
功能请求:每天自动更新tracker列表
众所周知,tracker也是会被封的,所以每天获取有效的tracker能提高效率,至于tracker列表的获取,看这个
https://hao.su/3278/
JavaScript library for aria2, "The next generation download utility."
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Jul 2, 2019 - Lua
Currently lokinet uses llarp_time_t (which is milliseconds) everywhere for times. Part of the justification was that it makes serialization easier, but conversely it makes other parts of the code a bit more complicated.
It would be nice to refactor so that std::chrono duration types get used instead (for compiler-defined duration cast math), being mindful of the existing serialization requir
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
-
Updated
Sep 1, 2020 - JavaScript
Decentralized deep learning framework in pytorch. Built to train models on thousands of volunteers across the world.
-
Updated
Sep 5, 2020 - Python
File sharing program using DC and ADC protocols
-
Updated
Jul 29, 2020 - C++
一个基于BitTorrent协议的DHT磁力嗅探器,并基于Elasticsearch存储/检索Torrent的Metadata信息
-
Updated
May 16, 2018 - Java
Optimized DHT library for ESP32/ESP8266 using Arduino framework
-
Updated
Jun 14, 2020 - C++
dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
-
Updated
May 5, 2020 - Go
Discover BitTorrent and WebTorrent peers
-
Updated
May 25, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dht topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dht topic, visit your repo's landing page and select "manage topics."


Right now the docs correspond to what's on
master. We need docs for each daemon release so developers can see what's available in the version they are using.https://github.com/jimporter/mike may be helpful.