2a07897354Be more selective about what is flagged as TIS-B.
Oliver Jowett
2016-01-24 19:09:30 +0000
2b466535deSupport 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.
Oliver Jowett
2016-01-24 18:45:35 +0000
1a2926b311Display ES data for DF=18, CF=2 when showing messages verbosely. Always show an address for DF=18, using the NON_ICAO flag as needed.
Oliver Jowett
2016-01-22 14:36:59 +0000
cc04f315b4Make the HAE/Baro offset field a bit clearer.
Oliver Jowett
2016-01-22 14:36:17 +0000
d02893fe3cMerge branch 'upstream'
Oliver Jowett
2016-01-21 21:48:15 +0000
c4e162287dOops, sprintf -> snprintf
Oliver Jowett
2016-01-21 20:22:18 +0000
d9eec668cfTrack what data we got via TIS-B, report it as such.
Oliver Jowett
2016-01-21 19:42:37 +0000
1170ed9620Set faup1090 default max range to 360NM.
Oliver Jowett
2016-01-21 19:01:11 +0000
5632a2ccdbTry to get travis working again.
Oliver Jowett
2016-01-21 18:35:41 +0000
ecbdbf23d6Never forward mlat via SBS or raw output; it is no longer identifiable as mlat when forwarded on those paths.
Oliver Jowett
2016-01-21 17:48:06 +0000
5c3692a513Require an explicit #define at build time to enable --aggressive.
Oliver Jowett
2016-01-21 17:45:27 +0000
b433a521bfStart trimming dump1090-mutability down for use in piaware.
Oliver Jowett
2016-01-13 00:00:08 +0000
9479a5c9beIf --hae is passed, report altitudes as HAE where available, with a H suffix.
Oliver Jowett
2016-01-01 15:15:28 +0000
c99e4d9aedFactor out metric conversions, always report FL as feet-based in rtl1090 mode.
Oliver Jowett
2016-01-01 15:14:34 +0000
efd6b94310Track HAE altitude separately to baro altitude where possible.
Oliver Jowett
2016-01-01 13:42:30 +0000
c4a2a5c9fbFix the upintheair URL.
Oliver Jowett
2015-12-23 10:10:05 +0000
75ddd87408Basic support for terrain-limit rings based on data from heywhatsthat.com
Oliver Jowett
2015-12-21 17:42:05 +0000
779c66e2e9Reindenting.
Oliver Jowett
2015-12-21 17:40:39 +0000
457761f060Don't spam stats reports if the system clock jumps.
Oliver Jowett
2015-12-19 18:28:12 +0000
497f88fe1cDon't match faup1090 tags when generating a version string from git tags.
Oliver Jowett
2015-10-27 13:57:29 +0000
f84e9a8de1Fix the missing comma in the monochrome display example.
Oliver Jowett
2015-10-26 23:09:26 +0000
91fce10f30Remember map type selection in local storage.
Oliver Jowett
2015-10-26 23:03:34 +0000
ecc45517d6Merge pull request #78 from dschaper/nginx
Oliver Jowett
2015-10-26 13:19:51 +0000
f8a3c46139Add generic map type config for maps that can be handled by simple URL pattern substitution.
Oliver Jowett
2015-10-26 12:59:38 +0000
482d3a1d38Turn on scale (and zoom for good measure, though it's on by default)
Oliver Jowett
2015-10-26 12:58:49 +0000
416c8591b7Tweak the display of mlat aircraft icons (not convinced these are the best settings)
Oliver Jowett
2015-10-26 12:30:21 +0000
72e511594dAdd nginx configs to packaging.
Dan Schaper
2015-10-25 10:23:51 -0700
a6cb388eefAdd nginx config file
Dan Schaper
2015-10-25 09:20:22 -0700
c55c71b57cFix off-by-one error that would ignore maxRange if it was exactly 360NM.
Oliver Jowett
2015-09-30 23:59:01 +0100
c62dda5136adding country flags to ICAO listing
Dynomity
2015-08-16 12:49:41 -0600
5eaa62d59cUse invoke-rc.d to restart lighttpd as per Debian policy
Raphael Geissert
2015-08-08 13:47:05 +0200
8d815b7a9cfaup1090 accepts/requires --stdout
Oliver Jowett
2015-08-07 11:04:32 +0100
b4490c7b47Clear markers and don't color rows if the aircraft sees no positions for 60s, even if they are still receiving other messages.
Oliver Jowett
2015-07-15 17:07:28 +0100
e3cd88e24aDefault to not forwarding mlat messages. Add --forward-mlat option to enable it.
Oliver Jowett
2015-07-03 22:06:35 +0100
45d645a864Default to not forwarding mlat messages. Add --forward-mlat option to enable it.
Oliver Jowett
2015-07-03 21:56:23 +0100
5ef9bdd6f3Make mlat plane markers blue-ish.
Oliver Jowett
2015-07-02 15:03:33 +0100
727361c1abLink librtlsdr statically, so we don't need to ship a copy which might conflict with other packages.
Oliver Jowett
2015-07-01 23:37:17 +0100
2cf1a40eb6Minimal changes needed to display aircraft with mlat positions differently.
Oliver Jowett
2015-07-01 19:48:23 +0100
161c11d10fDisable FATSV port as the translation now always happens in faup1090.
Oliver Jowett
2015-07-01 19:47:40 +0100
e5053ac5c9Only set/reset position_from_mlat when we actually see position data.
Oliver Jowett
2015-06-29 15:51:42 +0100
32f87412d6Show mlat positions differently in the detail pane.
Oliver Jowett
2015-06-29 14:04:52 +0100
de4e233969When considering whether to suppress altitude messages, ignore mlat DF17s.
Oliver Jowett
2015-06-29 12:45:50 +0100
f1f76cb8e3When receiving mlat, allow larger gaps between positions before plotting estimated tracks.
Oliver Jowett
2015-06-29 12:44:19 +0100
98a55c8decTweak CPR rules for mlat messages, add some debug.
Oliver Jowett
2015-06-29 12:43:58 +0100
f6ff1c853bShow synthetic MLAT messages as such.
Oliver Jowett
2015-06-29 12:42:50 +0100