Thanks but in the end I just created a Ping Module, I've created a pull request here which does include documentation but its really simple to use, all you gotta do is:
var p = require("Ping");
p.ping({ address: 'google.com' }, function(err, data) {
console.log(data);
});
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.
Thanks but in the end I just created a Ping Module, I've created a pull request here which does include documentation but its really simple to use, all you gotta do is:
to get :