build_aprs_position_weather

Function build_aprs_position_weather 

Source
pub fn build_aprs_position_weather(
    source: &Ax25Address,
    latitude: f64,
    longitude: f64,
    symbol_table: char,
    weather: &AprsWeather,
    path: &[Ax25Address],
) -> Vec<u8> 
Expand description

Build a combined APRS position + weather report as a single KISS frame, per APRS 1.0.1 §12.1.

Uses the uncompressed position format with symbol code _ (weather station), followed by the DDD/SSS CSE/SPD wind direction/speed extension, then the remaining weather fields. This is the “complete weather report” wire form used by most fixed weather stations.