<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<div class="__TEE_Quote__" style="border-left:3px solid rgb(200,200,200); border-top-color:rgb(200,200,200); border-right-color:rgb(200,200,200); border-bottom-color:rgb(200,200,200); padding-left:10px; color:rgb(102,102,102); font-size:17px">
<span style="color:rgb(102,102,102); font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:17px">what namespace should I use so that d be able
 to fetch f1 from a and I don't encounter noRoute error when I am using ndncatchunks in d?</span></div>
<br>
<div>Whatever name prefix you used to put the data in "a" using ndnpuchunks. You need to
<a href="http://named-data.net/doc/NFD/current/manpages/nfdc-route.html" class="OWAAutoLink" id="LPlnk630255" previewremoved="true">
add route</a> for that name prefix so that NFD knows where to forward Interest for this prefix. If "a" has the data, then need to add route from "b" to "a", "c" to "b", and "d" to "c".</div>
<br>
<div><span style="font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">Alternatively, if you are using NLSR then you can just add the
 name prefix in "a" using <a href="https://named-data.net/doc/NLSR/0.4.0/manpages/nlsrc.html" class="OWAAutoLink" id="LPlnk322430" previewremoved="true">
nlsrc advertise </a>. Then nlsr will take care of the rest. If you have a large topology then this is what you should do.</span></div>
<div><br>
</div>
<br>
<div class="__TEE_Quote__" style="border-left:3px solid rgb(200,200,200); border-top-color:rgb(200,200,200); border-right-color:rgb(200,200,200); border-bottom-color:rgb(200,200,200); padding-left:10px; color:rgb(102,102,102); font-size:17px">
Also is there any way to understand which node is actually sending you the datapacket?</div>
<div><br>
</div>
<div>I don't think there is an easy way, other than to inspect the nfd.log on each node, since NDN is server agnostic.</div>
<div><br>
</div>
<div>-Muktadir</div>
<div><br>
</div>
<div><br>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Mini-NDN <mini-ndn-bounces@lists.cs.ucla.edu> on behalf of sepehr abdous <sepehrabdous1375@gmail.com><br>
<b>Sent:</b> Sunday, November 11, 2018 2:19:53 PM<br>
<b>To:</b> mini-ndn@lists.cs.ucla.edu<br>
<b>Subject:</b> [Mini-NDN] namespace scope</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Hello all</div>
<div>I have a topology a -- b -- c -- d.</div>
<div>I put f1 in a using ndnputchunks.</div>
<div>what namespace should I use so that d be able to fetch f1 from a and I don't encounter noRoute error when I am using ndncatchunks in d?</div>
<div><br>
</div>
<div>Also is there any way to understand which node is actually sending you the datapacket? lets say we have a large topology and multiple nodes have cached f1 and d is requesting f1, Is there any way to know which node is sending you the f1?</div>
<div><br>
</div>
<div>Best,</div>
<div>Sepehr<br>
</div>
</div>
</div>
</div>
</body>
</html>