<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=iso-8859-2">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>If you haven't, you need to run <tt>sudo ldconfig</tt> after
      installing ndn-cxx. This updates the system library paths with new
      information. If that doesn't work, please send us the outputs of <tt>sudo
        ldconfig -p</tt> and <tt>pkg-config --list-all</tt><br>
    </p>
    <br>
    -Nick Gordon<br>
    <br>
    <div class="moz-cite-prefix">On 05/19/17 11:14, Michał Król wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:60458701-1b7a-e070-2b1d-b346b883d74f@gmail.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=iso-8859-2">
      <p>Great. I wasn't sure if it was the official release. Anyway,
        while executing ./waf configure --enable-examples --enable-nlsr,
        libndn-cxx is not detected:</p>
      <p><br>
      </p>
      <p>Checking for
        'libndn-cxx'                                          : not
        found <br>
      </p>
      <p><br>
      </p>
      <p>In the release notes they mentioned, the code was ported to
        ndn-cxx v.0.4.1. However, the default branch for the git
        repository is 0.3.4. I tried to switch, but it doesn't resolve
        the problem. <br>
      </p>
      <p><br>
      </p>
      <p>Anyone experienced the same issue?<br>
      </p>
      <br>
      <div class="moz-cite-prefix">On 19/05/17 16:00, Ashlesh Gawande
        (agawande) wrote:<br>
      </div>
      <blockquote type="cite"
cite="mid:DM5PR04MB1146E9038331EB74716BFD3FD9E50@DM5PR04MB1146.namprd04.prod.outlook.com">
        <meta name="Generator" content="Microsoft Exchange Server">
        <!-- converted from text -->
        <style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
        <meta content="text/html; charset=UTF-8">
        <style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
        <div dir="ltr">
          <div id="x_divtagdefaultwrapper" dir="ltr"
            style="font-size:12pt; color:#000000;
            font-family:Calibri,Arial,Helvetica,sans-serif">
            <p>NLSR is not part of official release of ndnSIM.</p>
            <p><br>
            </p>
            <p>ndnSIM-NLSR is the work done in the 3rd NDN hackathon
              which had members of NLSR team on it.</p>
            <p><br>
            </p>
            <p>You can look at:</p>
            <p><a
href="https://github.com/3rd-ndn-hackathon/ndnSIM-NLSR/blob/master/PORTING.md"
                class="x_OWAAutoLink" id="LPlnk154491"
                moz-do-not-send="true">https://github.com/3rd-ndn-hackathon/ndnSIM-NLSR/blob/master/PORTING.md</a><br>
            </p>
            <p><br>
            </p>
            <p>Ashlesh</p>
          </div>
          <hr tabindex="-1" style="display:inline-block; width:98%">
          <div id="x_divRplyFwdMsg" dir="ltr"><font
              style="font-size:11pt" color="#000000" face="Calibri,
              sans-serif"><b>From:</b> ndnSIM <a
                class="moz-txt-link-rfc2396E"
                href="mailto:ndnsim-bounces@lists.cs.ucla.edu"
                moz-do-not-send="true"><ndnsim-bounces@lists.cs.ucla.edu></a>
              on behalf of Michał Król <a class="moz-txt-link-rfc2396E"
                href="mailto:mharnen@gmail.com" moz-do-not-send="true"><mharnen@gmail.com></a><br>
              <b>Sent:</b> Friday, May 19, 2017 5:52:28 AM<br>
              <b>To:</b> Junxiao Shi<br>
              <b>Cc:</b> <a class="moz-txt-link-abbreviated"
                href="mailto:ndnsim@lists.cs.ucla.edu"
                moz-do-not-send="true">ndnsim@lists.cs.ucla.edu</a><br>
              <b>Subject:</b> Re: [ndnSIM] Question about updating name
              prefix list of the routers</font>
            <div> </div>
          </div>
        </div>
        <font size="2"><span style="font-size:10pt;">
            <div class="PlainText">Thank you both for your answers. The
              scope is verified in the Forwarder <br>
              before so it's not the violation. I tried to schedule to
              the function <br>
              10s later, but the result is the same.  I think that NLSR
              is not active.<br>
              <br>
              Is NLSR part of the official release or I need to get it
              externally?<br>
              <br>
              I found this repo, but I'm not sure if it's the official
              one: <br>
              <a href="https://github.com/3rd-ndn-hackathon/ndnSIM-NLSR"
                moz-do-not-send="true">https://github.com/3rd-ndn-hackathon/ndnSIM-NLSR</a><br>
              <br>
              <br>
              <br>
              <br>
              On 18/05/17 22:14, Junxiao Shi wrote:<br>
              > Hi Michał<br>
              ><br>
              > onInterestReject generally means there is no FIB
              entry matching the Interest.<br>
              > You are probably sending the command Interest too
              early, before NLSR initializes itself and registers the
              FIB entry for these commands.<br>
              > Try adding a delay (using ns3::Schedule) because
              sending the command Interest.<br>
              ><br>
              > Yours, Junxiao<br>
              ><br>
              >> On May 18, 2017, at 10:08 AM, Michał Król <a
                class="moz-txt-link-rfc2396E"
                href="mailto:mharnen@gmail.com" moz-do-not-send="true"><mharnen@gmail.com></a>
              wrote:<br>
              >><br>
              >> Is it necessary to start NLSR in a special way?
              After executing the same code the interest is rejected on
              my node. I installed bestroute2 strategy for all the
              prefixes "/", but it's not invoked here.<br>
              >><br>
              >><br>
              >> 0.0200091s 1 nfd.Forwarder:onIncomingInterest():
              [DEBUG] In:
/localhost/nlsr/prefix-update/advertise/h%12%07%10%08%0Eupdated-prefix/%14/%01%DE1nbtU%BA/%160%1B%01%01%1C+%07%29%08%0Ctmp-identity%08%04%CD%A6%05%8A%08%03KEY%08%05ksk-0%08%07ID-CERT/%17%FD%01%00%D2%C2l%0B9%E7%F3r%ED%07%E1%07%5C%3B%84i%F7%FB%1A%F9%FD%B8N%F2%19%BE%CC%E4%7B%7F%18P%F6%90tLfU%16%B7%C4%FA%C0%95%16%DC%9A%99K%8AW%D6%D6%FA9%0A%E2%C5h%2A%B9eH%5E%02%C7%8E%D9%C4q%C7%EA%0BS%FE%0E%0A%E7%F4%05%FE%7D%C2%03%D59%24%90%84%FD%16%E8T%8D%F3%C8%A2%8E%11buux%1D%1A%19%7B4%B5k%B6%1Fh%03H0%CCam%DFT%FCM%23r%91%22%C93%8CX%FA%1C%7B%B5%EA%98%10%DA%84D%87%9D%F7%DD9%3C%B5b%3AP%7C%8B%8D%F4k%F3%E1%A7%C2%08%D1L%EC%F6QE%A6%1B%B8c%94q%FC%83%DB%96%1Bb%D7%1E%89%FB%80%EFg%D1%0DP%C4%96_0%DD%BE%B3%BF%C4H%18%D2a%1F%3Fa%90%FB%10%16%1Bh%A5%C8%E3%84%87J%8E%A2%C8%DByw%A7%14%CC%AE-%83%DE%1A%D8%C8%19%9F%18g%86%26%FE%F7%25%28%FEs%89%D0E%B7%C9%87%B7%BCDQ%E7<br>
              >><br>
              >> 0.0200091s 1 nfd.Forwarder:onContentStoreMiss():
              [DEBUG] onContentStoreMiss
interest=/localhost/nlsr/prefix-update/advertise/h%12%07%10%08%0Eupdated-prefix/%14/%01%DE1nbtU%BA/%160%1B%01%01%1C+%07%29%08%0Ctmp-identity%08%04%CD%A6%05%8A%08%03KEY%08%05ksk-0%08%07ID-CERT/%17%FD%01%00%D2%C2l%0B9%E7%F3r%ED%07%E1%07%5C%3B%84i%F7%FB%1A%F9%FD%B8N%F2%19%BE%CC%E4%7B%7F%18P%F6%90tLfU%16%B7%C4%FA%C0%95%16%DC%9A%99K%8AW%D6%D6%FA9%0A%E2%C5h%2A%B9eH%5E%02%C7%8E%D9%C4q%C7%EA%0BS%FE%0E%0A%E7%F4%05%FE%7D%C2%03%D59%24%90%84%FD%16%E8T%8D%F3%C8%A2%8E%11buux%1D%1A%19%7B4%B5k%B6%1Fh%03H0%CCam%DFT%FCM%23r%91%22%C93%8CX%FA%1C%7B%B5%EA%98%10%DA%84D%87%9D%F7%DD9%3C%B5b%3AP%7C%8B%8D%F4k%F3%E1%A7%C2%08%D1L%EC%F6QE%A6%1B%B8c%94q%FC%83%DB%96%1Bb%D7%1E%89%FB%80%EFg%D1%0DP%C4%96_0%DD%BE%B3%BF%C4H%18%D2a%1F%3Fa%90%FB%10%16%1Bh%A5%C8%E3%84%87J%8E%A2%C8%DByw%A7%14%CC%AE-%83%DE%1A%D8%C8%19%9F%18g%86%26%FE%F7%25%28%FEs%89%D0E%B7%C9%87%B7%BCDQ%E7<br>
              >><br>
              >> 0.0200091s 1 nfd.Forwarder:onInterestReject():
              [DEBUG] onInterestReject
interest=/localhost/nlsr/prefix-update/advertise/h%12%07%10%08%0Eupdated-prefix/%14/%01%DE1nbtU%BA/%160%1B%01%01%1C+%07%29%08%0Ctmp-identity%08%04%CD%A6%05%8A%08%03KEY%08%05ksk-0%08%07ID-CERT/%17%FD%01%00%D2%C2l%0B9%E7%F3r%ED%07%E1%07%5C%3B%84i%F7%FB%1A%F9%FD%B8N%F2%19%BE%CC%E4%7B%7F%18P%F6%90tLfU%16%B7%C4%FA%C0%95%16%DC%9A%99K%8AW%D6%D6%FA9%0A%E2%C5h%2A%B9eH%5E%02%C7%8E%D9%C4q%C7%EA%0BS%FE%0E%0A%E7%F4%05%FE%7D%C2%03%D59%24%90%84%FD%16%E8T%8D%F3%C8%A2%8E%11buux%1D%1A%19%7B4%B5k%B6%1Fh%03H0%CCam%DFT%FCM%23r%91%22%C93%8CX%FA%1C%7B%B5%EA%98%10%DA%84D%87%9D%F7%DD9%3C%B5b%3AP%7C%8B%8D%F4k%F3%E1%A7%C2%08%D1L%EC%F6QE%A6%1B%B8c%94q%FC%83%DB%96%1Bb%D7%1E%89%FB%80%EFg%D1%0DP%C4%96_0%DD%BE%B3%BF%C4H%18%D2a%1F%3Fa%90%FB%10%16%1Bh%A5%C8%E3%84%87J%8E%A2%C8%DByw%A7%14%CC%AE-%83%DE%1A%D8%C8%19%9F%18g%86%26%FE%F7%25%28%FEs%89%D0E%B7%C9%87%B7%BCDQ%E7<br>
              >><br>
              >><br>
              <br>
              _______________________________________________<br>
              ndnSIM mailing list<br>
              <a class="moz-txt-link-abbreviated"
                href="mailto:ndnSIM@lists.cs.ucla.edu"
                moz-do-not-send="true">ndnSIM@lists.cs.ucla.edu</a><br>
              <a
                href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim"
                moz-do-not-send="true">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br>
            </div>
          </span></font> </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>