Oliver Jowett
b2aaa23984
Remove the last vestiges of the update-aircraft-db cronjob.
2016-07-10 12:22:32 +01:00
Oliver Jowett
ebfa6f63be
Strip out the config options for the internal webserver.
2016-07-10 11:58:46 +01:00
Oliver Jowett
9a10ef4886
Remove a stray "fi" in the initscript. Should fix #127 .
2016-07-10 11:41:02 +01:00
Oliver Jowett
56e80581f1
Remove --phase-enhance from the initscript.
2016-05-31 12:25:00 +01:00
Oliver Jowett
8f82e61f17
Remove the 2MHz demodulator.
...
Now that the 2.4MHz demodulator does 3A/C there's no real reason
to keep the old demodulator around.
2016-05-31 12:23:58 +01:00
Oliver Jowett
577fe9b52e
Remove --aggressive from config options as the standard build will ignore it.
2016-02-16 10:12:22 +00:00
Oliver Jowett
2b466535de
Support multiple listening ports per listener type.
...
Beast input defaults to listening on both 30004 and 30104.
Drop the FATSV listener entirely (use faup1090 for that)
Ignore --net-beast.
2016-01-24 18:47:58 +00:00
Oliver Jowett
60eab2284f
Package changes to support the aircraft DB.
2015-02-25 13:16:54 +00:00
Oliver Jowett
ab8c4db85b
Fix edge cases when specifying the user to run as.
...
* check the username fits the format expected by adduser;
* don't allow root;
* if the user exists, don't try to create it; usually, this is
harmless, but it fails if the user exists with a UID outside the
normal range for system users.
Fixes #24 .
2015-02-19 22:41:39 +00:00
Oliver Jowett
aee837c903
Start with --nicelevel -5 to reduce the chance of dropped buffers, except in --net-only mode.
...
Closes #19 .
2015-02-11 21:20:31 +00:00
Oliver Jowett
fefce7b4bd
Add --max-range parameter. Use it for relative position limits, and to discard bad position results.
...
(cherry picked from commit 0d725508f78cb2fd7759efbb66b45b867d6f7722)
2015-01-13 21:53:12 +00:00
Oliver Jowett
a9ca260e76
Add support for LOG_DECODED_MESSAGES option to log all messages (disables --quiet).
2014-12-30 16:40:15 +00:00
Oliver Jowett
58dfbdcb6b
Add support for controlling the accuracy of the receiver location
...
written in the JSON metadata used by the webmap.
2014-12-27 20:52:56 +00:00
Oliver Jowett
890d1afbf1
Be much more cautious about missing config settings so we don't explode
...
so badly if something is omitted.
2014-12-10 02:03:57 +00:00
Oliver Jowett
125158b30a
Big rearrangement to add debconf support.
...
/etc/default/dump1090-mutability is now generated in postinst,
if it doesn't exist, from a template in /usr/share/dump1090-mutability.
Subsequently, the config file is updated in place if debconf-driven
changes are made.
Static HTML/javascript have moved to a "html" subdir to avoid exposing
the template via the webserver.
2014-12-09 20:36:24 +00:00
Oliver Jowett
2dcc8e3524
Add direct support for FATSV-format output.
...
This is adapted from the FlightAware fork, with some cleanup and
modifications needed to work with the net-cleanup changes.
Inclusion of "verbatim" TSV data read from an AVR-format input
connection is not supported.
2014-12-08 19:56:45 +00:00
Oliver Jowett
fcf31a164a
More sensible NET_OUTPUT_SIZE / NET_BUFFER defaults.
2014-12-06 22:54:40 +00:00
Oliver Jowett
129655625c
Fix typo in oversampling config check.
2014-12-06 22:50:55 +00:00
Oliver Jowett
127bf0cbc2
Lock down the default config - no remote connections, no HTTP server.
...
The user can reconfigure if they want a more open setup.
Add Suggests: lighttpd and recommend that as the way to run the map interface.
2014-12-06 22:23:13 +00:00
Oliver Jowett
e5931cbd50
Various packaging bugfixes found while testing the package.
2014-12-06 22:22:02 +00:00
Oliver Jowett
b4b1c0b920
Update packaging to build a -mutability package.
2014-12-06 21:47:46 +00:00