<div dir="ltr"><div>Hi Albatool,</div><div><br></div><div>Are you using ndnSIM-NSLR from the Hackathon (<a href="https://github.com/3rd-ndn-hackathon/ndnSIM-NLSR">https://github.com/3rd-ndn-hackathon/ndnSIM-NLSR</a>) from 2017?</div><div>That version is very outdated and is not likely to be compatible with our newer NDN code base. Although not easy, you may have a better chance porting the current NSLR (<a href="https://github.com/named-data/NLSR">https://github.com/named-data/NLSR</a>) to the current ndnSIM.</div><div><br></div><div>If you are trying to use the one from the 3rd Hackathon, that means you need to build ns-3 with mostly outdated libraries, including:<br></div><div>1. Python2</div><div>2. Older version of modified ns-3 (<a href="https://github.com/named-data-ndnSIM/ns-3-dev/tree/ndnSIM-v2">https://github.com/named-data-ndnSIM/ns-3-dev/tree/ndnSIM-v2</a>)</div><div>3. Manually compiled CryptoPP (8.2.0 should work)</div><div>4. Tweaked wscript to skip check for installed libndn-cxx or compile and install that older version (<a href="https://github.com/named-data-ndnSIM/ndn-cxx/tree/787be4185c1fd41bc6a5f418974b4c9ca9ae7f46">https://github.com/named-data-ndnSIM/ndn-cxx/tree/787be4185c1fd41bc6a5f418974b4c9ca9ae7f46</a>)</div><div>5. Older Boost, which is the most challenging part. You may also prefer an older version of the OS. You may need to cleanly remove the newer version. I suggest doing it in an isolated environment.<br><br></div><div>Otherwise, let us know how you build ndnSIM-NLSR, so I have a better context for advice.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Oct 1, 2025 at 6:36 PM Albatool via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu">ndnsim@lists.cs.ucla.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">Hi all,</div><div dir="auto"><br></div><div dir="auto">I’m running the ndn-nlsr-simple example in ndnSIM-NLSR. I enable the NLSR tracers, and the tracer files are created, but llsa-trace.txt and nlsa-trace.txt remain empty. Other tracer outputs (hello, FIB, and sync) are non-empty.</div><div dir="auto"><br></div><div dir="auto">As a sanity check, I added one Consumer and one Producer. In that case, the Consumer’s Interests are eventually satisfied, but with extremely high delays. When I look at the FIBs, I can see that new entries are being added.</div><div dir="auto"><br></div><div dir="auto">What’s the likely problem, and what should I fix?</div></div>
_______________________________________________<br>
ndnSIM mailing list<br>
<a href="mailto:ndnSIM@lists.cs.ucla.edu" target="_blank">ndnSIM@lists.cs.ucla.edu</a><br>
<a href="https://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim" rel="noreferrer" target="_blank">https://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br>
</blockquote></div>