Bonjour UDP module detection mDNS

Hi, would be great to implement bonjour protocol to make discovery modules in network very easy.
Regards
Regards
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
LEDAero wrote:"Bonjour protocol" is mDNS
Search for "mDNS ESP8266" - it's already available.
With NodeMCU things are a bit different from the Arduino IDE. mDNS can IMHO not be implemented in LUA at the user interface. It would have to be added to NodeMCU's source code. And you need a build environment for that. This tool is a great help: https://github.com/pfalcon/esp-open-sdk
I used that to build my custom NodeMCU firmware, but never took it as far as adding totally new functions at that level.
As said, the TCP/IP is done by LWIP and someone has already made a mDNS responder for LWIP here:
https://developer.mbed.org/users/dirkx/ ... esponder.h