NTPClient icon indicating copy to clipboard operation
NTPClient copied to clipboard

Connect to a NTP server

Results 106 NTPClient issues
Sort by recently updated
recently updated
newest added
trafficstars

I've added 2 new functions: - `asyncUpdate()` - essentially doing same thing as `update()` but in non blocking way - `getEpochTimeMillis()` - in some cases I want to use time...

type: enhancement
topic: code

I had some issues with wrong date as i used that lib on an ESP32. After debugging i found, that the NTP server sends from time to time "0" as...

type: enhancement
topic: code

ı fixed.

type: enhancement
topic: documentation

With the code below you can add the function to get the date from the rawTime this is a test code and i have not tested it very well NTPClient.h...

type: enhancement
topic: code

I like very much you library, but the 1000ms timeout (on forceUpdate) is too short some time. I would like to make a suggestion to create a function to allow...

type: enhancement
topic: code

Resolving https://github.com/arduino-libraries/NTPClient/issues/111

type: enhancement
topic: documentation

https://github.com/arduino-libraries/NTPClient/blob/62fafd8eca51ebf8f5f4c7662e484caba0a4dcc1/NTPClient.h#L21 For simple embedded systems that just need to know the time +/- a second a recommended polling interval of 2^10 (1024 seconds) or longer is recommended to minimize the...

type: imperfection
topic: code

Fixes #193, fixes #84 Credits to @frankB415 for the Code in Issue #193!

type: enhancement
topic: code

add getDate(), getMonth(), getYear(), getFullFormattedTime(), and getTM_t()

type: enhancement
topic: code