- Details
- Last Updated: 14 April 2015
- Created: 14 April 2015
A Simple mDNS Responder for the esp8266 and their SDK Version 0.9.3 and above.
mDNS aka Bonjour, avahi, etc. Helps with resolving .local to IP addresses on your local network.
It allows multiple host names and ip resolution (up to 5). It utilizes one (1) UDP connection (out of the 4 that the SDK supports)
https://github.com/n0bel/esp8266-mDNSResponder
Working on a adding a module to nodemcu, too.