Available on
riot_module_gnrc
only.Expand description
Experimental area for GNRC utility functions
These are implemented directly in Rust and do not wrap any RIOT libraries, but seem useful at least for the purpose of the author’s experiments. It may turn out that they’d make nice additions to the RIOT API, or are completely misguided.
Structs§
- IPv6
Roundtrip Data Full riot_module_ipv6
- UDPRoundtrip
Data Full riot_module_gnrc_udp
Traits§
- Trait of data structures that store all the information needed to respond to a Pktsnip in some way; the data (typically address and port information) is copied into the trait implementation and persisted there while the original snip is dropped and a new one is written.