ntp-time (community library)

Summary

Name Value
Name ntp-time
Version 0.1.0
Installs 22179
License MIT
Author Douglas Johnson
URL https://github.com/classtech/ntptime
Repository https://github.com/classtech/ntptime.git
Download .tar.gz
All Versions 0.1.0, 0.0.1

Keeps the Particle Time synced to NTP.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

NtpTime

A simple NTP client. Keeps the Particle Time synced to NTP. This should not be used for high precision time keeping. The Particle Time is only one second resolution and hardware limitations prevent high accuracy setting. So the system time shouldn't be used for anything that needs more than accuracy to a large fraction of a second.

There is an interface that will return the time to millisecond resolution. Accuracy of that interface is primarily dependent on internet latency.

NtpTime uses one of Particle's software timers.

Browse Library Files