<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 7, 2015 at 6:44 AM, Navdeep Uniyal <span dir="ltr"><<a href="mailto:navdeep.uniyal@neclab.eu" target="_blank">navdeep.uniyal@neclab.eu</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">





<div lang="DE" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span lang="EN-US">Please if someone can clarify which codebase to use : ”ndn-ccp” or “ndn-cxx” for understanding the code and experimentation with forwarding strategies.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Best Regards,<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.5pt;font-family:Consolas">Navdeep Uniyal<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
</div>
</div>

<br>_______________________________________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu">Nfd-dev@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a><br>
<br></blockquote></div><br></div><div class="gmail_extra">Forwarding strategies are implemented inside of NFD, which depends on ndn-cxx, so you will need to use that library. However, I'm not sure how heavily you need to use the library itself. A lot of implementing a forwarding strategy is using existing structures and methods inside NFD.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Depending on your work, you may want to consider experimenting with strategies inside of ndnSIM. The latest version of the simulator is a substantial departure from the past and strategies written for NFD pretty much work without modification: <a href="http://ndnsim.net/2.0/fw.html">http://ndnsim.net/2.0/fw.html</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Lastly, as a shameless plug, I wrote some guides for implementing strategies in the past. I think there have been API changes since then, but they should still be mostly correct and help you get an idea of what's available:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/dibenede/ndn-tutorial-gec21/blob/master/README.md">https://github.com/dibenede/ndn-tutorial-gec21/blob/master/README.md</a><br></div><div class="gmail_extra"><a href="https://github.com/dibenede/ndn-tutorial-gec21/blob/master/README-ext.md">https://github.com/dibenede/ndn-tutorial-gec21/blob/master/README-ext.md</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Hope that helps,</div><div class="gmail_extra">Steve</div><div class="gmail_extra"><br></div></div>