[Mini-NDN] How to Traceroute in Mini-NDN

Ashlesh Gawande (agawande) agawande at memphis.edu
Fri Nov 10 08:22:33 PST 2017


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).


You can run ndndump and then grep the Nonce of the interest to trace the route in the dump logs:

for host in net.hosts:
    for intf in host.intfNames():
        ndnDumpOutputFile = "dump.%s" % intf
        host.cmd("sudo ndndump -i %s > %s &" % (intf, ndnDumpOutputFile))


You can place the above code in your experiment.


Ashlesh

________________________________
From: Mini-NDN <mini-ndn-bounces at lists.cs.ucla.edu> on behalf of Tấn Xuânn <tanxuanvl95 at gmail.com>
Sent: Thursday, November 9, 2017 10:07:51 PM
To: mini-ndn at lists.cs.ucla.edu
Subject: [Mini-NDN] How to Traceroute in Mini-NDN

Hello everyone.

Can you help me how to traceroute  in Mini-NDN, thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/mini-ndn/attachments/20171110/946b6290/attachment.html>


More information about the Mini-NDN mailing list