FreeDATA/tnc
dj2ls 6e0796f5a0 protocol adjustment
if we are loosing a burst ACK because of fading signals or bad conditions or just because - combined with a changing speed level -  theres now a good chance we are not loosing the entire data frame because of a corrupted CRC, anymore. We are now searching in already received data, if our new (smaller) data chunk already exists. If so, we are stripping the entire data to this position and adding our new data chunk. If not, it seems we received new data the regulary way. However, this could cause problems if we have a too small data entropie. We might also check if we have an increased NACK counter or if a data chunk exists, twice or more -  in a further step
2022-02-18 09:58:49 +01:00
..
lib added libcodec2 for macOS 2022-02-16 16:24:22 +01:00
.gitignore Create .gitignore 2021-09-13 17:57:18 +02:00
audio.py fixed multiprocessing issue with audio devices 2022-02-17 16:52:11 +01:00
codec2.py added first mac workflow 2022-02-16 16:47:01 +01:00
daemon.py fixed multiprocessing issue with audio devices 2022-02-17 16:52:11 +01:00
data_handler.py protocol adjustment 2022-02-18 09:58:49 +01:00
freedata.spec changed included folders for pyinstaller 2022-02-15 18:16:46 +01:00
helpers.py increased CRC 2022-01-24 19:42:59 +01:00
log_handler.py new logging type 2021-11-18 20:49:32 +01:00
main.py moved one step back 2022-02-17 20:45:20 +01:00
modem.py fix multiprocessing support on windows 2022-02-17 14:25:22 +01:00
rig.py 500hz mode, protocol improvements.... 2022-02-08 15:27:34 +01:00
rigctl.py support for different ways controlling the radio 2022-01-18 19:38:05 +01:00
rigctld.py rigctld port fix and stuck in re opening data channel 2022-01-24 23:29:34 +01:00
rigdummy.py protocol/network/gui/.. 2022-02-02 21:12:16 +01:00
sock.py fixed multiprocessing issue with audio devices 2022-02-17 16:52:11 +01:00
static.py busy detection & updated github action 2022-02-15 18:10:14 +01:00