ertzing/dump1090

Description

Contains dump1090 (FlightAware version), PiAware, fr24feed and needed tools for the build chain.

Installation Instructions

Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/ertzing/dump1090/

Nice package. I’ve tried it on a Fedora 34 Server Edition.

I did however experience some minor issues with the web directory:

I use Nginx to serve the /var/www/skyaware/ directory. It looks like this web content expects a /var/www/skyaware/data/ directory to contain data files. The service stores files in /run/dump1090-fa/. Symlinking /var/www/skyaware/data/ to /run/dump1090-fa/ will give problems with SELinux.

What I did:

mkdir /var/www/skyaware/data
chown root:dump1090 /var/www/skyaware/data
chmod 775 /var/www/skyaware/data

I change the service from
ExecStart=/usr/libexec/dump1090-fa/start-dump1090-fa --write-json %t/dump1090-fa
…to:
ExecStart=/usr/libexec/dump1090-fa/start-dump1090-fa --write-json /var/www/skyaware/data

Now I can see live data via my Nginx :slight_smile:

Could you please update mlat-client to 0.2.13? Version 0.2.11 is broken in F38/39 due to Python 3.11 API changes, and it’s fixed in 0.2.13. Thanks!