esp8266-react icon indicating copy to clipboard operation
esp8266-react copied to clipboard

Add mDNS

Open mjkl-gh opened this issue 3 years ago • 4 comments

I've added mDNS to the wifiSettingsService.

With mDNS users can reach their devices using hostname.local addresses instead of IP adresses.

mjkl-gh avatar Jul 17 '22 21:07 mjkl-gh

Looking forward to this feature. Any ETA please?

wassx avatar Nov 15 '22 08:11 wassx

I had to add MDNS.update(); to the loop to make the DNS working on my ESP8266

Are you sure? the documentation doesn´t mention this. The esp32 class doesn't even have a update method.

What version of the esp866 library did you use?

edit:

I alsof found this post can you check if his solution fixes it properly? this framework does use ArduinoOTA.

mjkl-gh avatar Nov 25 '22 09:11 mjkl-gh

It's from the espressif8266 platform. No proper import.

wassx avatar Nov 25 '22 21:11 wassx

It's from the espressif8266 platform. No proper import.

I should have been more specific. I meant what version of ESP8266mDNS.h ?

mjkl-gh avatar Nov 28 '22 07:11 mjkl-gh