Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement distributed clock synchronized to master #23

Open
jimy-byerley opened this issue Feb 9, 2024 · 0 comments
Open

implement distributed clock synchronized to master #23

jimy-byerley opened this issue Feb 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jimy-byerley
Copy link
Owner

#20 implemented the DC synchronizing the slaves clocks to the reference slave, which is the most precise DC mode. However an other way of doing is possible: synchronizing the slaves clocks to the master's clock (it actually suffers from the ethernet delays between the master and the first slave). but avoids correcting the master clock to follow the reference.

This feature could be useful to some usecases.
Implementing this should not need any addition activation on the salves, just changing the way time is distributed to slaves in DistributedClock

@jimy-byerley jimy-byerley added the enhancement New feature or request label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant