|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Simple NTP client for time synchronization. More...
Data Structures | |
| struct | ove_sntp_config_t |
| SNTP client configuration. More... | |
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.
CONFIG_OVE_NET_SNTP (implies CONFIG_OVE_NET and CONFIG_OVE_TIME).