https://github.com/mutability/dump1090

sort by:
Revision Author Date Message Commit Date
0ec2dd8 Old code warning. 11 September 2018, 10:27:03 UTC
fb5942d Force --net-verbatim if aggressive mode is enabled. 09 May 2018, 22:34:18 UTC
4a16df3 Try to make clang happy. 10 March 2018, 13:39:58 UTC
f65759d Disable gcc -Wformat-truncation warning due to false positives. Untested other than verifying that older gccs don't complain about the option. Might fix #224, #200, #201 10 March 2018, 13:26:47 UTC
cc53c90 Add fakeroot to travis build (not sure why this broke) 10 January 2018, 14:25:34 UTC
8c4c0fb Merge pull request #212 from wormley/chartbundle_wac Remove Chartbundle WAC charts. 10 January 2018, 13:23:29 UTC
9d291b0 Remove wac, add helicopter instead. WAC no longer supported by chartbundle. 19 October 2017, 17:25:24 UTC
b155fdb Update README.md 01 June 2017, 17:17:50 UTC
0034962 Remove an ancient 2MHz capture. Fixes #192 15 February 2017, 18:20:16 UTC
a2bf08d Merge pull request #188 from labomb/Makefile-cflags pkg-config --cflags consistent with --libs 11 February 2017, 23:05:33 UTC
47d3b8c Merge pull request #189 from labomb/Makefile-tags fallback if missing repo tags 11 February 2017, 23:04:34 UTC
03b4ada fallback if missing repo tags 11 February 2017, 19:34:42 UTC
b1c4085 pkg-config --cflags consistent with --libs 11 February 2017, 19:23:32 UTC
bffaa6d Merge pull request #185 from Romeo-Golf/master Update Debian init script to require $network - Issue #172 09 February 2017, 15:05:23 UTC
9fe1a48 Revise init script to follow Debian interpretation of LBS standards - Issue #172 09 February 2017, 15:02:11 UTC
9ecaacd Merge pull request #180 from ausmez/master Added Australian hexid->registration conversion 09 February 2017, 14:19:49 UTC
174a064 Update Debian init script to require $network and $local_fs - Issue #172 09 February 2017, 14:14:22 UTC
502cd22 Merge pull request #184 from labomb/showHelp-defaults-inconsistencies usage text and defaults not in sync 09 February 2017, 13:57:00 UTC
803dfe8 --stats isn't exclusive to --ifile input 08 February 2017, 20:47:38 UTC
a1a84fb usage text and defaults not in sync 08 February 2017, 19:22:09 UTC
34fb495 Merge pull request #183 from labomb/bias-t-support optional bias-t support 08 February 2017, 15:42:32 UTC
75c1400 Fixed typo in hex code 05 February 2017, 00:35:15 UTC
e0e335f Australian registrations can be calculated using the existing stride_mapping function. - Removed vh_reg function - Added stride_mapping for Australian VH- registrations (VH-AAA thru VH-ZZZ) 05 February 2017, 00:30:41 UTC
eeb7d1d note about bias-t support 04 February 2017, 15:31:37 UTC
aa134a2 optional bias-t support 04 February 2017, 15:07:27 UTC
9d346f9 Added Australian hexid->registration conversion 03 February 2017, 05:06:46 UTC
ccd8fd5 Fix a couple of flag image typos. Fixes #174 28 December 2016, 13:45:59 UTC
fb63bdc Merge pull request #166 from Thom-x/master Fix MessageRate exception when null in javascript 26 November 2016, 15:31:47 UTC
e3334ed Fix MessageRate exception when null in javascript 26 November 2016, 15:18:02 UTC
b957166 Merge pull request #161 from marvin-sinister/master removed execute bit 29 October 2016, 12:25:11 UTC
d6fffea removed execute bit 29 October 2016, 10:49:01 UTC
9da809c Merge pull request #156 from toofishes/updates-for-osx Add latest Xcode version in Travis config 22 October 2016, 18:35:24 UTC
45575cf Merge pull request #155 from toofishes/meters-precision Adjust precision of feet -> meters conversion 22 October 2016, 18:34:41 UTC
b749d94 Fix build on OS X 10.12 Sierra clock_gettime() has been added, so we should no longer include it on Darwin 16 and above when compiling. 22 October 2016, 18:08:43 UTC
23765c9 Add latest Xcode version in Travis config This will start building in Xcode 8. 22 October 2016, 17:53:55 UTC
54c97ba Adjust precision of feet -> meters conversion From https://en.wikipedia.org/wiki/Foot_(unit), the foot is recognized as being exactly 0.3048 meters. It isn't clear where the former conversion factor of 3.2828 came from, as it really should be 1 / 0.3048 = 3.28084. In any case, we're better off just using the official value, as we can multiply rather than divide. 22 October 2016, 17:26:15 UTC
2b47fe5 Fix knots -> km/h conversion in interactive mode. Fixes #153 14 October 2016, 20:29:03 UTC
344415b Add a port-30003 regression diff script. 02 October 2016, 12:27:13 UTC
52fe01c Track CPR encoding type directly rather than inferring it from airground. (airground can change even while airborne if SPI/Alert status gets set) 01 October 2016, 23:16:29 UTC
617a71e Fix a stray extra comma in port 30003 output if only GNSS altitude was available. (cherry picked from commit 6f2e4fa891700e63ef43fcb5c1f4a82a8c35be7f) 01 October 2016, 14:22:42 UTC
dda5411 faup1090: Track Comm-B ACAS RA separately to ES ACAS RA as it's useful to see both reported. Fix repeated reporting of ES ACAS RA reports. (cherry picked from commit 14a003710e68be97e75fabf7e794fe718145da4a) 01 October 2016, 14:22:32 UTC
7cd66c3 Increase the TSV packet size to accomodate all the extra data recently added. (cherry picked from commit abc30ff6567d13fb24b4f25cbeadac2896fff6ca) 01 October 2016, 14:22:14 UTC
f607521 faup1090: Reinstate TIS-B reporting as just the address type is not sufficient if there is both TIS-B and Mode S for the same aircraft. (cherry picked from commit 32c8358bc15e075aab07d39c9cbd53e1aebf5c45) 01 October 2016, 14:21:53 UTC
5d681f4 faup1090: Don't bother with the tisb field now that we have addrtype. (cherry picked from commit df9648911e10680b92641405037d1efaccc85ced) 01 October 2016, 14:20:50 UTC
197fb26 Tool to replay beast captures with the right inter-message timing. 01 October 2016, 14:06:02 UTC
0c71b3d Fix up unsigned subtractions & use of abs. Also fix heading difference which was just wrong, signed or not. Should fix #150 26 September 2016, 21:00:52 UTC
729d91c Fix up address type categorization to match the spec. 15 September 2016, 14:30:34 UTC
7c1fed9 faup1090: entirely blank (all spaces) idents are not interesting 15 September 2016, 14:09:35 UTC
7e00309 faup1090: apply the same update rules to squawks/idents as to other data. 15 September 2016, 14:09:22 UTC
fb454c0 faup1090: accept squawks, idents as "useful" things. 15 September 2016, 14:08:50 UTC
92136f3 faup1090: only report airGround if we got a message confirming it since the last update. 15 September 2016, 14:00:44 UTC
001f495 faup1090: report non-A-class categories. 15 September 2016, 14:00:10 UTC
9653d36 faup1090: emit events from DF18 as well as DF17 15 September 2016, 13:59:04 UTC
46f0c15 Test page for markers. 15 September 2016, 00:32:38 UTC
50a606d Make it clearer that ADDR_ADSB_ICAO includes Mode S too. 14 September 2016, 16:19:49 UTC
4dacb29 Fix tabs in faup1090 output. 14 September 2016, 16:19:36 UTC
8441cf7 Emit non-icao addresses, address types from faup1090 14 September 2016, 16:02:23 UTC
0ae2c5e Emit addrtype in json output. 14 September 2016, 16:01:07 UTC
8d8443f Track the "best" addrtype we ever saw for an aircraft. 14 September 2016, 15:54:00 UTC
2a4aa29 Record the address type details when decoding. 14 September 2016, 15:37:07 UTC
1064130 Add a couple more ME types. 14 September 2016, 15:12:08 UTC
9e179d4 Don't accept all-zeros messages (e.g. off the network - the demodulator doesn't accept them already) 14 September 2016, 15:11:31 UTC
b827806 Simplify ident decoding, add some sanity checks to the BDS2,0 case. 14 September 2016, 15:02:20 UTC
8e8b858 Merge branch 'master' into tracking-rewrite 10 September 2016, 19:53:59 UTC
d75cc94 Fix handling of nodejs module stuff when loaded in the browser. 10 September 2016, 16:51:57 UTC
65a0f7f Compress vrs.csv since it's basically readonly. 10 September 2016, 16:43:10 UTC
9b0d40f CUTnnnn should be CU-Tnnnn 10 September 2016, 16:39:42 UTC
2a3e4a0 Support reading multiple CSVs in csv-to-json.py 10 September 2016, 16:26:55 UTC
f45430e Warn about CSV mismatches in filter-regs.js 10 September 2016, 16:26:36 UTC
2f12447 Russian regs should be RA-nnnnn not RAnnnnn 10 September 2016, 15:19:06 UTC
aa91643 Prune the static DB with filter-regs.js 10 September 2016, 15:07:38 UTC
d1a33f4 Add a script that filters redundant registrations from the json db 10 September 2016, 14:54:59 UTC
e5912c3 Add some mechanical hexid->registration conversions. 09 September 2016, 16:16:17 UTC
1958b23 Tweak the on-the-ground conditions a little. 02 September 2016, 17:46:48 UTC
2636353 Fix aircraft-relative position validity check. 02 September 2016, 17:41:59 UTC
f9419f1 Break up decodeExtendedSquiiter, it was getting pretty large. 01 September 2016, 22:13:31 UTC
a1fdc07 Restructure decoding to use a helper function to extract bit ranges With forced inlining this is about as fast, and it is much less errorprone than the twisty little maze of handcoded bitshifts that it was before. (notably, at least one error - in the ACAS RI field - has been fixed) 01 September 2016, 21:45:49 UTC
303d3c3 Make faup1090 emit iSource to say where the ident came from. 01 September 2016, 18:11:33 UTC
08fba4e Add support for markers that don't rotate but have a heading arrow. Use it for balloons. 29 August 2016, 11:38:00 UTC
3e08de9 WIP on decoding operational status & target state messages. 29 August 2016, 10:11:04 UTC
fa91b24 Use _DEFAULT_SOURCE to get ANSI-plus-defaults rather than _BSD_SOURCE + _POSIX_SOURCE which newer glibc doesn't like. Fixes #143 28 August 2016, 22:48:17 UTC
0888764 Rename the ACAS stuff a bit, emit ES target state. 28 August 2016, 11:51:03 UTC
9540348 Make faup1090 emit some interesting messages when they occur. 28 August 2016, 00:29:37 UTC
244ea98 Add A380 and B737-800 markers. 27 August 2016, 18:19:13 UTC
4d47ada Add some more type->marker mappings. 27 August 2016, 18:18:57 UTC
4c79319 Fix the scaling comment. 27 August 2016, 15:43:17 UTC
158a829 Rearrange json DB stuff so it can work with CSV input. 27 August 2016, 15:13:10 UTC
ca57fb2 Add more aircraft icons courtesy Peter Lowden. Add support for selecting an icon based on aircraft type from the json DB. 27 August 2016, 14:49:04 UTC
54ca2c7 WIP big rewrite of message decoding / aircraft tracking. 27 August 2016, 13:34:14 UTC
f152bf6 Build in C11 mode on Linux. 27 August 2016, 12:15:41 UTC
36a5c16 Initialize from static "zero" messages rather than using memset. 26 August 2016, 20:39:39 UTC
8b8f8d7 Use INVALID_ALTITUDE in a few more places. 26 August 2016, 20:38:06 UTC
08c1448 Use the haversine formula for small greatcircle distances, rather than clamping to zero. 26 August 2016, 10:36:29 UTC
a910454 Comm-D ELM is actually DF 24..31, not just 24. This DF is formatted with the first two bits as 1, and the next 3 bits are part of the message rather than part of the DF code. So effectively it spans 8 DF values if you are looking at the full 5 bits. 26 August 2016, 10:35:11 UTC
308b928 If maxrange is 0, we cannot do receiver-relative CPR at all. 26 August 2016, 10:31:32 UTC
43906f9 Limit aircraft-relative CPR to 50km. 26 August 2016, 10:30:46 UTC
568e843 Add --max-range to view1090, use the same defaults as dump1090. 26 August 2016, 10:29:42 UTC
8d998b2 Rename --hae to --gnss since it's not always HAE. (In the baro+GNSS modes, the reported GNSS can be either HAE or geoid-corrected MSL; in the pure GNSS mode it is HAE only) 26 August 2016, 10:27:46 UTC
bc8ba5b Refresh the nexrad tiles every 5 mins. 05 August 2016, 00:18:23 UTC
8766a58 Add a NEXRAD layer suggested in #135 04 August 2016, 20:19:31 UTC
back to top