A Java implementation of Kademlia Routing Protocol and DHT
Go to file
Joshua Kissoon 104f20775f Fixed the bug that was causing the problem when adding the local node to the routing table when the routing table is created.
- The problem was that we were creating the RoutingTable before the Node initialization was finished, which was causing some problems since the RoutingTable needs the NodeId which is not available until after the Node initialization
2014-03-22 12:41:46 +05:30
nbproject Started working on the RefreshOperations 2014-03-06 11:21:08 +05:30
src/kademlia Fixed the bug that was causing the problem when adding the local node to the routing table when the routing table is created. 2014-03-22 12:41:46 +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