1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/net/sntp/README.md

7 lines
305 B
Markdown
Raw Normal View History

2017-03-04 22:07:02 +01: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.