Resync interval for NTP clock #4
rvdbreemen
started this conversation in
General
Replies: 4 comments
-
I think you want to look at |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved. Thanks for your pointers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have just finished the refactoring of AceTime into AceTime/AceTimeClock. I'm going to transfer this to the AceTimeClock project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this to Discussions since it's not a bug with the library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So most NTP clock implementations use an forced ntp resyncafter a certain interval. So a default could be 60 minutes.
Then in the mainloop you could have a
ntpClock.loop();
, which then implements two things:This way, your ntp clock can be synced automatically.
Beta Was this translation helpful? Give feedback.
All reactions