KademliaDHT/src/kademlia
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
..
core Did some code cleanups 2014-03-22 12:35:00 +05:30
dht Problem with serializing the DHT also, had to create a DHT specific Serializer class 2014-03-10 14:37:08 +05:30
exceptions Did some code cleanups 2014-03-22 12:35:00 +05:30
message Did some code cleanups 2014-03-22 12:35:00 +05:30
node 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
operation Did some code cleanups 2014-03-22 12:35:00 +05:30
routing 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
serializer Problem with serializing the DHT also, had to create a DHT specific Serializer class 2014-03-10 14:37:08 +05:30
tests Did some code cleanups 2014-03-22 12:35:00 +05:30
util Initial Commit 2014-02-19 02:07:07 +05:30
KademliaBasic.java Initial Commit 2014-02-19 02:07:07 +05:30
Todo Started working on sending content messages 2014-02-25 13:01:06 +05:30