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

Implement getFormattedDateTime, which has the advantage, when compared #94 that does not rely on external lib and parse more patterns. The #161 was used as base, however, I had to...

type: enhancement
topic: code

Firstly, for information purposes, this library works perfectly on the RP2040 based PicoW (V1). Now, for my request. The RP2040 has a RTC, but without a battery-backup. So I'd like...

type: enhancement
topic: code

Allows you to set the IP address of the NTP server after initialization of the instance. And also reset the time of the last synchronization to force a time request.

type: enhancement
topic: code

I would like to request support for using `AsyncUDP` with the `NTPClient` library on the `ESP32` platform. Currently, the library is primarily designed to work with `WiFiUDP`, but I prefer...

type: enhancement
topic: code

`setPoolServerName()` does not accept output from function `c_str()` as a parameter. I believe this is because, unlike functions in other related libraries (such as ESP8266WiFi's `begin()`), NTPClient's `setPoolServerName()` does not...

type: imperfection
topic: code

For don't lock loop waiting for response a new function asyncUpdate.

type: enhancement
topic: code