Commit Graph

100 Commits (master)

Author SHA1 Message Date
Nick Foster 9b17824c49 Big update to UHD 3.14, Gnuradio 3.8, Python 3.6. Not fully tested.
5 years ago
Geoffrey Marr d4d17bc4db Modified gr-air-modes/apps/modes_gui to add correct az_map problem.
8 years ago
Nick Foster 3bad1f5d35 Move az_map import into GUI as it doesn't belong in the module init
8 years ago
devnulling 49b7d87e7a Add API Key field
8 years ago
Nick Foster 1536dae56e Fix issue with stop/restart in modes_gui.
10 years ago
Nick Foster 78c5500c80 Fix GUI rate picking logic for <4Msps devices (RTL)
10 years ago
Nick Foster b3021720d6 GUI: catch ConfigParser.NoSectionError for platforms which don't throw
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 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 041305fd49 Limit text box updates to 10/s
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 d71e6bc1e7 Interim commit.
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 a7af518653 Move parser factory decorator into parse.py. Fix multiple bugs in parse.
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 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
Nick Foster a1e2297134 Progress toward rewriting the parser to be less insane.
11 years ago
Nick Foster d508b39b31 Fix modes_gui. Only thing which should be nonfunc. is the reports/sec box (no thread to run it).
11 years ago
Nick Foster bed2aa499e Re-remove the RTLSDR interpolating filter. Still need to distinguish HackRF vs. RTL-SDR sources.
11 years ago
Nick Foster 1880126100 Move --tcp to radio.
11 years ago
Nick Foster 94af9fac48 Add back in the SBS1 interface
11 years ago
Nick Foster 51cb2bdf46 Cleanup and remove dead/obsolete code.
11 years ago
Nick Foster 798d5e15c9 Rework options in radio.py for cleaner cmdline interface
11 years ago
Nick Foster 79aee53a52 Subscribe to *all* the servers.
11 years ago
Nick Foster f62813f039 Add getters/setters in preamble/slicer, bring them out to radio.py via pubsub.
11 years ago
Nick Foster ba55d24e92 Don't use commit() on each SQL insert, it makes things terrislow.
11 years ago
Nick Foster b71c978e27 New universal pubsub interface in zmq_socket.py. Needs more work.
11 years ago
Nick Foster 33874893b7 Better exception handling in sql.py
11 years ago
Nick Foster 4216b96262 Threading fixes for ZMQ work. Also moved radio optparse options into radio.py.
11 years ago
Nick Foster 4d569f9112 In progress, temp commit. Have removed pubsub interface in favor of 0MQ sockets -- this gets us free message-passing across network or local host.
11 years ago
Nick Foster db34eca30e Refactored modes_rx to use a more modular radio interface (radio.py) using a pubsub pattern to formalize the old "outputs" interface I was using. Should make it easier to reuse the radio interface.
11 years ago
Johnathan Corgan 7ad09f5b14 Added option for pulse matched filtering
12 years ago
Nick Foster 26f7c779d7 Merge branch 'master' into az_map
12 years ago
Nick Foster 1adbf81950 Added get_dupes.py (not installed with apps). Pipe modes_rx output through get_dupes.py to find number of spurious replies. Intended to evaluate demodulator changes.
12 years ago
Johnathan Corgan 62304ff59e Refactor flowgraph into hierarchical block
12 years ago
Nick Foster cadbf0eaaa Merge branch 'cpr' into az_map
12 years ago
Nick Foster 85da74b43a Fix preamble/slicer dB numbers. Was using power ratios for voltages (2.0 instead of 1.414 for 3dB, etc.). No real performance change.
12 years ago
Nick Foster 6e6150b051 Limit scrollback buffer size.
12 years ago
Nick Foster 387daa1b1e Merge branch 'master' into az_map
12 years ago