From dbb3c8c3974377b947bf34fc785526e1c6346f77 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 | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31864c4..4f55800 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 This is a fork of [dump1090-mutability](https://github.com/mutability/dump1090) diff --git a/debian/control b/debian/control index 2a886f4..30bd239 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Oliver Jowett Build-Depends: debhelper(>=9), librtlsdr-dev, libusb-1.0-0-dev, pkg-config, dh-systemd, libncurses5-dev, libbladerf-dev Standards-Version: 3.9.3 Homepage: http://www.flightaware.com/ -Vcs-Git: https://github.com/Deatojef/dump1090.git +Vcs-Git: https://github.com/edgeofspace/dump1090-fa.git Package: dump1090 Architecture: all