-
Hello,
I am researching Chord DHT for distributed key-values in Rust and came across your chord-dht project.
I want to learn from it as well as was wondering if you had thoughts about completing…
-
Koorde is a DHT based on Chord, and the driving principle is a bit different than Kademlia.
Instead of using XOR metric Chord (and Koorde) interprets keyspace as a circle.
Connecting nodes to the …
-
В пиринговых сетях - пир, это и сервер и клиент - одновременно. Пиры - равноправны.
Думаю, можно сделать p2p-наноборду, как-бы отдельно, или даже опционально.
Пока нашёл это https://github.com/usern…
-
**Tasks Performed on June 5, 2020**
1. Reviewed Chord Algorithm based DHT lookup
2. Tested indexing and searching with Apache Lucene
-
I wrote this simple code to stress test webrtc-chord: https://gist.github.com/jure/019b45ad0e8e679e8708
Even with 10 clients and no insertion to the DHT, webrtc-chord is very CPU intensive, and alrea…
jure updated
10 years ago
-
Chord is a DHT (distributed hash table) scheme. This is how we want to share data throughout the network. There could be an argument for using some sort of gossip protocol instead, but from what I c…
-
Buffer of paper on `{privacy, security, P2P, decentralised systems}` to read next.
Summaries , notes and bibliography at https://github.com/gpestana/p2psec/tree/master/research
-
Related to this issue: https://github.com/tsujio/webrtc-chord/issues/5
I'm storing keywords and documents in the DHT, so if you search for "cancer software", it will first retrieve the key "cancer", …
jure updated
10 years ago
-
From a discussion that started with IPNS name resolving
@aschmahmann
> go-IPFS wants IPNS to have I’ve been kinda kicking around the idea of other, more complicated graph topologies than that of Ch…
-
> What should be in a "introduction to decentralized systems"?
> Please chip in and help me listing content or papers down!
> This needs a lot of cleaning up and reorganizing, looking forward to hea…