zephyr/subsys/net/lib/sntp
Paul Sokolovsky 22f1a29185 net: sntp: Add convenience API for one-shot SNTP query
sntp_simple() function queries the server (passed as "addr[:port]"
string). It wraps calls to a number of other functions, and may be
useful to write simple, concise apps needing the absolute time.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-05-10 13:44:32 +03:00
..
CMakeLists.txt net: sntp: Add convenience API for one-shot SNTP query 2019-05-10 13:44:32 +03:00
Kconfig
sntp.c net: sntp: Add sntp_query() function with fractional precision 2019-04-24 12:53:09 +03:00
sntp_pkt.h
sntp_simple.c net: sntp: Add convenience API for one-shot SNTP query 2019-05-10 13:44:32 +03:00