DJ2LS
|
022d7ef258
|
ARQ WIP - check if frame is for us
|
2024-01-14 23:33:06 +01:00 |
|
DJ2LS
|
b941eda41a
|
starting flask inline
|
2024-01-14 21:05:53 +01:00 |
|
DJ2LS
|
543cbbdff8
|
RADIO MANAGER - WIP initial release
|
2024-01-12 15:51:23 +01:00 |
|
DJ2LS
|
dfd76eb1cd
|
fix tests
|
2024-01-06 15:43:16 +01:00 |
|
DJ2LS
|
85b81bb0dd
|
using event manager instead event queue for most parts
|
2024-01-04 15:46:58 +01:00 |
|
DJ2LS
|
06ec029ee7
|
ARQ WIP - adjusted session closing
|
2023-12-29 19:25:59 +01:00 |
|
DJ2LS
|
ee0e3e4ad3
|
ARQ WIP - introduced tests for session closing
|
2023-12-28 22:47:17 +01:00 |
|
Pedro
|
13064cea1a
|
Add transmission time to end-to-end ARQ tests
|
2023-12-26 20:52:06 +00:00 |
|
Pedro
|
2faf398e4b
|
Small improvements
|
2023-12-21 02:19:42 +00:00 |
|
DJ2LS
|
5b39540ab5
|
ARQ WIP - restored packet loss propablity
|
2023-12-20 16:50:59 +01:00 |
|
DJ2LS
|
0fffe86f05
|
ARQ WIP - introduced flags
|
2023-12-20 16:43:08 +01:00 |
|
Pedro
|
1027ea1b98
|
Fix hangs on ARQ sessions
|
2023-12-19 23:32:04 +01:00 |
|
Pedro
|
5d8554df08
|
Close ARQ test channels on end-to-end tests
|
2023-12-19 23:01:18 +01:00 |
|
Pedro
|
0a59c4f616
|
Eliminate IRS session hangs
|
2023-12-19 17:19:12 +01:00 |
|
Pedro
|
726385361e
|
Improve ARQ session states using Enum
|
2023-12-19 15:01:08 +01:00 |
|
Pedro
|
8bc8cdffcc
|
Change timeouts and retries in ARQ sessions.
|
2023-12-18 13:56:49 +01:00 |
|
DJ2LS
|
7b09894a4b
|
WIP ARQ - added tests for large payload
|
2023-12-17 12:31:44 +01:00 |
|
Pedro
|
9b6647c29e
|
Move decode mode setting to demodulator. Fix ARQ tests.
|
2023-12-17 01:43:23 +01:00 |
|
DJ2LS
|
6f7166201f
|
WIP ARQ - fixed tests
|
2023-12-16 12:54:16 +01:00 |
|
DJ2LS
|
6d80d15859
|
WIP ARQ - attempt fixing some tests
|
2023-12-16 11:33:10 +01:00 |
|
Pedro
|
30996c03b6
|
Eliminate modem TX queues and change transmit() to a blocking call
|
2023-12-16 00:51:57 +01:00 |
|
Pedro
|
a3d05f3521
|
Improve ARQ setting of failed state
|
2023-12-14 17:41:57 +01:00 |
|
Pedro
|
0014462c63
|
ARQ refactor with explicit states
|
2023-12-14 17:29:04 +01:00 |
|
Pedro
|
9bbdaa055a
|
ARQ progress
|
2023-12-13 18:27:55 +01:00 |
|
Pedro
|
c98b37db96
|
ARQ progress
|
2023-12-13 16:56:11 +01:00 |
|
Pedro
|
4eec0b969a
|
Change overflow exception
|
2023-12-13 10:05:14 +01:00 |
|
Pedro
|
3060940808
|
Add test for burst data frame overflow
|
2023-12-13 10:00:42 +01:00 |
|
Pedro
|
d17878b123
|
ARQ WIP - Burst Frame tests ok
|
2023-12-13 09:56:58 +01:00 |
|
Pedro
|
227bc40a00
|
ARQ WIP - Fix data factory tests!
|
2023-12-13 09:24:43 +01:00 |
|
DJ2LS
|
14a6dab29e
|
better naming for ARQ session / connection
|
2023-12-08 10:25:26 +01:00 |
|
Pedro
|
a290c854d5
|
ARQ WIP
|
2023-12-06 11:59:35 +01:00 |
|
Pedro
|
bb0fc79b4f
|
Improve ARQ logging
|
2023-12-06 11:51:10 +01:00 |
|
Pedro
|
c689b93ee1
|
Improve ARQ tests and log messages
|
2023-12-06 11:47:47 +01:00 |
|
Pedro
|
9074e8e5eb
|
Set frame loss probability to 50%
|
2023-12-06 11:34:31 +01:00 |
|
Pedro
|
0b35d393f5
|
Add frame loss probability to arq tests
|
2023-12-06 11:33:25 +01:00 |
|
Pedro
|
bf89828c75
|
ARQ WIP
|
2023-12-05 19:01:48 +01:00 |
|
Pedro
|
000702740f
|
WIP ARQ
|
2023-12-05 15:40:19 +01:00 |
|
Pedro
|
5e90c2e823
|
Correct name of TestProtocols class
|
2023-12-04 17:30:07 +01:00 |
|
Pedro
|
22912c9c1e
|
Add protocol test for CQ - QRV
|
2023-12-04 16:01:18 +01:00 |
|
Pedro
|
a2edf4967a
|
Improve protocol tests
|
2023-12-04 15:52:50 +01:00 |
|
Pedro
|
5a58ef97bb
|
Add first protocol test for ping - ping ack
|
2023-12-04 15:04:14 +01:00 |
|
Pedro
|
b5b5170a67
|
Add CQ tests for DataFrameFactory
|
2023-11-29 17:42:44 +01:00 |
|
Pedro
|
c27c6db199
|
Fix DataFrameFactory tests
|
2023-11-29 17:39:35 +01:00 |
|
Pedro
|
f5415ce7cd
|
Improve DataFrameFactory and tests
|
2023-11-27 23:08:00 +01:00 |
|
Pedro
|
e9c07731b7
|
Add DataFrameFactory tests
|
2023-11-27 19:22:16 +01:00 |
|
DJ2LS
|
e2c615b4ed
|
first test running tests in github actions
|
2023-11-20 15:50:48 +01:00 |
|
Pedro
|
1ed281e7c4
|
Convert and validate server side config data
|
2023-11-15 16:49:16 +01:00 |
|
DJ2LS
|
e0c1ec1121
|
fixed tests
|
2023-11-12 23:39:49 +01:00 |
|
Pedro
|
3b5131d63e
|
Add POST /config with tests
|
2023-11-06 20:52:33 +01:00 |
|
Pedro
|
24cfc8f691
|
Improve config write method. Add tests.
|
2023-11-06 19:04:35 +01:00 |
|