Wykres commitów

76 Commity (3015ee555ddf9fb129aee4e2d184e4f2d7e27b31)

Autor SHA1 Wiadomość Data
Mark Jessop 3015ee555d Add JSON and CSV logging options, disable habitat upload 2022-12-19 17:55:37 +10:30
Mark Jessop a8223c5dd6 Pin pyqtgraph version for now 2022-11-06 11:19:39 +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 3ad17a15b4 Readme updates 2022-03-06 16:17:24 +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 411243632b Add note about Python 3.10 2021-12-16 07:54:48 +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 a752ff4ae3 Readme updates 2021-03-21 13:27:52 +10: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
Mark Jessop d32089c47d
Merge pull request #16 from Lobethal-Lutheran-School/master
Add hints for python setup under *buntu 20.04
2021-03-07 15:10:50 +10:30
Lobethal Lutheran School 15c581c641
Add hints for python setup under *buntu 20.04 2021-03-07 13:26:51 +10:30
Mark Jessop 4970cbbcb9
Merge pull request #14 from shenki/crash-fix
Fix crash when updating SNR
2021-01-31 15:57:40 +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 83fafac109 Update screenshot 2020-12-26 14:19:26 +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 8d0e0ea544 Add link to binary builds 2020-07-12 15:54:15 +09:30
Mark Jessop d59b1cb8a4 Add windows pyinstaller spec file, add icons 2020-07-12 15:37:33 +09:30
Mark Jessop 2da4c8565a Add OSX pyinstaller spec file 2020-07-12 15:03:54 +09:30
Mark Jessop da83bd7971 Fix issues with import namespaces 2020-07-12 14:28:10 +09:30
Mark Jessop 6359b32ba1 Readme updates 2020-07-12 09:24:37 +09:30
Mark Jessop f7cbaf8522 Readme updates 2020-07-11 17:59:46 +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 8769ce29f3 Update readme 2020-07-10 22:08:00 +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 dfce466555 Add screenshots 2020-07-10 17:54:35 +09:30