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 ๐Ÿ”’