From ad04ca04c02fba99d15259324efe34d8ad60985d Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 16 Feb 2007 10:53:26 +0000 Subject: [PATCH] Holger Wirtz: Trigger realtime voice communication according to PTT button. --- Protocol/fg_sqawk.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 Protocol/fg_sqawk.xml diff --git a/Protocol/fg_sqawk.xml b/Protocol/fg_sqawk.xml new file mode 100644 index 0000000..47a0ed1 --- /dev/null +++ b/Protocol/fg_sqawk.xml @@ -0,0 +1,83 @@ + + + + + ,,,udp,fg_squawk + + Check data with: + # netcat -u -l -p + ]]> + + + + + + newline + , + + + comm1frq + float + COM1_FRQ=%03.3f + /instrumentation/comm/frequencies/selected-mhz + + + + ptt-key-status + bool + PTT=%d + /instrumentation/comm/ptt + + + + transponder-code + int + TRANSPONDER=%d + /instrumentation/transponder/id-code + + + + airspeed + float + AIRSPEED=%04.1f + instrumentation/airspeed-indicator/indicated-speed-kt + + + + pos-longitude-deg + float + LON=%03.6f + /position/longitude-deg + + + + pos-latitude-deg + float + LAT=%03.6f + /position/latitude-deg + + + + pos-alt + float + ALT=%05.0f + /position/altitude-ft + + + + heading + float + HEAD=%03.1f + /instrumentation/heading-indicator/indicated-heading-deg + + + + + + + -- 2.1.4