<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 21, 2015 at 6:40 AM,  <span dir="ltr"><<a href="mailto:qnick@qnick.ru" target="_blank">qnick@qnick.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
I'm new here and have some dumb questions after installing NFD on several pcs:<br>
- What should I do to view the full FIB table? smth like "nfdc print"<br></blockquote><div><br></div><div>You can use nfd-status -b . Omitting the option dumps the FIB and more.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
- Is it possible to create one shared namespace for number of pcs? Like that:<br>
nfdc register /ndn/test udp://pc1<br>
nfdc register /ndn/test udp://pc2<br>
nfdc register /ndn/test udp://pc3<br></blockquote><div><br></div><div>Yes, but I think the default forwarding strategy is BestRoute, so all Interest traffic for the prefix will be sent to one machine. You can check the active strategy with nfd-status -s and change it with nfdc set-strategy /ndn/test <strategy-name>.</div><div><br></div><div>Other strategy options are Broadcast and NCC:</div><div><br></div><div>/localhost/nfd/strategy/broadcast</div><div>/localhost/nfd/strategy/ncc<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Thank you.<br>
<br>
Nikita.<br>
<br>
PS: NFD package for Debian jessie/wheezy reqested =)<br>
_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
</blockquote></div><br></div></div>