oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Structures
SNTP Client

Simple NTP client for time synchronization. More...

Data Structures

struct  ove_sntp_config_t
 SNTP client configuration. More...
 

Detailed Description

Simple NTP client for time synchronization.

Sends a single NTP query to a time server and stores the UTC offset relative to the monotonic clock. Useful for wall-clock timestamps, TLS certificate validation, and log correlation.

Note
Requires CONFIG_OVE_NET_SNTP (implies CONFIG_OVE_NET and CONFIG_OVE_TIME).