Updates to enable edgeofspace as the github repo
This commit is contained in:
parent
4e1e71b82d
commit
6246ac50d7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue