pub fn build_aprs_status(
source: &Ax25Address,
text: &str,
path: &[Ax25Address],
) -> Vec<u8> ⓘExpand description
Build a KISS-encoded APRS status report.
Composes an AX.25 UI frame with the APRS status format:
>text\r
Returns wire-ready bytes (FEND-delimited KISS frame).
§Parameters
source: The sender’s callsign and SSID.text: Status text content.path: Digipeater path.