Meteor-Community-Packages / meteor-timesync

NTP-style time synchronization between server and client, and facilities to use server time reactively in Meteor applications.
https://packosphere.com/mizzao/timesync
MIT License
118 stars 36 forks source link

Use multiple measurements and smooth updating #3

Open mizzao opened 10 years ago

mizzao commented 10 years ago

Take multiple time measurements and use them to update the offset gradually over time, possibly using some exponentially weighted updating algorithm.

Compute more accurate pings using these measurements as well (and maybe send them to the user-status package).

rodrigok commented 9 years ago

+1