<div dir="ltr">Hi all,<div><br></div><div>Thanks for your comments. The Ethernet face is working in ad hoc mode now.</div><div>Regarding the issue of delaying Interest and Data packets, would it make sense to implement the logic in the Ethernet face? I believe I would have to modify the "EthernetTransport::sendPacket" method in the <a href="https://github.com/named-data/NFD/blob/master/daemon/face/ethernet-transport.cpp#L99">ethernet-transport.cpp</a> to get the location from the packet name and delay the forwarding accordingly. Is that correct? (sorry I don't have experience with Ethernet faces)</div><div><br></div><div>Thank you</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 28, 2017 at 11:17 AM, Junxiao Shi <span dir="ltr"><<a href="mailto:shijunxiao@email.arizona.edu" target="_blank">shijunxiao@email.arizona.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Adhy<br><br></div><div>B needs to have its face configured as an ad hoc wireless face in order to forward the Interest/Data out of the same face.<br></div><div>To change this setting with <a href="https://github.com/NDN-Routing/infoedit" target="_blank">infoedit</a>: <span style="font-family:monospace,monospace">sudo infoedit -f /usr/local/etc/ndn/nfd.conf -s face_system.ether.mcast_ad_hoc -v yes</span><br></div><div>If this config option does not exist in your nfd.conf, the NFD version is too old. Please always use git master branch.<br></div><div><br></div>Yours, Junxiao<span class=""><br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 28, 2017 at 8:11 AM, Adhy Satya <span dir="ltr"><<a href="mailto:adhysatya820@gmail.com" target="_blank">adhysatya820@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Professor Wang,<div><br></div><div>Thank you for your comment.</div><div>I tried the Ethernet face before and re-did the tests with three wireless nodes ( A <---> B <---> C ). I start NFD on all three nodes; register the ethernet group using "nfdc register / ether://[01:00:5E:00:17:AA]" (I also made sure mcast is set to yes in the nfd.conf file).</div><div>Then I started ndnping server on node C, and ran ndnping from nodes A and B. I get replies from B <---> C, but timeouts from A <---> B <---> C. In other words, node B is not relaying the Interest packets.</div><div><br></div><div>Do I have to change anything else?</div><div>I'm using NFD-0.5.0, ndn-cxx-0.5.0, and ndn-tools-0.4-1-g931dfe8.</div><div><br></div><div>Thanks again</div><br></div></blockquote></div><br></div></div></div></span></div>
</blockquote></div><br></div>