Last active
October 21, 2018 12:37
-
-
Save nandajavarma/c57fe55e7786b4a3218a15252c358183 to your computer and use it in GitHub Desktop.
DHT spec research
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am just noting down the things from my research here | |
Kademlia DHT | |
* Assumption is that the data to be shared in each system is available as a file. | |
In the case of PeARS this would be a CSV file produced by the orchard. | |
* In a classical DHT there will be a Uniform ID space for the files and for the | |
Machines and then we have a mapping between these. But in our case this is not | |
an option since we do not really know the ID space for the files itself during the searching step. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment