From 6246ac50d767382cfcbf146159846179fcea30a9 Mon Sep 17 00:00:00 2001 From: Jeff Deaton Date: Fri, 1 May 2020 15:49:48 -0600 Subject: [PATCH] Updates to enable edgeofspace as the github repo --- README.md | 9 +++++++++ debian/control | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index ab5eff0..925f1d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# EOSS Specific Changes + +The `eoss` branch adds the following changes/features so that the dump1090-fa release can work relatively seamlessly on the EOSS SDR system: +- Updates to the web display and the underlying Javascript to Redirect the map source to the locally running OSM map server. This way map tiles are fetched from the local system and removes the need for a dedicated Internet connection. +- Apache is used as the web server of choice instead of lighttpd. The Apache configuration is modified to use an alias (/dump1090-fa) pointing to the /user/share/dump1090-fa/html directory. +- Parameter changes for the dump1090-fa daemon so that it looks to use only those RTL-SDR USB dongles that have been labeled with "ADSB" as their serial number. This allows +multiple RTL-SDR dongles to be used on the SDR system (dump1090-fa uses one while the SDR system can use another). + + # dump1090-fa Debian/Raspbian packages dump1090-fa is a ADS-B, Mode S, and Mode 3A/3C demodulator and decoder that diff --git a/debian/control b/debian/control index 361581d..a47d2e3 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,16 @@ Standards-Version: 3.9.3 Homepage: http://www.flightaware.com/ Vcs-Git: https://github.com/edgeofspace/dump1090-fa.git +Package: dump1090 +Architecture: all +Depends: dump1090-fa, ${misc:Depends} +Priority: extra +Section: oldlibs +Description: transitional dummy package for dump1090 + This is a transitional dummy package to handle upgrades from + the old package name of "dump1090" to the new package name of + "dump1090-fa". It can safely be removed. + Package: dump1090-fa Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, adduser