Crate reticulum_packet_rs

Source
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.