1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sntp
2021-10-13 12:14:45 -04:00
..
main.c tests: add test application for SNTP 2017-03-28 21:13:17 +02:00
Makefile treewide: replace gnrc_netdev_default with netdev_default 2021-09-06 15:43:40 +02:00
Makefile.ci boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
README.md tests: add test application for SNTP 2017-03-28 21:13:17 +02:00

About

This test application allows you to type ntpdate <server> and get the current date + the offset in microseconds of the NTP timestamp (seconds from 1900-01-01) from the current xtimer_now_usec64() back utilizing SNTP. Make sure that <server> is reachable and has an NTP daemon installed.