named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
108 stars 165 forks source link

AppDelayTracer produce empty .txt file #85

Open seawood opened 6 years ago

seawood commented 6 years ago

hello! I put the following code just before calling Simulator::Run in the scenario.Then I got "app-delay.txt",but there is only a row specifying names of the columns in this .txt file.There is no simulating resulting obtained in this file.Could you please help me with this problem?

ndn::AppDelayTracer::InstallAll("app-delay.txt");

ajay1095 commented 5 years ago

Hey Seawood, Did you found the solution of this? Please let me know if you have found it because I am also doing my BTech project on this topic and it will be very helpful if u share me anything regarding this.