socket-ntp
socket-ntp copied to clipboard
NTP Sync using Socket.io
Hi, I'm using **socket-ntp** to play videos synchronized in two or more machines. To do that, we schedule videos to start play at the same time based on latency between...
Hi, socket-ntp is currently not browserify compliant. Here is how we can make it compliant: in package.json, add: ``` "browser": "client/ntp" ``` in client/ntp.js: ``` if (typeof require === 'function')...
Thank you for writing this. Very useful piece of software. I have some proposed changes for the client: Switched out the complicated Express code in app.js for express.static middleware. Switched...
Hi just want a question. What if I want to use this server url: pool.ntp.org to get the ntp time. Can this be done in your socket-ntp? thanks,