Commit graph

16 commits

Author SHA1 Message Date
DJ2LS 66cf834bed
transmit nonblocking 2021-01-20 23:42:45 +01:00
DJ2LS 678d32cdcc
complete ARQ redesign 2021-01-20 22:51:14 +01:00
DJ2LS 2be28cafb1
own function to send arqburst from TX_BUFFER
done without practical tests. just thinking..... uff
2021-01-16 20:43:10 +01:00
DJ2LS fa49e90c9b
added preamble transmission 2021-01-16 14:29:49 +01:00
DJ2LS a316126725
added preamble transmission 2021-01-16 14:28:47 +01:00
DJ2LS 6808dabfe5
dynamic audio sample rate detection 2021-01-07 09:28:26 +01:00
DJ2LS 0efc20defa
moved tx audio to class __init__ 2021-01-06 18:01:54 +01:00
DJ2LS 0ffd03b7b1
global audio buffer
global audio buffer for receiving multimode
2021-01-06 13:17:17 +01:00
DJ2LS 4cc7ec561c
first multimode support 2021-01-05 15:03:41 +01:00
DJ2LS fde5754607
first ARQ Go-Back-N version
super buggy because of time issues
2020-12-28 15:20:51 +01:00
DJ2LS 55dd340447
removed data-list behavior
work will done by other functions
2020-12-28 12:58:57 +01:00
DJ2LS 8b9032f4a7
startet work on ARQ Go-Back-N 2020-12-27 22:38:49 +01:00
DJ2LS 9a964b77f0
improved logging 2020-12-26 19:27:09 +01:00
DJ2LS 5ef6e199ac
ARQ variable updates 2020-12-26 11:02:14 +01:00
DJ2LS 4435ef602e
added ARQ like behavior
send via socket "ACK:<DATA
TX requests a ACK from RX. RX then sends an ACK to TX. 
ACK will be requested 3 times, else timeout.

Todo: Frame ID, Code cleanup,...... and much much more
2020-12-25 22:55:56 +01:00
DJ2LS fe25ce68b8
Add files via upload 2020-12-23 17:48:54 +01:00