Commit graph

189 commits

Author SHA1 Message Date
DJ2LS 914e2065b5 later ptt toggle test 2022-12-25 14:28:21 +01:00
DJ2LS f12bf7919d modem testings with disabled monitoring protection 2022-12-25 12:57:47 +01:00
DJ2LS c143c87d64 fixing #305 2022-12-23 21:06:42 +01:00
DJ2LS 12d1477c36 another adjustments to cli tools 2022-12-16 17:09:48 +01:00
DJ2LS db9c5b60b9 reuse codec2 mode init for transmission 2022-12-15 13:45:57 +01:00
DJ2LS 50bbcfd7ff increased frame timeouts and better logging for debugging protocol error 2022-12-13 08:59:10 +01:00
DJ2LS 5d8b4f2d67 re-enable early error detection 2022-12-12 18:24:40 +01:00
DJ2LS 6e3edb5b30 attempt using threading.Event().wait() instead of time.sleep() 2022-12-12 12:28:52 +01:00
DJ2LS 2cdea7eaa9 adjusted search range for rx buffer 2022-12-12 10:06:45 +01:00
DJ2LS 11512d76bf reduced logging and added transmit queue size for debugging purposes 2022-12-11 11:57:37 +01:00
DJ2LS d5a0464fd9 first attempt with catching modem error states for early NACK 2022-12-05 15:23:03 +01:00
DJ2LS 65cfd52d81 introduced static.LISTEN state 2022-12-01 10:05:24 +01:00
DJ2LS 65cab5fa3c fixed crash if audio volume has wrong type 2022-11-29 08:45:14 +01:00
DJ2LS bf1c630977 catching audio error when closing headless tnc 2022-11-29 07:42:14 +01:00
DJ2LS 93f90f2345 updated dBFS from mean to max value 2022-11-23 13:46:42 +01:00
DJ2LS cf1f8aa078 disabled rig and rigctl usage 2022-11-19 10:54:10 +01:00
DJ2LS 8e2fb9aea3 deleted hamlib subfolder 2022-11-19 10:50:23 +01:00
DJ2LS 0e2d23c5b9 improved rigctld output 2022-11-19 09:51:48 +01:00
DJ2LS 85d2f36e36 small fft fix which caused problems with waterfall view 2022-11-19 09:40:57 +01:00
DJ2LS 55e87840f8 moved from rms to dbFS 2022-11-18 15:19:41 +01:00
DJ2LS d3ca7dbf6c moved from rms to dbFS 2022-11-18 14:23:13 +01:00
DJ2LS 4c18a843fc busy state fine tuning 2022-11-18 13:32:04 +01:00
DJ2LS 5774c642ec added hamlib connection state indicator 2022-11-18 13:08:37 +01:00
DJ2LS 70bdd59847 increased chanel busy releasing time 2022-11-18 11:48:01 +01:00
DJ2LS ce32d589ab increased channel busy counter 2022-11-17 22:41:46 +01:00
DJ2LS 0cafb600b3 fft float to int for reducing size and defining busy state detection area in correlation with mode bandwidth 2022-11-17 21:58:17 +01:00
DJ2LS b761471ec3 snr fix 2022-11-09 20:47:46 +01:00
dj2ls 392e0bf930 moved from sum to mean 2022-10-12 12:33:35 +02:00
dj2ls 7d2168a0e7 another attempt with rms 2022-10-12 11:32:09 +02:00
dj2ls b41430fc43 another attempt with rms 2022-10-12 11:05:49 +02:00
dj2ls f096c7f3f9 possible scatter fix 2022-10-12 10:45:17 +02:00
dj2ls cdb12861a5 fix with enable/disable sig0/1 2022-10-10 09:46:29 +02:00
dj2ls b0e3d2286e enable sig modes only when needed 2022-10-10 09:00:45 +02:00
dj2ls 56ee05186c improved codec2 mode init 2022-10-05 23:02:45 +02:00
dj2ls 2ed79df2be improved codec2 mode init 2022-10-05 22:42:48 +02:00
dj2ls c9bcfcbc04 added on air time measurement for easier time debugging 2022-09-08 10:19:07 +02:00
Paul Kronenwetter 7f649f98df Extract queues from data_handler and modem.
Eliminates a cyclical import identified by pylint.
2022-07-03 13:41:06 -04:00
dj2ls debe742081 audio tuning level hotfix 2022-06-15 15:03:54 +02:00
Paul Kronenwetter eeb8532651 Change modem from PR comments. 2022-05-31 19:45:25 -04:00
Paul Kronenwetter e4ad7bbb1b Remove extra assignment. 2022-05-28 15:43:25 -04:00
Paul Kronenwetter 6a565ffe41 Merge branch 'main' into refactor_N2KIQ-202205-2 2022-05-28 11:52:05 -04:00
DJ2LS adf800b822 changed bandwith typo --> this could break some things.. 2022-05-28 14:08:33 +02:00
Paul Kronenwetter 2fa9aead44 Another round of formatting changes.
Implement class-level logging in places.
2022-05-27 22:17:15 -04:00
Paul Kronenwetter 98c1030c24 Incorporate some changes from pep8_improvements.
Simplify structlog calls.
Other refactoring.
2022-05-25 21:23:30 -04:00
Paul Kronenwetter 08202bbaec Prefer double- over single-quote.
Other minor fixes.
2022-05-25 18:27:33 -04:00
Paul Kronenwetter 87ebea6c52 Remove annoying debug message. 2022-05-23 21:22:54 -04:00
DJ2LS 7a530175f8 Accepted some Sourcery solutions 2022-05-23 14:02:22 +02:00
DJ2LS 1bab085ca8 Merge remote-tracking branch 'origin/pep8_improvements' into pep8_improvements 2022-05-23 13:12:24 +02:00
DJ2LS d992fd8dc0 Second run reducing number of problems 2022-05-23 13:11:16 +02:00
Paul Kronenwetter bcdc7193a5 Collapse repeated code to a loop.
Add function return types. Start using FREEDV_MODE enum in places where
a raw number or string were used.
2022-05-22 15:58:05 -04:00