ping

Get the users ping to a web address

Get ping

ping.getPing(string: address)

Return's an interger. Example:

var ping = ping.getPing(8.8.8.8);
client.print(`${ping}ms to google`);

Last updated

Was this helpful?