Wykres commitów

47 Commity (387d91199f4a42b0aca8637c963791a8d4f244d6)

Autor SHA1 Wiadomość Data
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
Mark Jessop 2ba370646a Add RTTY 8N2 Mode 2020-07-08 20:55:11 +09:30
Mark Jessop 29d5d6eb2b Add startup entry point 2020-07-06 20:36:57 +09:30
Mark Jessop 61d6a78965 Fix parsing of QSetting boolean return values 2020-07-06 18:25:03 +09:30
Mark Jessop 16ad1d17ab Reload baud-rate from config 2020-07-06 18:13:29 +09:30
Mark Jessop e890e5d1d2 Add 75 baud RTTY option 2020-07-06 07:56:06 +09:30
Mark Jessop c515c9eed9 Add relative position displays. 2020-07-05 17:32:05 +09:30
Mark Jessop 7354e3928f Switch configuration to QSettings 2020-07-05 14:49:51 +09:30
Mark Jessop 5882a3f3a7 Grey out start button until decoders initialize 2020-07-04 21:15:53 +09:30
Mark Jessop cce0ca8e33 Reset displays on start, fix horusdemodlib so path 2020-07-04 21:08:30 +09:30
Mark Jessop 476bf69dbb move to poetry package management, repoint to horusdemodlib 2020-07-04 21:00:14 +09:30