KademliaDHT/src/kademlia/tests
Joshua Kissoon 2dde2a75e0 Setup Content Updating
- Didn't do this before, but now it's setup: content will be updated on the DHT if a StoreContentMessage is sent with a newer version of the content

GetParameter
- Updated the GetParameter so that it can be constructed from a KadContent object or a StorageEntryMetadata object
- Move it to the DHT package

Others
- Added a few methods to StorageEntryMetadata, StorageEntryManager& DHT to simplify conversions between KadContent, GetParameter & StorageEntryMetadata

Tests
- Written a test to check content updating
2014-04-05 21:07:57 +05:30
..
AutoRefreshOperationTest2.java Created a KadConfiguration interface that allows passing in a configuration file as needed. 2014-03-29 14:37:01 +05:30
AutoRefreshOperationTest.java Now we use a StorageEntry class to send data accross peers 2014-04-02 18:05:14 +05:30
ContentSendingTest.java Setup Content Updating 2014-04-05 21:07:57 +05:30
ContentUpdatingTest.java Setup Content Updating 2014-04-05 21:07:57 +05:30
DHTContentImpl.java Setup Content Updating 2014-04-05 21:07:57 +05:30
NodeConnectionTest.java Created a KadConfiguration interface that allows passing in a configuration file as needed. 2014-03-29 14:37:01 +05:30
RefreshOperationTest.java Setup Content Updating 2014-04-05 21:07:57 +05:30
SaveStateTest2.java Setup Content Updating 2014-04-05 21:07:57 +05:30
SaveStateTest.java Created a KadConfiguration interface that allows passing in a configuration file as needed. 2014-03-29 14:37:01 +05:30
SimpleMessageTest.java Created a KadConfiguration interface that allows passing in a configuration file as needed. 2014-03-29 14:37:01 +05:30