- Sat Aug 15, 2015 11:18 am
#26076
Hi all,
I had successfully used this lib (and the starting code example) for days.
But now I cannot have it work.
Compilation is Ok, upload is Ok, the ESp boots, switch to AP and then fails while activating mDNSResponder
Here is the log :
Code: Select allCould not connect to WiFi
Started Soft Access Point
WiFi connected
0.0.0.0
192.168.4.1
Error setting up MDNS responder!
Any idea why it was working on my old XP system and now after installing seven it fails. (I can't see any correlation BTW ?)
I have spent hours to try to fix this but no idea now.
However in the documentation (
http://arduino.esp8266.com/versions/1.6.5-947-g39819f0/doc/reference.html they say that MDNS is not working in AP mode ???
""
mDNS and DNS-SD responder (ESP8266mDNS library)
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local", and DNS-SD (service dicovery) queries. Currently the library only works on STA interface, AP interface is not supported. See attached example for details.
""
Thanks
JP