KademliaDHT/src/kademlia/core
Joshua Kissoon 54ac3fe740 Some major major changes to the entire Kademlia System.
Kademlia Node
- The Kademlia class is renamed to KademliaNode - this will now serve as the main node on the network
- The RoutingTable will be a part of this node
Node
- The node class is now a basic class containing information about a node to be used by peers on the network

RoutingTable
- Working on Evicting contacts from the routing table
- Working on Replacement Cache
- Written another simulation to test these new RoutingTable features
2014-04-28 15:25:07 +05:30
..
DefaultConfiguration.java Some major major changes to the entire Kademlia System. 2014-04-28 15:25:07 +05:30
KadConfiguration.java Had some issues with saving node state since saving configuration had a problem. We do not need to save configuration! Fixed the bug by making the configuration transient 2014-03-31 22:50:57 +05:30
KadServer.java Routing Table Improvement 2014-04-25 16:04:05 +05:30