1a3f65eaabAdd --no-interactive, --show-only options to view1090
Oliver Jowett
2015-06-29 12:41:55 +0100
bd96d40e4eDisplay aircraft with mlat-derived positions with a different row color.
Oliver Jowett
2015-06-29 10:47:29 +0100
51b5f4af24Include mlatFlags in aircraft.json.
Oliver Jowett
2015-06-29 10:46:37 +0100
b793f83a29Rewrite and fix heartbeat code.
Oliver Jowett
2015-06-29 10:06:13 +0100
803760ca80Treat an all-zeros message as bad.
Oliver Jowett
2015-06-29 00:45:33 +0100
75851778c0Fix up filter population so it's not completely insane.
Oliver Jowett
2015-06-29 00:32:30 +0100
934dfee6a4Change the mlat timestamp to something that doesn't need escaping.
Oliver Jowett
2015-06-29 00:31:42 +0100
12a7d45e75Mlat synthetic message detection.
Oliver Jowett
2015-06-28 20:04:09 +0100
8f08c1b87fMake faup1090 write to stdout, not listen on port 10001.
Oliver Jowett
2015-06-28 19:59:49 +0100
c7722f2b97Guard against closing clients in a couple of places.
Oliver Jowett
2015-06-26 21:29:54 +0100
8d1df036aeDon't use DF0/4/16/20 altitudes when DF17/18 altitudes are available.
Oliver Jowett
2015-06-26 20:43:46 +0100
5c2ec7106eClean up dependencies.
Oliver Jowett
2015-06-26 18:35:42 +0100
99dd290352Rebuild a basic faup1090 using the reworked network services bits.
Oliver Jowett
2015-06-26 17:54:23 +0100
278448179dFactor out net services so they're not tied to a static array.
Oliver Jowett
2015-06-26 17:50:51 +0100
5fa039a2d4Only require librtlsdr headers while we're compiling dump1090, not the other helpers that don't use the dongle.
Oliver Jowett
2015-06-26 17:49:21 +0100
656df98a76Add --stats-range
Oliver Jowett
2015-06-19 17:29:14 +0100
e7e9cecc1aAdd --throttle option.
Oliver Jowett
2015-06-18 11:24:01 +0100
21bdc45bf0Tweaks to noise measurements.
Oliver Jowett
2015-06-16 10:13:25 +0100
7d4eaf6a48Don't emit stale alt/speed/track/pos (more than 30s old) even if they were updated since we last emitted a message.
Oliver Jowett
2015-06-16 01:38:44 +0100
4f861f653aTrack age of heading/speed/altitude; use this when deciding what to emit in FATSV format.
Oliver Jowett
2015-06-15 23:13:04 +0100
03b53c2d29Factor out the sample -> magnitude conversion code and make everything a little less sample-rate-dependent. Add optional noise measurement (cheaper than the old version) Add optional DC filter (expensive, not really needed with rtlsdr input)
Oliver Jowett
2015-06-15 22:14:37 +0100
a3d26ea510Merge pull request #2 from flightaware/FA-first-on-map
oldmaster
Taylor Vaughn
2015-06-10 17:45:29 -0500
0e8726a12cmoved flightaware first when a plane is selected
Taylor Vaughn
2015-06-10 22:33:28 +0000
c033f621dcMerge pull request #1 from flightaware/latlon
Karl Lehenbauer
2015-06-10 16:35:57 -0500
ffd083c2e6Merge branch 'master' into latlon
Taylor Vaughn
2015-06-10 19:29:10 +0000
4837fb615dfixed typo and bad if statement syntax
Taylor Vaughn
2015-06-10 15:26:11 +0000
84413b20f4we should edit init file. We dont actually want to hard code the template
Taylor Vaughn
2015-06-09 22:03:14 +0000
be08514799config updated to support lat/lon saved in file
Taylor Vaughn
2015-06-09 19:18:11 +0000
f58ff14d7cFix queueing/resending very old Mode A/C messages.
Oliver Jowett
2015-06-07 23:00:24 +0100
03ba828f8dRearrange position cleanup to be a bit more obvious.
Oliver Jowett
2015-06-07 12:07:08 +0100
9aa60c46efAvoid librtlsdr dependency for utilities that don't use it.
Oliver Jowett
2015-05-31 11:34:42 +0100
a60270e20eDon't hang if the ICAO hashtable fills up.
Oliver Jowett
2015-05-30 01:09:41 +0100
079de99eecAdd --iformat option that controls the format of the data read from --ifile.
Oliver Jowett
2015-05-29 18:13:47 +0100
Add curl as recommends.
Saikrishna Arcot
2015-05-04 11:11:06 -0500
0bd897cad1Fix --mlat --raw stdout formatting on big-endian systems.
Oliver Jowett
2015-04-19 00:57:24 +0100
4d697ac61dEmit capitalized hex in avrmlat output.
Oliver Jowett
2015-04-18 11:20:16 +0100
e9378fb1c5Fix endian issues in timestamp input/output.
Oliver Jowett
2015-04-18 11:05:12 +0100
ff094519a6Fix interactive-mode delay timing when using --ifile.
Oliver Jowett
2015-04-09 19:18:49 +0100
15ea5ba3daRearrangements to the receive thread.
Oliver Jowett
2015-04-09 18:51:31 +0100
e6c81251bfFix timestamp correction when sample blocks are dropped. (Fixes#43)
Oliver Jowett
2015-04-08 19:13:40 +0100
069ebf37c7Only send messages that have the LatLon updated.
davidbaker
2015-03-24 12:05:38 -0500
6148a05cefRaspbian doesn't do ${python:Depends}
Oliver Jowett
2015-02-25 13:51:47 +0000
e8ad60de6bMaking progress output a bit friendlier.
Oliver Jowett
2015-02-25 13:51:28 +0000
89ac9ad107Mark this version as ~dev.
Oliver Jowett
2015-02-25 13:17:20 +0000
60eab2284fPackage changes to support the aircraft DB.
Oliver Jowett
2015-02-25 13:16:54 +0000
8209267301Avoid creating small child blocks, keep data in the parent where possible.
Oliver Jowett
2015-02-24 23:04:26 +0000
da2fff8531Proof of concept for an aircraft metadata DB.
Oliver Jowett
2015-02-24 21:51:30 +0000
d7c5047fd3Fix crash when requesting nonexistent extensionless files (but only if HTMLPATH does not contain a '.')
Oliver Jowett
2015-02-23 00:11:55 +0000
e1d262d992Add --show-only for extracting messages from a single plane.
Oliver Jowett
2015-02-22 23:01:54 +0000
b804359077Initialize category.
Oliver Jowett
2015-02-22 20:11:11 +0000
87bd16812aAdd formatter.js to conffiles.
Oliver Jowett
2015-02-22 17:03:47 +0000
7fbdde156aChange map icon based on aircraft category.
Oliver Jowett
2015-02-22 17:02:23 +0000
7bd2bcc0a2Move color settings into config.js
Oliver Jowett
2015-02-22 12:27:01 +0000
8f3be2cd79Decode aircraft category, export in aircraft.json.
Oliver Jowett
2015-02-22 12:15:26 +0000
8fabfcb94fMerge branch 'm30164-title_numbers'
Oliver Jowett
2015-02-22 11:53:28 +0000
268599a211Tweaks to title mangling:
Oliver Jowett
2015-02-22 11:51:58 +0000
df64abe433Move special-character definitions to formatter.js.
Oliver Jowett
2015-02-22 01:29:02 +0000
0367429b9dMerge branch 'm30164-Unit_settings' (closes: #27)
Oliver Jowett
2015-02-22 01:23:26 +0000
5c1cf53316Simplify settings down to just Metric / ShowOtherUnit.
Oliver Jowett
2015-02-22 01:22:05 +0000
082e973990Merge branch 'Unit_settings' of git://github.com/m30164/dump1090 into m30164-Unit_settings
Oliver Jowett
2015-02-22 00:55:46 +0000
e7d7fd549cFix off-by-one error in Beast-format input.
Oliver Jowett
2015-02-21 23:50:35 +0000
8e9220e330Quick prototype of color-by-altitude.
Oliver Jowett
2015-02-21 18:41:59 +0000
297d3b0125Number of planes and messages in title
m30164
2015-02-20 11:42:29 +0100
a531327533Added extended unit settings
m30164
2015-02-20 00:09:03 +0100
ab8c4db85bFix edge cases when specifying the user to run as.
Oliver Jowett
2015-02-19 22:41:39 +0000
f391bf4b22Release changelog.
v1.14
Oliver Jowett
2015-02-19 19:41:44 +0000
e0f167b703Fix json syntax error.
Oliver Jowett
2015-02-19 19:12:06 +0000
f6d2f3dfffMore CPR stats.
Oliver Jowett
2015-02-19 18:53:11 +0000
46ad97da15More changelogging.
Oliver Jowett
2015-02-19 12:11:30 +0000
65e7d32390Mark all HTML/Javascript as conffiles.
Oliver Jowett
2015-02-19 12:05:53 +0000
ecd22d82a2Make non-pbuilder debuild happier.
Oliver Jowett
2015-02-19 12:03:08 +0000
8fa7209aa1Changelog updates for 1.14.
Oliver Jowett
2015-02-19 12:02:45 +0000
7cc9438b2dSpeed check improvements. Entirely invalidate position messages that look wrong.
Oliver Jowett
2015-02-18 18:26:23 +0000
44302bb199Fix NaN in greatcircle calc if positions are identical.
Oliver Jowett
2015-02-18 01:53:47 +0000
bfe2cb0336NUCp tracking and CPR position sanity checks.
Oliver Jowett
2015-02-18 00:12:35 +0000
38845c2447Rearrange main loop so that --net-only isn't quite such a special case.
Oliver Jowett
2015-02-17 21:44:30 +0000
0a055c34d0Log timestamped messages on startup/shutdown.
Oliver Jowett
2015-02-17 21:43:17 +0000
dcdfd2acabCatch SIGTERM, log on signals.
Oliver Jowett
2015-02-17 21:41:40 +0000
342eafd438Include timestamps on USB connect/disconnect logging.
Oliver Jowett
2015-02-17 21:40:26 +0000
af4f81caf7Include timezone in stats output.
Oliver Jowett
2015-02-17 21:35:23 +0000
03e096475cWait for at most 100ms for more data from the rx thread, so that we do not starve background tasks if the rx thread blocks (e.g on USB disconnect).
Oliver Jowett
2015-02-17 21:07:36 +0000
aee837c903Start with --nicelevel -5 to reduce the chance of dropped buffers, except in --net-only mode.
Oliver Jowett
2015-02-11 21:20:31 +0000
967a3e9558If maxRange is >= 360NM, don't do receiver-centered local CPR at all.
Oliver Jowett
2015-02-11 12:10:40 +0000
7849e1019dInit start/end on all stats so the json output looks sensible for the first minute.
Oliver Jowett
2015-02-11 01:14:21 +0000
6fbeae070cHandle long refresh rates better, don't draw all tracks as dotted.
Oliver Jowett
2015-02-11 00:15:48 +0000
2ba56231a6Do an initial data fetch immediately (useful if the refresh interval is long).
Oliver Jowett
2015-02-11 00:15:21 +0000
849697f84cFix integer overflow in stats output.
Oliver Jowett
2015-02-11 00:14:28 +0000
af382ac79cFix max flush interval to be in milliseconds.
Oliver Jowett
2015-02-10 23:43:48 +0000
f9ed7e4a97More time_t -> milliseconds conversions. This lets us support fractional net flush times among other things, which is handy.
Oliver Jowett
2015-02-10 22:24:22 +0000
7053ad02daMake aircraft tracking use milliseconds everywhere.
Oliver Jowett
2015-02-10 21:49:37 +0000
686d433b1fPrune dead timestamp fields from aircraft state.
Oliver Jowett
2015-02-10 21:33:01 +0000
474fe45256Don't mark undecodable altitudes as ALTITUDE_VALID when decoding.
Oliver Jowett
2015-02-09 22:53:18 +0000
54677f3ae0Don't try to correct >1 error in DF11.
Oliver Jowett
2015-02-09 22:51:34 +0000
f19eee898bUse the right inter-CPR max interval for surface position messages. Fixes#18.
Oliver Jowett
2015-02-09 14:17:31 +0000
9fd0c822f6Extract NUCp from message type; needed for #16.
Oliver Jowett
2015-02-09 14:14:12 +0000
e7e7f9e7c2Only display altitude when dumping position messages if it is valid.
Oliver Jowett
2015-02-09 14:11:04 +0000
07a39331c9Changelog mostly to bump the version to reduce confusion.
Oliver Jowett
2015-02-08 23:11:50 +0000
25ac2d044dIncrease the onehit TTL a bit, 30s is a bit too aggressive.
Oliver Jowett
2015-02-08 22:46:44 +0000
b313834338Make the is_number regex accept numbers beginning with -0
Oliver Jowett
2015-02-08 22:44:02 +0000