mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
4a9f0efb6d
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> |
||
---|---|---|
.. | ||
tests-as-root | ||
main.c | ||
Makefile | ||
Makefile.board.dep | ||
Makefile.ci | ||
README.md |
Overview
This test utilizes scapy to test GNRC's RDNSS option implementation for router advertisements
To test, compile and flash the application to any board of your liking (since
ethos
is used to communicate with non-native boards it really doesn't matter
as long as the application fits and the board is supported).
make flash
And run the tests using
sudo make test
Note that root privileges are required since scapy
needs to construct Ethernet
frames to properly communicate over the TAP interface.
The test passes on success, on failure an exception is shown.