Search Criteria
Package Details: dump1090-fa-git 1:10.0.r0.g2b3afa5c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dump1090-fa-git.git (read-only, click to copy) |
---|---|
Package Base: | dump1090-fa-git |
Description: | FlightAware/Mutability fork of dump1090, a simple Mode S decoder for RTLSDR devices. |
Upstream URL: | https://github.com/flightaware/dump1090 |
Keywords: | dump1090 mutability |
Licenses: | BSD |
Conflicts: | dump1090, dump1090-git, dump1090_mr-git |
Provides: | dump1090, dump1090-fa |
Submitter: | anish |
Maintainer: | anish |
Last Packager: | anish |
Votes: | 16 |
Popularity: | 0.33 |
First Submitted: | 2015-06-22 04:22 (UTC) |
Last Updated: | 2025-03-02 07:09 (UTC) |
Dependencies (6)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR)
- lighttpd
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- git (git-gitAUR, git-glAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- soapysdr (soapysdr-gitAUR) (optional) – Vendor and platform neutral SDR support
Required by (4)
- flightradar24 (requires dump1090)
- openwebrx-plus (requires dump1090) (optional)
- openwebrx-plus-git (requires dump1090) (optional)
- piaware-git
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
anish commented on 2021-11-21 19:19 (UTC)
Update with the fixes in the comments. I don't think it's fully there yet, but planning to close everything out after some testing today
davidrec commented on 2021-11-14 16:09 (UTC)
Hello,
I installed this AUR package on my Manjaro Xfce, launched it successfully with ./dump1090 --interactive --net , but nothing is showing on http://localhost:8080/ .
It seems that "dump1090 does not provide a webserver, you need to arrange for a separate webserver to serve the json & static files"...
Thank you for any help.
meijin commented on 2021-10-08 09:14 (UTC)
Not sure if it's related, but on my map I know have a messae
but going to this address returns 404
anish commented on 2021-09-18 07:41 (UTC)
Hi, sorry. My computer has been dead for a while and I was just this week able to order a replacement. I'll get this sorted out this week.
test0 commented on 2021-09-04 17:45 (UTC)
Version 6, introduced a new auto gain settings, the systemd service may need to be updated accordingly: https://github.com/flightaware/dump1090/blob/master/README.adaptive-gain.md
Additionally the newer HTML interface files are found under public_html_merged. Note that config.js is not preserved on update.
test0 commented on 2021-03-29 20:32 (UTC) (edited on 2021-03-29 20:32 (UTC) by test0)
Compilation fails with master branch on armv7, OK using dev.
davep commented on 2020-11-11 15:13 (UTC) (edited on 2020-11-11 15:14 (UTC) by davep)
The lighttpd.conf must load the alias and redirect modules, eg
server.modules += ("mod_alias", "mod_redirect")
otherwise these error messages appear:
2020-11-11 14:51:18: (server.c.1517) WARNING: unknown config-key: url.redirect (ignored)
2020-11-11 14:51:18: (server.c.1517) WARNING: unknown config-key: alias.url (ignored)
This is with lighttpd 1.4.55
meijin commented on 2020-07-12 20:42 (UTC)
unable to compile: https://github.com/flightaware/dump1090/issues/70
privong commented on 2020-06-14 16:10 (UTC) (edited on 2020-06-14 16:10 (UTC) by privong)
As of 14 June 2020, the master branch no longer compiles for me in Arch, due to a change in gcc (discussed in https://github.com/flightaware/dump1090/issues/65). A fix (adding
-fno-common
to the compiler flags) has been committed to the dev branch, but it hasn't been merged to master.In case anyone else encounters the same issue, I was able to compile/install the package by modifying the PKGBUILD file and adding:
git checkout dev
as a new line inbuild()
, just before themake
command.« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »