Commit graph

311 commits

Author SHA1 Message Date
DJ2LS a425812dad
Add files via upload 2021-01-17 12:53:44 +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 8c4e0fee83
Merge branch 'dev' into ARQ 2021-01-16 15:08:12 +01:00
DJ2LS fbb1f1289c
code cleanup 2021-01-16 15:04:24 +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 37fe2e024c
Rename install_socket_tnc.sh to install_jate.sh 2021-01-16 09:29:17 +01:00
DJ2LS 0c1179211a
updated new repository name 2021-01-16 09:28:37 +01:00
DJ2LS f15e7dc3b5
Changed project name 2021-01-15 08:57:56 +01:00
DJ2LS 930b46dacd
Changed project name 2021-01-15 08:57:32 +01:00
DJ2LS e32f6b3c3f
Update README.md 2021-01-15 08:56:54 +01:00
DJ2LS c665a40c9e
Changed project name 2021-01-15 08:56:24 +01:00
DJ2LS 8f23bd1295
Changed project name 2021-01-15 08:56:07 +01:00
DJ2LS 81cc3a4740
Delete audio.py 2021-01-07 09:29:15 +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 508c01ffed
Delete other.py 2021-01-06 13:17: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 2799e5b9fb
Improved N_FRAMES_LAST_BURST 2021-01-02 16:37:34 +01:00
DJ2LS 97efb398f0
code cleanup 2021-01-02 11:17:01 +01:00
DJ2LS 1ebaa14457
changed main loop 2021-01-02 09:41:58 +01:00
DJ2LS 0645e436ff
added comments about dynamic ARQ 2020-12-31 10:37:44 +01:00
DJ2LS fbf2eb4c19
bugfixes for CRC check and first frame 2020-12-31 10:25:45 +01:00
DJ2LS 3cc18b1582
option to send N random numbers
./socketclient.py --port 3000 --random 0
2020-12-31 10:12:16 +01:00
DJ2LS 616b78ea0c
ARQ improvements 2020-12-30 18:16:32 +01:00
DJ2LS 80464fdd21
added frame BOF, CRC and EOF for ARQ Go-Back-N
Still not working, but one step closer to a working test with a lot of debugging output
2020-12-29 21:21:28 +01:00
DJ2LS e43970ad50
ARQ Go-Back-N
ARQ Go-Back-N now working even if frames are odd to frames per burst.
2020-12-29 11:10:02 +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 d65192549c
socket reusage 2020-12-28 14:32:21 +01:00
DJ2LS 18d0d4e947
Add files via upload 2020-12-28 14:32:03 +01:00
DJ2LS 02fe7a15a0
socket reusage 2020-12-28 14:31:33 +01:00
DJ2LS 90e11784f7
Merge pull request #14 from DJ2LS/socket-reusage-after-startup
Add files via upload
2020-12-28 14:24:29 +01:00
DJ2LS 2e9c26a750
Add files via upload 2020-12-28 14:22:53 +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 cf03ec2288
Merge pull request #10 from DJ2LS/DJ2LS-patch-1
improved logging
2020-12-26 19:29:17 +01:00
DJ2LS 9a964b77f0
improved logging 2020-12-26 19:27:09 +01:00
DJ2LS 88c883f85b
Delete compile_codec2.sh 2020-12-26 16:38:50 +01:00
DJ2LS 8ce11b4552
Delete liblpcnetfreedv.so 2020-12-26 16:38:33 +01:00
DJ2LS d1b9938c35
Delete libcodec2.so 2020-12-26 16:38:25 +01:00
DJ2LS 5ef6e199ac
ARQ variable updates 2020-12-26 11:02:14 +01:00
DJ2LS 6d4d5bd39d
Update README.md 2020-12-26 10:51:49 +01:00
DJ2LS e709e15a13
Update README.md 2020-12-26 10:50:37 +01:00
DJ2LS 4e77be7149
Update README.md 2020-12-26 10:50:07 +01:00
DJ2LS f3765c6ee1
Update README.md 2020-12-26 10:48:53 +01:00
DJ2LS 44802bcc18
added setup script for auto installation 2020-12-26 10:41:10 +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 ae9a4b49cf
external file for helper functions 2020-12-25 22:53:56 +01:00
DJ2LS 54a5f74a1b
Delete TEST_RX.py 2020-12-25 18:05:24 +01:00