From 1911602 at iiitdmj.ac.in Sun Sep 18 07:14:21 2022 From: 1911602 at iiitdmj.ac.in (SUBODH MISHRA) Date: Sun, 18 Sep 2022 19:44:21 +0530 Subject: [ndnSIM] Distance travelled (in number of hops) by the data and the interest packet at the intermediate content routers Message-ID: Hi all, I want to calculate two parameters *at the intermediate content router*:- (1) Distance travelled (in number of hops) by the data packets from the producer (2) Distance travelled (in number of hops) by the interest packet from the consumer Thanks in advance -- Thanks & Regards Subodh Mishra Research Scholar (Ph.D), Department of Computer Science and Engineering, PDPM-Indian Institute of Information Technology, Design and Manufacturing, Jabalpur Email: 1911602 [at] iiitdmj [dot] ac [dot] in , subodhkmishra [at] gmail [dot] com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ahmagsi at sau.edu.pk Fri Sep 30 00:58:14 2022 From: ahmagsi at sau.edu.pk (Arif Hussain Magsi) Date: Fri, 30 Sep 2022 07:58:14 +0000 Subject: [ndnSIM] Error while making changes in ndn-simple.cpp Message-ID: Dear all, I am facing a problem while changing in ndn-simple.cpp as given below: 1. I want to add caching in ndn-simple.cpp but i face an error. What is the mistake in following code? // Connecting nodes using two links PointToPointHelper p2p; p2p.Install(nodes.Get(0), nodes.Get(2)); p2p.Install(nodes.Get(1), nodes.Get(2)); p2p.Install(nodes.Get(2), nodes.Get(3)); // Install NDN stack on all nodes ndn::StackHelper ndnHelper; ndnHelper.SetDefaultRoutes(true); ndnHelper.setCsSize(100); ndnHelper.setPolicy("nfd::cs::lru"); ndnHelper.Install(nodes.Get(2)); Looking for your response please. BR, Magsi, Arif Hussain ____________________ ahmagsi at sau.edu.pk Whatsapp. +92-302-3483433 Wechat. +86-15600225390 -------------- next part -------------- An HTML attachment was scrubbed... URL: