node-ntp icon indicating copy to clipboard operation
node-ntp copied to clipboard

:hourglass: simple network time protocol implementation for node.js

Results 1 node-ntp issues
Sort by recently updated
recently updated
newest added

Running the slightly modified example ```js const ntp = require('..'); ntp(function(err, response){ if(err) return console.error(err); console.log(response); }); ``` `originateTimestamp === 0` is returned which renders roundtrip delay `d` and system...