A Java implementation of Kademlia Routing Protocol and DHT
Go to file
Joshua Kissoon 42be8498c0 Finished the todos:
* @todo Make the KadBucket represent the Bucket interface
 * @todo Change the code to reflect the bucket interface and not the specific KadBucket implementation
 * @todo Update this interface and use this as parameter type, etc... instead of the KadBucket implementation used throughout the application

Now we're coding to the Bucket interface rather than the KadBucket implementation
2014-03-22 13:03:10 +05:30
nbproject Started working on the RefreshOperations 2014-03-06 11:21:08 +05:30
src/kademlia Finished the todos: 2014-03-22 13:03:10 +05:30
.gitignore Setup the get bucket ID computation in one method. 2014-03-22 12:55:19 +05:30
build.xml Initial Commit 2014-02-19 02:07:07 +05:30
LICENSE Initial commit 2014-02-18 12:35:43 -08:00
manifest.mf Initial Commit 2014-02-19 02:07:07 +05:30
README.md Add a Bitdeli badge to README 2014-03-03 08:21:42 +00:00

Kademlia

Bitdeli Badge