Lines Matching +full:runs +full:- +full:on
1 .. zephyr:code-sample:: sntp-client
3 :relevant-api: bsd_sockets sntp
15 SNTP server is running on the host.
20 When the application runs, it issues an SNTP request to the host and waits
22 seconds, as well as the status code of the response (0 on success), is
25 See the `net-tools`_ project for more details.
27 This sample can be built and executed on QEMU or native_sim board as
30 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
32 Wi-Fi
35 The IPv4 Wi-Fi support can be enabled in the sample with
36 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.