esp8266_mdns icon indicating copy to clipboard operation
esp8266_mdns copied to clipboard

mDNS queries and responses on esp8266

Results 8 esp8266_mdns issues
Sort by recently updated
recently updated
newest added

This adds the SendUnicast(IPAddress) function to implement unicast responses. There are two supporting functions : getRemoteIP() to get the source IP address and getDestinationIP() to get the target IP address...

The MDNS spec section 5.4 details the ability for queries to request a unicast reply to cut down on multicast traffic on the network. Add a function to send a...

Hi, I'm trying to find an IP address of a HomeAssistant gateway on the subnet. Here's the problem. If I hard code my ssid and password it all works fine....

Will this library work with ESP8285?

Hi, I am using your fantastic library to discover the MQTT server on my network. All seems to work fine for about 5mins, but eventually the MQTT connection will drop...

Hi! Your library looks great! however it is not clear to me if it has the ability to announce services via mDNS or just querying ? It would be awesome...

Hi, Not an issue but a question: Would this lib work if I use instead of WiFi a wired Ethernet? In my case, a W5500 via spi Thanks!

loaded the msdn_test.ino from the example into my nodemcu and it is keep crashing. any idea why it is crashing? 0x40201e24 in mdns::nameFromDnsPointer(char*, int, int, unsigned char const*, int, bool)...