Any ideas would be very welcome.
I’m using mDNS to broadcast an IP address of an Esp8266 server as ‘esp5’
I can locate the server on my browser using ‘http://esp5.local’ and all is fine.
However if I use client.connect(‘http://esp5.local’,80) on my client Esp8266 it cannot find the server. It will locate the server with client.connect(ip address, 80)
Any ideas please?

Leave a Reply

Your email address will not be published. Required fields are marked *

Captcha loading...