Module icmp_lowpan_test

Source
Expand description

icmp_lowpan_test.rs: Test kernel space sending of ICMP packets over 6LoWPAN

Currently this file only tests sending messages.

To use this test suite, simply call the run function. Insert the code into boards/imix/src/main.rs as follows:

 test::icmp_lowpan_test::run(mux_mac, mux_alarm);

Structs§

LowpanICMPTest

Constants§

DEFAULT_CTX_PREFIX_LEN 🔒
DST_ADDR
DST_MAC_ADDR 🔒
SRC_ADDR
SRC_MAC_ADDR 🔒
TEST_DELAY_MS
TEST_LOOP

Statics§

DEFAULT_CTX_PREFIX 🔒
ICMP_PAYLOAD 🔒
RF233_BUF
RX_STATE_BUF 🔒

Functions§

run

Type Aliases§

Ieee802154MacDevice 🔒
Rf233 🔒