dancol90 / ESP8266Ping

Ping library for ESP8266 Arduino core
GNU Lesser General Public License v2.1
261 stars 134 forks source link

Ping local domain name #11

Open rabee2050 opened 7 years ago

rabee2050 commented 7 years ago

Hi,

Thanks for sharing the library, kindly i want to ask if it possible to ping local domain name something like this:

Ping.ping("node.local");

note: node is another ESP8266 on the same local network.

I have tried from my pc to ping node.local and was successful but from your code i could note able to make it work.

Please enlighten me if you have a solution.

Best regards Rabee