<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr">Use sudo ndnpingserver in the new terminal.</p>
<p dir="ltr">Ashlesh</p>
<div class="quote">On Jul 5, 2017 7:59 PM, I Gde Dharma Nugraha <gdebig@gmail.com> wrote:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div dir="ltr">Dear Ashlesh,
<div><br>
</div>
<div>Thank you very much for your suggestion....now the ndnping can get the content. I use your first suggestion. However, when I try your second suggestion (using export HOME=/tmp/c) in new terminal, the ndnpingserver cannot run because error when try open
 some file. </div>
<div><br>
</div>
<div>Anyway, now I know why my previous attempt is failed. Thank you....</div>
<div><br>
</div>
<div>Regards,</div>
<div>Gde Dharma</div>
</div>
<div><br>
<div class="elided-text">On Wed, Jul 5, 2017 at 11:25 PM, Ashlesh Gawande (agawande)
<span dir="ltr"><<a href="mailto:agawande@memphis.edu">agawande@memphis.edu</a>></span> wrote:<br>
<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr" style="font-size:12pt;color:#000000;font-family:'calibri' , 'helvetica' , sans-serif">
<div dir="ltr" style="font-size:12pt;color:rgb( 0 , 0 , 0 );font-family:'calibri' , 'helvetica' , sans-serif , 'emojifont' , 'apple color emoji' , 'segoe ui emoji' , 'notocoloremoji' , 'segoe ui symbol' , 'android emoji' , 'emojisymbols'">
<p>Run the pingserver in background and then check the fib:</p>
<p><br>
</p>
<p>mini-ndn> c ndnpingserver /ndn/c-site/c &> /dev/null &</p>
<p>mini-ndn> c nfdc fib list</p>
<p>mini-ndn> d ndnping -c3 /ndn/c-site/c</p>
<p><br>
</p>
<p>Or, in a new terminal you can do:</p>
<p>export HOME=/tmp/c</p>
<p>ndnpingserver /ndn/c-site/c</p>
<p><br>
</p>
<p>This way you don't have to put it in background.</p>
<p>(This trick can be used for any node).</p>
<p><br>
</p>
<p>Ashlesh</p>
</div>
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Mini-NDN <<a href="mailto:mini-ndn-bounces@lists.cs.ucla.edu">mini-ndn-bounces@lists.cs.<wbr>ucla.edu</a>> on behalf of I Gde Dharma Nugraha <<a href="mailto:gdebig@gmail.com">gdebig@gmail.com</a>><br>
<b>Sent:</b> Tuesday, July 4, 2017 7:48:16 PM<br>
<b>To:</b> Junxiao Shi<br>
<b>Cc:</b> <a href="mailto:mini-ndn@lists.cs.ucla.edu">mini-ndn@lists.cs.ucla.edu</a><br>
<b>Subject:</b> Re: [Mini-NDN] ndnping NoRoute</font>
<div> </div>
</div>
<div>
<div>
<div>
<div dir="ltr">Dear Junxiao,
<div><br>
</div>
<div>Thank you for your suggestion. I have tried the command "c nfdc fib list". The result can be seen in the screenshot. From the screenshot, I can see the FIB of node c contain the forwarding information to other content (such as /ndn/a-site/a, /ndn/b-site/b,
 and /ndn/d-site/d). However, I did not find any information regarding the ndnpingserver application running on node C. I'm trying to run the ndnpingserver application in node C and then I cannot input any command after that. Any suggestion?</div>
<div><br>
</div>
<div>Regards,</div>
<div>Gde Dharma</div>
</div>
<div><br>
<div class="elided-text">On Wed, Jul 5, 2017 at 1:43 AM, Junxiao Shi <span dir="ltr">
<<a href="mailto:shijunxiao@email.arizona.edu">shijunxiao@email.arizona.edu</a>></span> wrote:<br>
<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>Hi Gde</div>
<div><br>
</div>
<div>Is there a ndnpingserver running on C? You can confirm this by `c nfdc fib list` command.</div>
<div><br>
</div>
<div>Yours, Junxiao</div>
<br>
<div class="elided-text">
<div>
<div>
<div>On Tue, Jul 4, 2017 at 07:48 I Gde Dharma Nugraha <<a href="mailto:gdebig@gmail.com">gdebig@gmail.com</a>> wrote:<br>
</div>
</div>
</div>
<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>
<div>Hello...
<div><br>
</div>
<div>I'm newbie for mini-ndn. I already success installing the mini-ndn, however, I have some question.<br>
</div>
<div><br>
</div>
<div>1. I have run the command "a nlsrc status" (nlsrc.JPG) and "a nfdc status report" (nfdc.JPG) without error like in the screenshot in the attachment. However, when I try run "a ndnping /ndn/c-site/c -c3", the interest cannot route to the data, the result
 show error with reason=NoRoute (ndnping.JPG). My question, <b>why the result of ndnping show error NoRoute??</b> Even there is a route in the FIB which can seen in nfdc.JPG.</div>
<div><br>
</div>
<div>2. I try to run each host using command "xterm a b c d" and the window show each terminal for host a, b, c and d. I try to run the commands ('nlsrc status" and "nfdc status report") on each terminal. However, the command gives error result: "error while
 connecting to the forwarder (No such file or directory). When I try to run "nfd-start" on each terminal, the command gives error result "NFD is already running..." My question, Are this error normal in current minindn??Can we ran the ndn command on separate
 nodes terminal?</div>
<div><br>
</div>
<div>Thank you in advance for any answer for my questions.</div>
<div><br>
</div>
<div>Regards,</div>
<div>Gde Dharma</div>
</div>
</div>
</div>
______________________________<wbr>_________________<br>
Mini-NDN mailing list<br>
<a href="mailto:Mini-NDN@lists.cs.ucla.edu">Mini-NDN@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn">http://www.lists.cs.ucla.edu/m<wbr>ailman/listinfo/mini-ndn</a><br>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div>
</body>
</html>