-->
Page 2 of 2

Re: Complete mdns library for ESP8266

PostPosted: Fri May 17, 2019 11:25 am
by Solomon Candy
I don't think there is a complete mDNS for LWIP out there - esp8266 or no - except .. !! .. Espressif had made a complete mDNS implementation themselves!
You can check it out in the RTOS_SDK_3xx which I think is pretty new. It's in the 'components/mdns' directory and separate from the lwip project.
Link: github.com/espressif/ESP8266_RTOS_SDK

Re: Complete mdns library for ESP8266

PostPosted: Wed May 22, 2019 10:18 am
by maverickchongo
Thanks @Solomon I had seen that one, unfortunately, I need it for the non-os sdk, so I would need to port it...

Re: Complete mdns library for ESP8266

PostPosted: Thu Jun 06, 2019 1:31 pm
by eriksl
Yep, I removed everything not strictly necessary to run a "normal" set of code.

I don't think mDNS is that difficult, just make it yourself, like I did with the sntp client ;)