1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sntp
Gerson Fernando Budke 4a9f0efb6d boards: introduce atmega328p-xplained-mini
Add ATmega328P Xplained Mini board.  The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03:00
..
main.c tests: add test application for SNTP 2017-03-28 21:13:17 +02:00
Makefile examples / tests: pull in sock API not implementation 2020-09-07 08:45:25 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03: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.