zephyr/subsys/net/lib/sntp
Jordan Yates 7ab8e27e26 net: lib: sntp: async query API
Add a variant of the SNTP API that does not block while waiting for a
response from the SNTP server. Instead it takes advantage of
`CONFIG_NET_SOCKETS_SERVICE` to read the response asynchronously when
the response is received.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-03-07 19:51:40 +01:00
..
CMakeLists.txt
Kconfig
sntp_pkt.h
sntp_simple.c
sntp.c net: lib: sntp: async query API 2025-03-07 19:51:40 +01:00