<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>There is no trace route in NDN yet (some efforts are going on - but it is better to ask on ndn-interest mailing list about that).</p>
<p><br>
</p>
<p>You can run ndndump and then grep the Nonce of the interest to trace the route in the dump logs:</p>
<p></p>
<div>for host in net.hosts:</div>
<div> for intf in host.intfNames():</div>
<div> ndnDumpOutputFile = "dump.%s" % intf</div>
<div> host.cmd("sudo ndndump -i %s > %s &" % (intf, ndnDumpOutputFile))</div>
<br>
<p></p>
<p>You can place the above code in your experiment.</p>
<p><br>
</p>
<p>Ashlesh</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Mini-NDN <mini-ndn-bounces@lists.cs.ucla.edu> on behalf of Tấn Xuânn <tanxuanvl95@gmail.com><br>
<b>Sent:</b> Thursday, November 9, 2017 10:07:51 PM<br>
<b>To:</b> mini-ndn@lists.cs.ucla.edu<br>
<b>Subject:</b> [Mini-NDN] How to Traceroute in Mini-NDN</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hello everyone.
<div><br>
</div>
<div>Can you help me how to traceroute in Mini-NDN, thank you!</div>
</div>
</div>
</body>
</html>