i try to evaluate Kademlia overlay using FileSharing application and the modular NetLayer in the current version of PeerfactSim simulator. i wrote a configuration file and it worked without errors.
BUT, i have not got any DHT-outputs and the finished Downloads in the outputs of the FileSharing application were missing!
I used the DefaultFileSharingMonitor and the most analyzers, which i need (of course DefaultFileSharingAnalyzer and DefaultDHTOverlayAnalyzer too).
in the implemented classes of Kademlia Overlay, the following text has been placed :
/**
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* This part of the Simulator is not maintained in the current version of
* PeerfactSim.KOM. There is no intention of the authors to fix this
* circumstances, since the changes needed are huge compared to overall benefit.
*
* If you want it to work correctly, you are free to make the specific changes
* and provide it to the community.
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!
i am realy confused about this! and i do not know, what can i need to get the complete outputs for my simple scenario. OR, did i missed something?
Thank you in advance for your Feedbacks