An ESP8266 connected to wifi (done), running a webserver (done), taking form input and saving it (1/2 done) and advertising itself via mDNS so that clients can connect (heres the problem).
Right now, my mac can see the ESP (using widget.local as the address) and connect to it. If it try to do the same via an android mobile, it fails in the lookup. I read earlier that android dont really do mDNS and instead override to their own DNS servers. I've also read lots of folks claiming they've got it working.
Sooo, whats the story... is android/mdns working (as an out of the box/dont fiddle with the mobile client kind of deal). If so, does anyone have an example code showing how their working mDNS implementation is.
ps. the library examples do not work.