Skip to main content

Crate aprs_transport_kiss

Crate aprs_transport_kiss 

Source
Expand description

KISS frame helpers for APRS packet bytes.

Structs§

KissFrame
Decoded KISS frame.

Enums§

KissError
KISS framing error.

Functions§

decode_frames
Decodes all complete KISS frames from input.
decode_frames_with_limit
Decodes all complete KISS frames while enforcing a decoded payload limit.
encode_data_frame
Encodes an APRS packet as a KISS data frame.