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

Pure Javascript implementation of the NTP Client Protocol

Results 6 node-ntp-client issues
Sort by recently updated
recently updated
newest added

If the dgram client errors, the callback receives an `Error` object, but if there is a timeout a `String` gets passed as the error callback which makes appropriate error handling...

If connection gets closed due to external event error is experienced after attempt to send 'ntpData'. Connection should be only closed if open :) Details: ``` dgram.js:420 throw new Error('Not...

I think that's how normal ntp works Just ignore a value if it is not in the range [Q1-k(Q3-Q1),Q3+k(Q3-Q1)], where Q1 and Q3 are the 25th and 75th percentiles, k...

An 'error' callback can occur after the setTimeout() fires in rare occasions, which should be ignored to prevent multiple error callbacks.

we know actually it aint a front end tech~ yes, we mean nodejs.