Commit graph

202 commits

Author SHA1 Message Date
dj2ls ee4528bf79 set frequency from gui - needed for better remote testing 2023-01-04 19:26:11 +01:00
dj2ls 5d8b8a4bde adjusted logging for debugging byteorder error 2023-01-02 16:13:29 +01:00
DJ2LS 03705a041c removed decoding twice fix - seems its not a LDPC related error 2023-01-01 17:00:45 +01:00
DJ2LS 501ccd9de3 possible quick and dirty fix for solving wrong byteorder problem 2023-01-01 16:41:27 +01:00
dj2ls 5be2a88fd0 catch fft division by zero error 2022-12-29 17:49:13 +01:00
DJ2LS 3dc06510c1 moving from raw to wave file format 2022-12-27 21:13:08 +01:00
DJ2LS 76522db082 process rigctld response only if needed 2022-12-27 18:17:12 +01:00
DJ2LS fd402d9bc2 catch error in dbfs calculation 2022-12-27 11:41:00 +01:00
DJ2LS 7ed43fb3f9 moved utf8 encoding from entire data to just chat message 2022-12-27 09:53:21 +01:00
DJ2LS 62309d608d improved audio callback modout queue 2022-12-26 17:14:23 +01:00
DJ2LS 4d8b8f7f46 accepted some sourcery suggestions 2022-12-26 12:49:01 +01:00
DJ2LS c0e4f14da0 record audio 2022-12-26 12:11:59 +01:00
DJ2LS 9ef19b7c51 moved ptt to audio callback 2022-12-25 15:20:46 +01:00
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