Commit graph

311 commits

Author SHA1 Message Date
DJ2LS f68e8c501c
fixed issue #43
#43 fixed by changing the module loading order
2021-05-13 17:11:26 +02:00
DJ2LS e83b6d29c1
updated to latest version 2021-05-13 16:16:06 +02:00
DJ2LS 64e6db9075
installing GUI into tools folder 2021-05-13 15:25:45 +02:00
DJ2LS f02fb0c3d8
fixed ARQ RPT not beeing working correctly 2021-05-11 19:59:11 +02:00
DJ2LS df8aa0176e
Delete hamlib.py 2021-05-09 18:08:19 +02:00
DJ2LS 291a297df0
moved from BER to SNR 2021-05-09 17:55:15 +02:00
DJ2LS 0a655d5b5e
first working TNC 2021-05-09 16:11:59 +02:00
DJ2LS 42c5ee5665
improved arq parse processing 2021-05-09 12:01:42 +02:00
DJ2LS 3afc6dd462
Update README.md 2021-05-09 11:39:28 +02:00
DJ2LS 67a8938e2e
first attempt with hamlib
- created a separate function "ptt_and_wait" which is waiting  a little bit
- this improved the transmission quality drastically *party*
2021-05-09 11:36:08 +02:00
DJ2LS 7c89f1d7c7
sending signalling frame twice
...for better channel stability
2021-05-02 16:52:30 +02:00
DJ2LS 1b18000d32
fixed watchdog not beeing started 2021-04-17 17:42:25 +02:00
DJ2LS 50f088ab5e
first attempt with postamble 2021-04-11 18:34:03 +02:00
DJ2LS e21f9b6296
added sample rate conversion 2021-04-10 21:27:44 +02:00
DJ2LS 2e88b542cf
first NAK frame
Needs to be tested, when a frame is getting lost....
No frame handling on the RX ( TX) side, just a message at this time
2021-03-19 15:28:55 +01:00
DJ2LS b815f655ac
arq rpt bug fix for small transmission 2021-03-19 12:06:12 +01:00
DJ2LS a1d2d752d4
added frames per burst selector 2021-03-19 11:16:24 +01:00
DJ2LS b7f3bf7eff
improved open data channel 2021-03-18 15:29:51 +01:00
DJ2LS 7b59bcdf81
huge code cleanup, removed threaded timers 2021-03-18 15:14:19 +01:00
DJ2LS e2f8fb5f53
timeout for open data channel and one click data 2021-03-18 14:37:42 +01:00
DJ2LS b65dd36cc0
fixed mode 11 payload size 2021-03-18 11:48:10 +01:00
DJ2LS e1c7bd7fcb
tests with unsync to prevent sync 10 trigger 2021-03-18 11:39:12 +01:00
DJ2LS 70ff859cc3
byte rate messurement 2021-03-17 11:22:06 +01:00
DJ2LS c7f85f8505
snr messurement 2021-03-16 16:37:23 +01:00
DJ2LS bd5f2a7487
datatype to heard stations 2021-03-16 15:21:58 +01:00
DJ2LS 99c74cfd74
fixed some ARQ timing issues 2021-03-16 11:39:22 +01:00
DJ2LS 55017df9cc
cleanup and removed connection feature
CONNECT / DISCONNECT / KEEP ALIVE causes too much problems regarding to speed, efficiency and stability
2021-03-16 10:55:48 +01:00
DJ2LS c4d5d44c2b
state improvements
really ugly debugging output inside....
2021-03-15 19:43:04 +01:00
DJ2LS f26e12fb30
switched socket listener to JSON 2021-03-15 18:43:37 +01:00
DJ2LS aa6af1c29e
Update README.md 2021-03-15 09:44:10 +01:00
DJ2LS 22244e1547
Add files via upload 2021-03-15 09:43:21 +01:00
DJ2LS 84d8258701
watchdog and timeout improvements 2021-03-12 17:03:04 +01:00
DJ2LS b2b53386d3
first try with data channel timeout and keep alive 2021-03-12 16:18:41 +01:00
DJ2LS 56915c39c0
PEP8 Comments 2021-03-12 14:39:36 +01:00
DJ2LS cfc20bcf90
Delete fec.py 2021-03-12 14:31:47 +01:00
DJ2LS 36b7ac91f8
smaller PEP8 cleanup 2021-03-12 14:14:36 +01:00
DJ2LS 0dccb0a3d4
PEP8 cleaner 2021-03-12 14:14:08 +01:00
DJ2LS 71af310d46
heard station improvements 2021-03-12 12:41:39 +01:00
DJ2LS dcbf8677ef
heard stations buffer 2021-03-11 20:04:31 +01:00
DJ2LS 2d9c53a101
pylint code audit test run 2021-03-11 18:03:48 +01:00
DJ2LS 0a1e9c5ee3
get BER 2021-03-10 13:43:31 +01:00
DJ2LS 4b023b876b
moved gui to own repository 2021-03-10 13:31:47 +01:00
DJ2LS d361750293
fall back to threading --> asyncio causes probs 2021-03-10 11:26:15 +01:00
DJ2LS a826248090
test with wait for data channel 2021-03-10 10:30:49 +01:00
DJ2LS 1adb41401c
open data channel now separate function 2021-03-10 10:30:21 +01:00
DJ2LS 1d5d50a868
reset frame machine correctly 2021-03-10 09:12:49 +01:00
DJ2LS 26e17b8a8e
tx/rx status 2021-03-10 09:12:01 +01:00
DJ2LS ffa9e209ef
rms 2021-03-09 21:36:20 +01:00
DJ2LS 465926cf4d
improvement of audio to stream 2021-03-09 21:35:52 +01:00
DJ2LS 2c120065f5
first async / non block transmission
really ugly at this point. we need a lot of code cleanup.
2021-03-09 20:56:17 +01:00