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

Anyone can set up a NTP server and have it registered in `pool.ntp.org`. An attacker can run such a server and decide to return wrong timestamps for whatever reasons. Also,...

I am using the library with ESP32 and I found that if you put an incorrect ntp server (I assume it happens even if the connection to the internet is...

type: imperfection

used: Arduinoboard MKR WiFi 1010, Windows 10, create.arduino IOT cloud Here the compiler error: /home/builder/opt/libraries/latest/ntpclient_3_2_0/NTPClient.h:7:25: error: expected unqualified-id before numeric constant #define NTP_PACKET_SIZE 48 Also: inside the examples "basic" and...

use case: applications requires both UTC (for data logging) and time display in localtime (for dashboard or displays). I'm currently using setTimeOffset method for this, which requires 2 calls, before...

> Unix time (also known as POSIX time or epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00...

I've been trying to use this library to monitor uptime on my esp projects. Basically, I have an unsigned long (startEpoch) that I populate in startup block. Every 60 seconds...

Hello, is it possible to add a feature where the new NTP time from the NTP server is checked to be valid by comparing the new time with the old...

Please add date and month function. May be you can add something like 13 April 1974, Wednesday

type: enhancement
topic: code

Hi, I'm using the library (great job by the way) with an ESP-12 and I'm publishing some data to MQTT server, including time, then shutting down for 2 min's (Deep...

After sumer time the clockh gives wrong time. How is this to set so that summer and winter time is automatic.