Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Wifi access points need not have an IP address, any more than wired switches and hubs do. However a large number do, as they also act on the IP layer as DHCP servers and network gateways.</p> <p>What exactly are you trying to do? It sounds likely that it is not the Wifi access point proper that you need to talk to.</p> <p>If it supports TCP and UDP, it will of course have an IP address. This will not be directly discoverable from the Wifi APIs, and you'll need some other means of discovering that. It's hard to say what exactly will be a reasonable method to do this without knowing what the AP is, and what services it provides.</p> <p>Common ways of enumerating services provided on a network include <a href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol" rel="nofollow">DHCP</a>; <a href="http://www.multicastdns.org/" rel="nofollow">multicast DNS</a>/<a href="http://dns-sd.org/" rel="nofollow">DNS service discovery</a> which is used by "<a href="http://en.wikipedia.org/wiki/Bonjour_%28software%29" rel="nofollow">Bonjour</a>" and "<a href="http://en.wikipedia.org/wiki/Zeroconf" rel="nofollow">Zeroconf</a>"), <a href="http://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol" rel="nofollow">SSDP</a> and <a href="http://en.wikipedia.org/wiki/Universal_Plug_and_Play" rel="nofollow">uPnP</a>, and of course static configuration.</p> <p>I'm not familiar enough with the Android network APIs to recommend anything, though <a href="http://jmdns.sourceforge.net/" rel="nofollow">http://jmdns.sourceforge.net/</a> appears to be a usable Java multicast DNS library.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload