Expand description
A parser for Reticulum packets
Structs§
- Announcement
- Packet
- A struct that represents a packet. It’s a deserialized packet, stripped from any start/end bytes, as well as any HDLC/KISS framing.
Functions§
- parse_
packet - Try to parse a
Vec<u8>
as a Reticulum packet.