<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class=""><div class=""><div class=""><br class=""></div></div></div></div><div><blockquote type="cite" class=""><div class=""><span style="color: rgb(128, 0, 128);" class="">So, apart from what is set in the scenario, a query for /ndn (Name) may retrieve /ucla (Hint), right?</span></div><div class=""><div style="WORD-WRAP: break-word" class=""><div class=""><font color="#800080" class=""><font class=""></font></font></div></div></div></blockquote><div><br class=""></div><div>yeah, correct.</div><br class=""><blockquote type="cite" class=""><div style="WORD-WRAP: break-word" class=""><font color="#800080" class="">
<div dir="ltr" class=""><font class=""></font> </div>
<div dir="ltr" class=""><font class="">You mean in your scenario digApp sends interest for some entity other than NDNS? I suppose any node on which NdnsServerApp is running would be an instance of NDNS.</font></div></font></div></blockquote><div><br class=""></div><div>Yeah, that is correct. All I was saying is that according to the SNAMP paper, you are supposed to retrieve the whole LINK object from NDNS (that is one signed data packet). However, in this scenario, only a name resolution will happen and you will have to create the LINK object by yourself.</div><br class=""><blockquote type="cite" class=""><div style="WORD-WRAP: break-word" class=""><font color="#800080" class=""><div dir="ltr" class="">
<div class="">I mean, currently we have this class in ndnSIM:</div>
<div class=""><a href="http://ndnsim.net/2.1/doxygen/classndn_1_1Link.html" class="">http://ndnsim.net/2.1/doxygen/classndn_1_1Link.html</a></div></div>
<div dir="ltr" class=""><font class="">For example, where does addDelegation() stores a Link object? Or, where does getDelegations() retrieve Link objects from? Is there any relation between extensions in your scenario and ndn::Link Class? Because I didn't see any reference to ndn::Link in the extensions.</font></div></font></div></blockquote></div><br class=""><div class="">I feel that this is a C++ question. You have a class and you can create objects of this class. This class is the LINK class. An object of the LINK class contains a number of delegations (by delegation we mean a pair of a globally routable prefix and a priority field). Using the addDelegation() method, you can add a pair of globally routable prefix and priority to a LINK object. Given a LINK object, you call the getDelegations() methods and you get a number of pairs back.</div><div class=""><br class=""></div><div class="">Like I said, you can use NDNS for the name resolution and then create a LINK object in your application.</div><div class=""><br class=""></div><div class="">Hope that this helps!</div><div class=""><br class=""></div><div class=""><div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><span class="" style="float: none; display: inline !important;"><br class=""></span></div></div></div></div></body></html>