Joshua Kissoon
|
a259579f4a
|
Created a KadConfiguration interface that allows passing in a configuration file as needed.
This allows other applications to create their own configuration files
|
2014-03-29 14:37:01 +05:30 |
|
Joshua Kissoon
|
426af4d345
|
Removed the Save_state decision from configuration and allow the user to specify if to save the state when they call shutdown
|
2014-03-26 16:23:17 +05:30 |
|
Joshua Kissoon
|
21053a16ff
|
Fixed the Distance Comparison bugs by using a new KeyComparator class of type Comparable<NodeId> and using BigIntegers to represent the keys and letting BigInteger do the comparisons
|
2014-03-22 11:32:41 +05:30 |
|
Joshua Kissoon
|
0cc24d42f3
|
Trying to fix an issue in the nodelookupoperation where the k-Closest nodes system doesn't work.
Lots of extra code added, but we're still in devel! so ...
|
2014-03-22 10:53:05 +05:30 |
|
Joshua Kissoon
|
22fee9116a
|
Problem with serializing the DHT also, had to create a DHT specific Serializer class
|
2014-03-10 14:37:08 +05:30 |
|
Joshua Kissoon
|
e2ca9326c9
|
Got system state storage and retrieval of state to work!
|
2014-03-10 13:45:13 +05:30 |
|
Joshua Kissoon
|
d31f0e337f
|
Still working on saving node state, the code is a huge mess right now
|
2014-03-09 21:04:18 +05:30 |
|