dht
How do you prevent DHT spill with Bittorrent?
I have a small network that I want to serve with a Bittorent tracker. It\'s important, though, that information shared in this network doesn\'t accidentally spill out with Distributed Hash Tables, all[详细]
2023-02-28 17:54 分类:问答How the DHT protocol works ? Are my thoughts correct?
Im trying to understand how the DHT protocol works, specially on the file-sharing-torrent world. I read many articles, but im still confused with the filename-value hash generation.[详细]
2023-02-25 19:14 分类:问答DHT Node ID Generation?
I just start studying DHT implementation and theory and stuck on on part, 开发者_JAVA百科how generates node id when node startup and connect to network. I read that ID is random hash from some hashes[详细]
2023-02-19 05:06 分类:问答P2P for chat and/or broadcasting messages
So basically I want to be write a P2P-software that is able to send text messages to all nodes, kind of like IRC. What kind of network am I adviced to use? I\'ve looked some into DHT Kademlia, and it[详细]
2023-01-30 14:48 分类:问答General information on trackerless bittorrent such as BitTorrent's Mainline DHT
I\'m curious as to how trackerless torrents work. I tried to search for information (presentations or something) about the DHT torrent protocol but couldn\'t find any valuable resources.[详细]
2023-01-13 07:31 分类:问答Could a Distributed Hash Table (DHT) be used for a dynamic web application? Another P2P design?
Could a Distributed Hash Table be used for a two-way web app with a pub/sub type application? I\'m investigating building a forum type application but with a DHT architecture and P2P (although a cent[详细]
2022-12-31 05:54 分类:问答Operations on Python hashes
I\'ve got a rather strange problem. For a Distributed Hash Table I need to be able to do some simple math operations on MD5 hashes. These include a sum (numeric sum represented by开发者_运维问答 the h[详细]
2022-12-27 19:45 分类:问答Which DHT algorithm to use (if I want to join two separate DHTs)?
I\'ve been looking into some DHT systems, specially Pastry and Chord. I\'ve read some concerns about Chord\'s reaction to churn, though I believe that won\'t be a problem for the task I have at hands.[详细]
2022-12-24 16:48 分类:问答realtime p2p streams with dht
I开发者_高级运维s it possible to stream realtime in a dht network like kademlia?Skype uses a DHT.[详细]
2022-12-15 11:58 分类:问答The most efficient DHT
What is the most efficient DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used.[详细]
2022-12-12 06:00 分类:问答