parse_is_line

Function parse_is_line 

Source
pub fn parse_is_line(line: &str) -> Option<&str>
Expand description

Parse an APRS-IS server line.

Returns None for comment/keepalive lines (starting with #), Some(packet_str) for APRS packet lines.