I'd like to cycle through a list of ~90 domains to ping for the lowest response time, however the ESP8266.ping function only allows IP Addresses, so whats the best way to convert the URLs into direct IP Addresses?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'd like to cycle through a list of ~90 domains to ping for the lowest response time, however the ESP8266.ping function only allows IP Addresses, so whats the best way to convert the URLs into direct IP Addresses?