Crate reticulum_packet_rs
source ·Expand description
A parser for Reticulum packets
Structs
- 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
- Try to parse a
Vec<u8>
as a Reticulum packet.