Wykres commitów

60 Commity (master)

Autor SHA1 Wiadomość Data
Mark Jessop edb3ccfbd1 Fix re-upload button 2024-05-17 19:46:09 +09:30
Mark Jessop f343e2a6a1 Increase SNR max window for RTTY modems 2024-04-25 17:39:56 +09:30
Mark Jessop b0bb51cf2a Revert back to PyQt5 2024-03-31 14:10:13 +10:30
Mark Jessop f5d9e87db8 Remove ruamel.yaml dependency 2024-03-31 12:56:37 +10:30
Mark Jessop 356870b7b7 Fix audio error on startup 2024-03-31 11:20:32 +10:30
Mark Jessop 0bb9088917 Move to using Qt6 2024-03-31 10:35:46 +10:30
Mark Jessop e9a7b31dfb Add warning on starting with a uploader callsign of N0CALL 2024-02-03 16:31:33 +10:30
Mark Jessop ab470cb7c5 Fix issues with overrunning console log buffer 2024-01-29 10:32:16 +10:30
Mark Jessop 27c98174a0 Emit warning message if radio dial cannot be parsed 2023-09-22 14:15:25 +09:30
Mark Jessop c531572b2b v0.3.13 updates. Fix rotator pointing to 0,0. 2023-07-28 22:00:18 +09:30
Mark Jessop dcb595036e Add --libfix argument, for local testing 2023-07-08 11:24:55 +09:30
Mark Jessop fbc4e73cc1 Update uploader callsign as soon as its modified 2023-07-08 10:57:02 +09:30
Mark Jessop afe2322509 Fix config invalidation for v0.3.11 2023-07-06 19:17:07 +09:30
Mark Jessop 387d91199f Add time-since-last-packet GUI element 2023-07-01 15:22:25 +09:30
Mark Jessop 5cc08d1e67 Try and force a refresh 2022-12-19 18:07:48 +10:30
Mark Jessop 3015ee555d Add JSON and CSV logging options, disable habitat upload 2022-12-19 17:55:37 +10:30
Mark Jessop 05db1a3b2f Handle zero samples better, send baud rate and modulation details, inhibit habitat position upload 2022-09-17 19:56:10 +09:30
Mark Jessop a4f1aa2595 Show portaudio host api info next to sound device 2022-05-13 16:27:04 +09:30
Mark Jessop ef2443738c Bump version for horusdemodlib update 2022-04-10 11:47:27 +09:30
Mark Jessop 7976342c36 Add altitude field for better elevation calculations 2022-03-19 11:25:02 +10:30
Mark Jessop 37f55aed23 Tweak valid versions to load config from 2022-03-06 15:58:39 +10:30
Mark Jessop 252287f54d Add basic rotator control 2022-03-06 15:47:08 +10:30
Mark Jessop e100800f91 Updarte verison, increase horusdemodlib requirement to 0.3.4 2022-02-26 10:58:22 +10:30
Mark Jessop 6a03ffb5b9 Add dial freq entry 2022-02-05 19:40:29 +10:30
Mark Jessop b6ba21559c Add sondehub-ham upload support, add SNR to last packet display 2022-02-05 17:40:35 +10:30
Mark Jessop 3bbfad9ddb Bump versions 2021-09-11 22:31:35 +09:30
Mark Jessop 6becf68ebf Updates to support v2 telemetry 2021-09-04 19:17:45 +09:30
Mark Jessop 38628217be Add 200 baud to RTTY baud rates 2021-09-02 20:09:21 +09:30
Mark Jessop e43631db85 Merge branch 'master' of github.com:projecthorus/horus-gui 2021-03-10 18:13:51 +10:30
Mark Jessop fe4ff20813 Additional check on dbfs value before processing. 2021-03-10 18:11:48 +10:30
Joel Stanley 80f3b6aabb Fix crash when updating SNR
Sometimes I get this crash when decoding a packet. It is the first
packet after starting the decoder:

2021-01-30 18:54:56,944 INFO: Started Audio Processing.
Traceback (most recent call last):
  File "horus-gui/horusgui/audio.py", line 128, in handle_samples
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/GraphicsItem.py", line 545, in viewRangeChanged
    _stats = self.modem.add_samples(data)
  File "horus-gui/horusdemodlib/horusdemodlib/demod.py", line 362, in add_samples
    self.callback(_frame)
  File "horus-gui/horusgui/gui.py", line 750, in handle_new_packet
    def viewRangeChanged(self):
ValueError
    _snr = float(widgets["snrLabel"].text())
ValueError: could not convert string to float: '--.-'
2021-01-30 19:02:12 +10:30
Mark Jessop 24e2aaf194 Don't wipe config for recent versions 2021-01-30 10:58:14 +10:30
Mark Jessop b12e810081 Bump version number for horusdemodlib update 2021-01-30 10:51:49 +10:30
Mark Jessop 5e194e0dba Add CRC fail inhibit, add dBFS readout, set mask estimator on by default for Horus Binary v1 mod 2020-12-27 21:26:31 +10:30
Mark Jessop de1de7d52f v0.1.20 Updates 2020-10-05 17:54:15 +10:30
Mark Jessop 1e0f5b1456 Add manual estimator limit option 2020-07-20 21:23:16 +09:30
Mark Jessop 6f81f46c1f Handle ValueError exception when checking sample rates. 2020-07-19 19:18:47 +09:30
Mark Jessop a42c9584c2 Add 25 baud support to HorusB v1 2020-07-19 09:59:26 +09:30
Mark Jessop 2e77ed056b 7N1 support, detect valid sample rates. 2020-07-16 18:40:25 +09:30
Mark Jessop cf9e67691b Stop spectra display from trying to scale to -inf 2020-07-12 19:04:34 +09:30
Mark Jessop c45699720f Use defaul sample rate 2020-07-12 17:57:26 +09:30
Mark Jessop b935f82e6d Add GQRX UDP input 2020-07-12 17:09:23 +09:30
Mark Jessop da83bd7971 Fix issues with import namespaces 2020-07-12 14:28:10 +09:30
Mark Jessop 1ae049a884 Remove old import 2020-07-11 17:43:27 +09:30
Mark Jessop 57a0cb5400 Move horusudp to horusdemodlib repo 2020-07-11 17:41:58 +09:30
Mark Jessop b36856c2a1 Tweak audio selection, add Horus UDP output. 2020-07-11 17:17:01 +09:30
Mark Jessop 420f13665d Move log updates into queue 2020-07-10 21:59:55 +09:30
Mark Jessop 6bc6f132a3 GUI tweaks 2020-07-10 21:48:12 +09:30
Mark Jessop 24074c2b95 Add window icon 2020-07-10 21:20:04 +09:30
Mark Jessop f5f07e6448 Change raw/decoded fields to LineEdit boxes 2020-07-10 20:11:35 +09:30