<div dir="ltr">thanks a lot for the reference!</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 3, 2015 at 7:10 PM, Thompson, Jeff <span dir="ltr"><<a href="mailto:jefft0@remap.ucla.edu" target="_blank">jefft0@remap.ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>Take a look at the "Connecting to remote NFDs" section of the NFD Getting Started Guide which describes what "nfdc register" does:</div>
<div><a href="http://named-data.net/doc/NFD/current/INSTALL.html" target="_blank">http://named-data.net/doc/NFD/current/INSTALL.html</a></div>
<div><br>
</div>
<div>See the nfdc man page for more details:</div>
<div><a href="http://named-data.net/doc/NFD/current/manpages/nfdc.html" target="_blank">http://named-data.net/doc/NFD/current/manpages/nfdc.html</a></div>
<div><br>
</div>
<div>- Jeff T</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Feixiong Zhang <<a href="mailto:feixiong@winlab.rutgers.edu" target="_blank">feixiong@winlab.rutgers.edu</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, March 3, 2015 at 13:49<br>
<span style="font-weight:bold">To: </span>Jeff Thompson <<a href="mailto:jefft0@remap.ucla.edu" target="_blank">jefft0@remap.ucla.edu</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:ndn-interest@lists.cs.ucla.edu" target="_blank">ndn-interest@lists.cs.ucla.edu</a>" <<a href="mailto:ndn-interest@lists.cs.ucla.edu" target="_blank">ndn-interest@lists.cs.ucla.edu</a>><div><div class="h5"><br>
<span style="font-weight:bold">Subject: </span>Re: [Ndn-interest] question about NDN prototype<br>
</div></div></div><div><div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">thanks for the clarification! It helps a lot!
<div><br>
</div>
<div>for the NFD configuration of a router, for example the router has four network interfaces, I want to bind two specific interfaces for NFD. how could I achieve this? Is there any documents on such configuration? thanks.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Mar 3, 2015 at 4:02 PM, Thompson, Jeff <span dir="ltr">
<<a href="mailto:jefft0@remap.ucla.edu" target="_blank">jefft0@remap.ucla.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<span>
<div>> 2. I see the ndn prototype has ndn-cxx and ndn-cpp, and it seems they share some code and both provide library for application usage. what's the different between these two?</div>
<div><br>
</div>
</span>
<div>ndn-cxx is the NDN C++ library with eXperimental eXtensions. Its API changes more rapidly since it is used to research the latest NDN architectural ideas and is the library for NFD.</div>
<div><br>
</div>
<div>ndn-cpp isĀ an NDN client library for C++ which shares the same "Common Client Libraries" API with the other client libraries for Python, JavaScript and Java. The client libraries incorporate stable features from ndn-cxx and aim to support NDN applications
 on a range of platforms and languages.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>- Jeff T</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu" target="_blank">shijunxiao@email.arizona.edu</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, March 3, 2015 at 12:02<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:ndn-interest@lists.cs.ucla.edu" target="_blank">ndn-interest@lists.cs.ucla.edu</a>" <<a href="mailto:ndn-interest@lists.cs.ucla.edu" target="_blank">ndn-interest@lists.cs.ucla.edu</a>><br>
<span style="font-weight:bold">Cc: </span>Feixiong Zhang <<a href="mailto:feixiong@winlab.rutgers.edu" target="_blank">feixiong@winlab.rutgers.edu</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Ndn-interest] question about NDN prototype<br>
</div>
<div>
<div>
<div><br>
</div>
<div>
<div>
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Mar 3, 2015 at 1:00 PM, Feixiong Zhang <span dir="ltr">
<<a href="mailto:feixiong@winlab.rutgers.edu" target="_blank">feixiong@winlab.rutgers.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>Dear Junxiao,</div>
<div><br>
</div>
<div>I'm Feixiong, a phd student from Rutgers University. I also work on information-centric network and I'm trying to investigate content delivery scenario in NDN. I look at the NDN prototype and come across some questions. It would be great if you could provide
 me some guidance.</div>
<div><br>
</div>
<div>As a first step, I'm trying to build a simple NDN testbed with four nodes (A -- B -- C -- D). A is a NDN content server, B and C are NDN routers, D is a NDN requester. Is there any related example of such content delivery scenario?</div>
<div><br>
</div>
<div>I have a few other questions for the setup (pardon me as I'm newbie to NDN prototype..) :</div>
<div><br>
</div>
<div>1. how to configure network interfaces in nfd?</div>
<div>2. I see the ndn prototype has ndn-cxx and ndn-cpp, and it seems they share some code and both provide library for application usage. what's the different between these two?</div>
<br clear="all">
<div>I would appreciate a lot if you could give me some guidance. thanks a lot!</div>
<div><br>
</div>
<div>Best Regards.</div>
<span><font color="#888888">
<div>Feixiong</div>
<div><br>
</div>
-- <br>
<div>
<div dir="ltr">Feixiong Zhang, PhD candidate,<br>
WINLAB, Rutgers University, New Jersey<br>
<cite><b><a href="http://winlab.rutgers.edu/%7Efeixiong/" target="_blank">http://winlab.rutgers.edu/~feixiong/</a></b></cite><br>
</div>
</div>
</font></span></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</span></div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div>
<div dir="ltr">Feixiong Zhang, PhD candidate,<br>
WINLAB, Rutgers University, New Jersey<br>
<cite><b><a href="http://winlab.rutgers.edu/%7Efeixiong/" target="_blank">http://winlab.rutgers.edu/~feixiong/</a></b></cite><br>
</div>
</div>
</div>
</div>
</div>
</div></div></span>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Feixiong Zhang, PhD candidate,<br>WINLAB, Rutgers University, New Jersey<br><cite><b><a href="http://winlab.rutgers.edu/%7Efeixiong/" target="_blank">http://winlab.rutgers.edu/~feixiong/</a></b></cite><br></div></div>
</div>