1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/emcute
Martine S. Lenders 05b5db1a66
tests/emcute: add small inter-packet gap between server replies
On `samr21-xpro` not all UDP packets were received, leading to the
testing automaton to get into an invalid state and failing. This small
delay between `sendto()` fixes that issue.
2020-04-16 22:19:51 +02:00
..
tests tests/emcute: add small inter-packet gap between server replies 2020-04-16 22:19:51 +02:00
main.c
Makefile tests/emcute: set GNRC_NETIF_SINGLE 2020-04-03 23:32:47 +02:00
Makefile.board.dep
Makefile.ci
README.md

Overview

This is a test application for emcute. It is supposed to be run with the test scripts in tests/:

BOARD="<your choice> make flash test"