Commit graph

1446 commits

Author SHA1 Message Date
Oliver Jowett 75b221c0e3 Lots of refactoring to move the SDR-type-specific bits out of the
main code and make them optionally buildable.
2017-01-27 17:30:40 +00:00
Oliver Jowett bfc4b742af Move {start,end}_cpu_timing into util.c 2017-01-27 12:33:43 +00:00
Oliver Jowett b1149f344d Ditch a debug message. 2017-01-27 12:33:03 +00:00
Oliver Jowett b1a1771bb0 Speed up float converters a little, add a SC16Q11-nodc converter. 2017-01-27 12:31:34 +00:00
James Wilson ee23816428 Switch to FlightFeeder logo for FlightFeeders 2017-01-26 16:32:45 -06:00
James Wilson 9d3f3bdf84 Fix page height overflowing 2017-01-26 15:01:09 -06:00
James Wilson bee850061e Add functionality to ground vehicle and blocked MLAT filter
Add box shadow to header
2017-01-26 13:38:47 -06:00
James Wilson 6b699bffc3 Change the track for each altitude change to correctly color it based on altitude 2017-01-26 11:19:10 -06:00
James Wilson 6d4300848f Forgot a comma 2017-01-25 18:28:33 -06:00
James Wilson d332f477b8 Add ground vehicle icons 2017-01-25 18:19:09 -06:00
James Wilson d6898dbc49 Show altitude colors in plane track lines
Show altitude color key on map

Correctly handle retina images with CSS
2017-01-25 16:33:28 -06:00
Oliver Jowett cde047aac3 Merge pull request #6 from rparenton/see_photos_fix
Fix 'See Photos' link for hyphenated registrations
2017-01-25 19:14:05 +00:00
James Wilson a7be17a5d7 Chagne Track to Heading in infoblock also 2017-01-24 18:12:39 -06:00
James Wilson 4cbb1ab437 Round range rings labels. Add commas to altitudes. Change Track to Heading and add degree symbol. Remove the work Link from links 2017-01-24 18:10:06 -06:00
James Wilson e4a94aa574 Check for adsb_icao, not just adsb 2017-01-24 17:30:42 -06:00
James Wilson bbfdd45cc3 Merge https://github.com/flightaware/dump1090 2017-01-24 17:12:14 -06:00
James Wilson 8b9f984a54 Remove accidentally committed data folder 2017-01-24 17:09:39 -06:00
James Wilson 71b9b659d0 Use FlightAware aircraft icons 2017-01-24 16:54:06 -06:00
Robert 0afe1441de Fix 'See Photos' link for hyphenated registrations
\W would probably work for the regex, but I wanted to make it as narrow as possible.
2017-01-24 11:27:25 -06:00
James Wilson ac9249b293 Remove stroke from range ring labels 2017-01-24 09:34:42 -06:00
James Wilson e2fcc58bf2 Add labels to range rings 2017-01-23 16:27:03 -06:00
James Wilson 8228050ca4 Add settings pop up box 2017-01-23 14:02:45 -06:00
James Wilson 924bcaa044 Update more styling of the page. Add legend to table highlighting
Fix some indentation issues
2017-01-20 11:52:38 -06:00
James Wilson c2c43b9f6b Add date/time to header 2017-01-19 16:21:55 -06:00
James Wilson e5fcd4035f Redesign infoblock 2017-01-19 14:55:48 -06:00
James Wilson cf6fcdce6a Add retina images. Hide hover box on initial page load 2017-01-19 11:28:22 -06:00
James Wilson cc75121d37 Update map control icons 2017-01-18 18:14:27 -06:00
James Wilson 6c86d4f276 Add a smaller info pane that appears while hovering over planes 2017-01-18 16:14:53 -06:00
James Wilson b0dc4f8a4f Update header styling 2017-01-17 17:19:23 -06:00
Oliver Jowett a0c11c4156 Changelog. 2017-01-16 15:48:27 +00:00
Oliver Jowett 72e786af35 Tweak reported timestamps so that the relative timing of Mode S and
Mode A/C messages is the same as from a Beast/Radarcape.
2017-01-15 19:29:25 +00:00
Oliver Jowett 58e227897b Prepare for 3.3.0 release. 2017-01-15 13:36:15 +00:00
Oliver Jowett 9c935d95a5 Changelog. 2017-01-15 13:35:44 +00:00
Oliver Jowett 298525adc9 --max-range should not be overridable in faup1090. 2017-01-15 13:33:15 +00:00
Oliver Jowett 382b28767c Make package default max range match what the piaware sdcard image configures. 2017-01-15 12:50:10 +00:00
Oliver Jowett 814b4109f5 Changelog. 2017-01-12 13:54:59 +00:00
Oliver Jowett f2872d6c15 Update FlightAware static data export, regenerate the aircraft DB. 2017-01-12 13:52:22 +00:00
Oliver Jowett 1f0e75bce1 Changelog. 2017-01-06 14:51:21 +00:00
Oliver Jowett 52464b97c1 Remove internal webserver code entirely. 2016-12-29 18:35:35 +00:00
Oliver Jowett 64fd61cffc Don't process Beast mode A/C messages if mode A/C is disabled. 2016-12-29 17:57:53 +00:00
Oliver Jowett 6336611bc7 Turn on mode A/C if a Beast connection asks for it.
Add a --no-modeac-auto option to disable this.
2016-12-29 17:56:32 +00:00
Oliver Jowett cbdfd9dc5d Read Beast commands on Beast output clients, interpret the Mode A/C setting command. 2016-12-29 17:55:56 +00:00
Oliver Jowett 34aeb29347 Refactor the network input parser to make it easier to extend for new formats. 2016-12-29 17:54:53 +00:00
Oliver Jowett 0526388bdc Factor out sendBeastSettings(), use it in view1090. 2016-12-29 17:53:04 +00:00
Oliver Jowett 11b6cdba06 Rearrange fatsv location update message. 2016-12-27 19:15:56 +00:00
Oliver Jowett 4517055320 One less magic constant. 2016-12-27 19:14:20 +00:00
Oliver Jowett 4bb070be50 Add support for radarcape type 5 (receiver position) messages. 2016-12-27 19:07:10 +00:00
Oliver Jowett 5063efe064 Add #ifdef-ed code to display mode A/C signals graphically. 2016-11-12 17:13:36 +00:00
Oliver Jowett 32231cf142 Tweaks to A/C demodulator.
* use a global noise level rather than one computed from a few bits
 * work out level vs power confusion in some thresholds
 * fix the power calculation for working out the phase offset from
   the framing bits
 * require fewer quiet trailing bits
 * relax the bit-threshold tests
2016-11-12 17:10:29 +00:00
Oliver Jowett 5ef2612bb4 Version bump. 2016-11-12 14:09:18 +00:00