<div dir="ltr">Hi Jeff<div><br></div><div>Generally, it's impossible to support every AP configuration. The AP in my apartment is configured to disallow any communication between wireless stations (unicast or multicast). In other words, a wireless station can only connect to the Internet.</div><div><br></div><div>Many commercial APs are configured to disallow multicast from wireless stations, but allow unicast between wireless stations.</div><div>In this case, it's theoretically possible to enumerate the unicast address space (assuming it's not too large) to find if there's another NDN-enabled system, but this not only cannot scale, but also look like port scanning and get blocked.</div><div><br></div><div>A much better situation is an AP that allows certain multicast protocols between wireless stations, such as Apple Bonjour which is used by iMacs to discover each other.</div><div>It's theoretically possible to implement a multicast transport using one of the allowed protocols (transmit NDN packets over Apple Bonjour), but that would increase the overhead of non-NDN systems in the network.</div><div><a href="http://redmine.named-data.net/issues/3465">NFD Feature 3465</a> explores running autoconfig over an allowed multicast protocol. The expected outcome of this feature is that one laptop can be designated as the router by running `ndn-autoconfig-server`, and other laptops can run `ndn-autoconfig` to find the router.<br></div><div>Ideally, it's possible to discover the unicast addresses of all NDN-enabled systems over an allowed multicast protocol, to eliminate the need of designating a router. But we are not there yet.</div><div><br></div><div>Yours, Junxiao<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 25, 2016 at 9:19 AM, Burke, Jeff <span dir="ltr"><<a href="mailto:jburke@remap.ucla.edu" target="_blank">jburke@remap.ucla.edu</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 style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div><span class="">
<div><b><br>
</b></div>
<div><b>"You’ll need to configure your access point to permit multicast traffic among wireless stations."</b></div>
<div><br>
</div>
</span><div>I mentioned to Peter that I thought this was the case.  I think the concern here is that in "real life", where Peter is hoping to experiment with NDN-RTC more and more, we can't always control infrastructure in this way.  </div>
<div><br>
</div>
<div>So what Peter is asking is whether there is (or could be) a way to automatically bootstrap local communication between NFDs on different devices connected to the same not-necessarily-internet-connected access point without requiring any configuration on
 the AP. </div>
<div>(Peter please correct me if I'm wrong)</div>
<div><br>
</div>
<div>Jeff</div>
<div><br></div></div></div></blockquote></div></div></div></div>