Commit graph

41 commits

Author SHA1 Message Date
DJ2LS df38ee01ba gui & tnc improvements
displaying now frequency offset and frequency in heard stations. Decreased size of receiving audio buffer, which seems to optimize RX
2021-10-24 14:44:55 +02:00
DJ2LS b2ac19a1a3 fixed typos #51 2021-10-17 17:22:07 +02:00
DJ2LS 5bfd745747 data_handler ready for chat messages
data handler is now ready for chat messages. I updated the data frame with an additional information -datatype- so we can determine if we received a file or a message. Each datatype will be saved into an own buffer. The gui has been updated as well, so we can forward data directly to a future chat module...
2021-10-17 16:59:15 +02:00
DJ2LS 82f307cf1f introduced info toasts #80
first attempt with info toasts which seems to work fine. Next step will be adding more detailed information to them like a progress bar and specific closing
2021-10-07 21:04:23 +02:00
DJ2LS 2d18767fe6 bug fix closes #78 and network optimization 2021-10-05 21:03:15 +02:00
DJ2LS 8b08cc6e6b stop transmission
first attempt with stopping a transmission after the processing the current burst. Logging is a little bit ugly at this point, because it looks like a frame got lost. However, the transmission stops. CLI output is only visible for people interested in debugging...
2021-10-02 11:29:08 +02:00
DJ2LS 794f8b221a code cleanup
gute code clean up with much less global variables now. ARQ beahvior has also been cut down. There can be done even more...
2021-09-27 17:33:59 +02:00
DJ2LS e435e6e835 redesign of arq handler 2021-09-26 17:51:11 +02:00
DJ2LS 5c7e05ef70 better pep8 conformity 2021-09-25 15:24:25 +02:00
DJ2LS c478b9cbbf serveral stability improvements
moved hamlib polling into own thread. testing with smaller socket chunks
2021-09-24 17:16:38 +02:00
DJ2LS 98f52dfa2e improved socket
only read one line to avoid decoding errors
2021-09-24 10:09:47 +02:00
DJ2LS b813e8562c minor modem change
problems can occur. changed modem to simultaneous decoding. socket now multithreaded. huge code cleanup neccesary
2021-09-23 17:49:45 +02:00
DJ2LS ea9b91df9b git cli test - 2 2021-09-16 17:19:45 +02:00
DJ2LS f52d0ea452
updated transfer calculation 2021-09-11 09:21:22 +02:00
DJ2LS b921c1b33b
updated logging: save to file 2021-09-10 17:59:01 +02:00
DJ2LS 68d0e70a61
reset sock connection on decoding error 2021-09-08 18:23:26 +02:00
DJ2LS efc6bc8ea5
small improvements 2021-09-08 18:04:21 +02:00
DJ2LS 32762703c9
improved transfer rate calculation 2021-09-06 20:31:12 +02:00
DJ2LS ee188b882a
moved to ujson 2021-08-23 18:14:00 +02:00
DJ2LS a15fa7b416
typo 2021-08-23 15:56:05 +02:00
DJ2LS e70fa50bb1
typo 2021-08-23 15:23:43 +02:00
DJ2LS 63b68c479e
Add files via upload 2021-08-18 20:03:38 +02:00
DJ2LS e8ab2740b8
optimized json output RXBUFFER 2021-08-17 20:00:57 +02:00
DJ2LS 43c3f0c626
preparing for rx buffer 2021-08-16 19:41:20 +02:00
DJ2LS 2700a0fffa
update to frame for sending data 2021-08-15 18:32:25 +02:00
DJ2LS 041dee89c7
updated data frame 2021-08-15 18:15:08 +02:00
DJ2LS 74addad65a
code cleanup 2021-08-15 17:28:35 +02:00
DJ2LS 5efe491881
transmission progress 2021-08-14 20:00:32 +02:00
DJ2LS cf5813e876
small socket improvement 2021-08-08 12:07:26 +02:00
DJ2LS 38df869fe1
small socket improvement 2021-08-08 12:06:09 +02:00
DJ2LS 5a9f603c46
time of execution 2021-08-08 11:43:09 +02:00
DJ2LS fc5fea3b4e
better error handling 2021-08-08 11:08:34 +02:00
DJ2LS 2c79093d67
attempt to get all data from one command 2021-08-07 19:57:21 +02:00
DJ2LS 59404404b8
less terminal output 2021-08-07 11:14:49 +02:00
DJ2LS c0ec0c1853
scatter plott support 2021-08-06 22:09:16 +02:00
DJ2LS 29345a7797
added SNR to heard stations 2021-07-28 18:43:41 +02:00
DJ2LS 4ac984cd21
updated heard stations 2021-07-25 18:00:18 +02:00
DJ2LS 2ec1f7ead7
select serial speed 2021-07-25 16:34:28 +02:00
DJ2LS 033b3c1ccb
changed heard stations callsign 2021-07-23 15:23:58 +02:00
DJ2LS b4f822ea6f
attempt to run socket commands as threats
asyncio seems to be blocking
2021-07-19 21:00:46 +02:00
DJ2LS 00952bc44e
Rename sock.py to tnc/sock.py 2021-07-17 09:01:09 +02:00
Renamed from sock.py (Browse further)