<div dir="ltr">Actually, every node is a "producer" and a "consumer" (apps modified), because they are constantly sending "hello" packets and receiving "hello" packets. I think the error happens because the other app in consumer is self-providing the "hello" from its CS. Take a look on my output with both apps installed on the same node:<br><br>0s 1 ndn.Reply:StartApplication()<br>0s 2 ndn.Reply:StartApplication()<br>1s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>1s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>    node(1) No surrogate found<br>2s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>2s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>3s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>3s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>4s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>4s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>5s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>5s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>6s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>6s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>7s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>7s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>8s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>8s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br>9s 2 ndn.Reply:OnInterest(0x178cdd0, 0x17cf160)<br>9s 2 ndn.Reply:OnInterest(): [INFO ] node(2) Received HELLO message from 2<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-08-10 22:10 GMT-03:00 Spyridon (Spyros) Mastorakis <span dir="ltr"><<a href="mailto:mastorakis@cs.ucla.edu" target="_blank">mastorakis@cs.ucla.edu</a>></span>:<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">Hi,<div><br></div><div>I would guess that for step 2, you have installed some producer application somewhere that announces the “/Hello” prefix.</div><div><br></div><div>Hope that this helps,</div><div><br><div><div><div><span style="float:none;display:inline!important">Spyridon (Spyros) Mastorakis</span><br><span style="float:none;display:inline!important">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" target="_blank">http://cs.ucla.edu/~<wbr>mastorakis/</a><br><span style="float:none;display:inline!important">Internet Research Laboratory</span><br><span style="float:none;display:inline!important">Computer Science Department</span><br><span style="float:none;display:inline!important">UCLA</span></div></div></div></div><div><div class="h5"><div>
<div><div><div><br></div></div></div></div><div><blockquote type="cite"><div>On Aug 10, 2017, at 5:13 PM, Mateus Sousa <<a href="mailto:mateus.aluufc@gmail.com" target="_blank">mateus.aluufc@gmail.com</a>> wrote:</div><br class="m_-8412229919767767266Apple-interchange-newline"><div><div dir="ltr">Dear all,<br><br>I'm developing a discovery protocol that peforms the following steps:<br><br>1º. Node send a "special Interest' with its ID and its mob. infos (prefix: /Hello/ID);<br>2º  At the same time it installs another app that adds the prefix "/Hello/" in his FIB, to reply its neighbours; <- At this point I'm getting problems, because the node it's self-replying and isn't forwarding the interests.<br><br>Can anyone give a solution for that?  <br><br>Thanks in advance.<br><br></div></div></blockquote></div><br></div></div></div></blockquote></div><br></div>