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§
Constants§
Statics§
Functions§
- run⚠