pub fn build_aprs_message_packet(
source: &Ax25Address,
addressee: &str,
text: &str,
message_id: Option<&str>,
path: &[Ax25Address],
) -> Ax25PacketExpand description
Like build_aprs_message but returns the unencoded [Ax25Packet].