From 791eb3e3e3429afc6a0ee9ecb4e59c1aa740e806 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Sat, 28 Dec 2013 23:56:20 +0100 Subject: [PATCH] Add protocol 'avare' for Avare open-source Android EFB --- Protocol/avare.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Protocol/avare.xml diff --git a/Protocol/avare.xml b/Protocol/avare.xml new file mode 100644 index 0000000..d949993 --- /dev/null +++ b/Protocol/avare.xml @@ -0,0 +1,54 @@ + + + + + + + + newline + , + + + Header + XGPS + + + + /position/longitude-deg + longitude + float + %03.4f + + + /position/latitude-deg + Latitude + float + %03.4f + + + /position/altitude-ft + Altitude in meters MSL + float + %05.4f + 0.3048 + + + /orientation/heading-deg + Track-along-ground from true north + float + %03.3f + + + velocities/groundspeed-kt + Groundspeed in meters/sec + float + %03.3f + 0.514444 + + + + -- 2.1.4