[hamradio-commits] [dump1090-mutability] 23/172: Add direct support for FATSV-format output.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit c9e7c338242ccec971d8e71f988d6525a082e956
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Mon Dec 8 19:56:45 2014 +0000

    Add direct support for FATSV-format output.
    
    This is adapted from the FlightAware fork, with some cleanup and
    modifications needed to work with the net-cleanup changes.
    
    Inclusion of "verbatim" TSV data read from an AVR-format input
    connection is not supported.
---
 debian/changelog                   | 2 ++
 debian/dump1090-mutability.default | 3 +++
 debian/dump1090-mutability.init    | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0ceed80..e8ecf27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 dump1090-mutability (1.08.2302.14+1mu-2) UNRELEASED; urgency=medium
 
   * Fix a memory leak from use of realpath() in HTTP request processing.
+  * Add direct support for FATSV-format output, adapted from the FlightAware
+    fork.
 
  -- Oliver Jowett <oliver at mutability.co.uk>  Sun, 07 Dec 2014 14:14:25 +0000
 
diff --git a/debian/dump1090-mutability.default b/debian/dump1090-mutability.default
index 1017adb..d14386b 100644
--- a/debian/dump1090-mutability.default
+++ b/debian/dump1090-mutability.default
@@ -81,6 +81,9 @@ DUMP1090_USER="dump1090"
 # Port to listen on for Beast-format output connections. 0 disables.
 #BEAST_OUTPUT_PORT=30005
 
+# Port to listen on for FATSV-format output connections. 0 disables.
+#FATSV_OUTPUT_PORT=10001
+
 # TCP heartbeat interval in seconds. 0 disables.
 #NET_HEARTBEAT=60
 
diff --git a/debian/dump1090-mutability.init b/debian/dump1090-mutability.init
index e6e8e94..2afeb55 100644
--- a/debian/dump1090-mutability.init
+++ b/debian/dump1090-mutability.init
@@ -44,6 +44,7 @@ RAW_OUTPUT_PORT=30002
 SBS_OUTPUT_PORT=30003
 BEAST_INPUT_PORT=30004
 BEAST_OUTPUT_PORT=30005
+FATSV_OUTPUT_PORT=10001
 NET_HEARTBEAT=60
 NET_OUTPUT_SIZE=500
 NET_OUTPUT_INTERVAL=1
@@ -87,6 +88,7 @@ if [ "x$RAW_OUTPUT_PORT" != "x30002" ]; then ARGS="$ARGS --net-ro-port $RAW_OUTP
 if [ "x$SBS_OUTPUT_PORT" != "x30003" ]; then ARGS="$ARGS --net-sbs-port $SBS_OUTPUT_PORT"; fi
 if [ "x$BEAST_INPUT_PORT" != "x30004" ]; then ARGS="$ARGS --net-bi-port $BEAST_INPUT_PORT"; fi
 if [ "x$BEAST_OUTPUT_PORT" != "x30005" ]; then ARGS="$ARGS --net-bo-port $BEAST_OUTPUT_PORT"; fi
+if [ "x$FATSV_OUTPUT_PORT" != "x10001" ]; then ARGS="$ARGS --net-fatsv-port $FATSV_OUTPUT_PORT"; fi
 if [ "x$NET_HEARTBEAT" != "x60" ]; then ARGS="$ARGS --net-heartbeat $NET_HEARTBEAT"; fi
 if [ "x$NET_OUTPUT_SIZE" != "x0" ]; then ARGS="$ARGS --net-ro-size $NET_OUTPUT_SIZE"; fi
 if [ "x$NET_OUTPUT_INTERVAL" != "x0" ]; then ARGS="$ARGS --net-ro-interval $NET_OUTPUT_INTERVAL"; fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list