Commit Graph

405 Commits (9e2515a56609658f168f0c833a14ca4d2332713e)
 

Author SHA1 Message Date
Nick Foster 585ecf1ba6 Remove FindZeroMQ as it's causing more trouble than it's worth. Zero_Chaos, this
11 years ago
Nick Foster ca4edd8808 look for zmq.h instead of zmq.hpp, which is apparently missing in some installs.
11 years ago
Nick Foster aa5fdd17ea Add pkgconfig searching for libzmq
11 years ago
Nick Foster e47992d800 Actually looking for both ZMQ and PyZMQ now.
11 years ago
Nick Foster 9f522cf082 Add checking for ZMQ/PyZMQ to CMakeLists.txt
11 years ago
Nick Foster 3f86a74132 Fix FindGnuradioRuntime.cmake as per recent gr-modtool fixes.
11 years ago
Nick Foster b3021720d6 GUI: catch ConfigParser.NoSectionError for platforms which don't throw
11 years ago
Nick Foster b7627fa2d4 Rewrite CRC to use bytewise CRC instead of bitwise. ~8x faster.
11 years ago
Nick Foster 4d2587574a Use single gain setting for HackRF devices. This requires updated gr-osmosdr
11 years ago
Nick Foster ca58874861 HackRF Jawbreaker enhancements -- selectable DC blocking filter improves short
11 years ago
Nick Foster 55559086ac Small Osmosdr fixes. Still unsatisfactory w/HackRF Jawbreaker. DC block
11 years ago
Nick Foster c878d80e28 Change gain on the fly.
11 years ago
Nick Foster a528f375f7 Huge messy reorg to move things into the GR3.7 paradigm. Mostly in effort to get
11 years ago
Nick Foster 1630e67c3b Preamble subtracts average (LPF'ed) input from samples. This has the effect only
11 years ago
Nick Foster 8e1bdafc51 Re-tab air_modes_preamble.cc
11 years ago
Nick Foster e52e4039c0 Re-tab air_modes_slicer.cc
11 years ago
Nick Foster 640b13e62d Switched to using complex_to_mag_squared vs. mag. Based on an observation that
11 years ago
Nick Foster 2c92b15a34 Broke the file source. Fixed.
11 years ago
Nick Foster 797bef13d1 Fix some parsing issues with the prefs file
11 years ago
Nick Foster 366e4d1736 Prefs file saves last GUI settings.
11 years ago
Nick Foster 96679fbd35 Fix stupid race condx the stupid way.
11 years ago
Nick Foster fb6143596d Fix label -- is ICAO when ident not present.
11 years ago
Nick Foster dfa62d0621 Fix label width, position, changed to blue, removed frame.
11 years ago
Nick Foster 8d3b4d4da1 Well, that was easy. Map markers have labels. Will probably change marker style.
11 years ago
Nick Foster 2869446a9a Relabel climb rate ft/s to ft/min in dashboard
11 years ago
Nick Foster 3540114c94 Merge branch 'az_map' into next
11 years ago
Nick Foster 041305fd49 Limit text box updates to 10/s
11 years ago
Nick Foster 48c55fa7f8 JSON generation for last 1 minute so it lines up w/ICAO list display.
11 years ago
Nick Foster 1eca043bac Saner scrolling behavior and range labeling.
11 years ago
Nick Foster 6e230a7d9e Azimuth map: range rings labeled, intelligent ring distance selection, scroll
11 years ago
Nick Foster a09c5add43 Set default UI tab to setup.
11 years ago
Nick Foster 498cea34b2 Better sample rate selection.
11 years ago
Nick Foster 4174658f0d Fixed GUI live print and reports/sec widget.
11 years ago
Nick Foster b594fe2799 Mapview: added highlighting of selected aircraft
11 years ago
Nick Foster 7fef37d34d Merge branch 'gr3.7' into mapview
11 years ago
Nick Foster 2deefdf310 Remove unnecessary imports from modes_gui.
11 years ago
Nick Foster 37aa74fbe0 Merge branch 'gr3.7' into mapview
11 years ago
Nick Foster d71e6bc1e7 Interim commit.
11 years ago
Nick Foster 0ce6374656 Convert next branch to 3.7 API. Based on Johnathan Corgan's 3.7 conversion of
11 years ago
Nick Foster 2766107a76 Small changes to map view. WebKit won't render files w/o .htm[l] extension so using a named temp file is out.
11 years ago
Nick Foster 55cd17de67 Added support for integrated Google Maps interface via QWebView/JavaScript/JSONP. Broken due to something hairy wrt QWebView and /tmp.
11 years ago
Nick Foster fbe3c464fb GUI working again w/new parser setup. Live print isn't working due to use of print instead of return.
11 years ago
Nick Foster 12c09ba1df Fix TCAS printing.
11 years ago
Nick Foster a7af518653 Move parser factory decorator into parse.py. Fix multiple bugs in parse.
11 years ago
Nick Foster 302fa7203d Left a debug print in there
11 years ago
Nick Foster e18a2e460c Fix SQL bug introduced with AC type addition
11 years ago
Nick Foster f8f08ecd37 Flightgear plugin modified for new parser interface.
11 years ago
Nick Foster 9563972591 Moved SBS1, az_map, and SQL modules to new parser interface. Not tested.
11 years ago
Nick Foster 72ae3abf12 Forgot to add types.py (from the mlat_server branch).
11 years ago
Nick Foster d84c0c3204 Parser works for the print case. Not quite sure this is the best way to do it, but it's better.
11 years ago