Commit graph

73 commits

Author SHA1 Message Date
DJ2LS 13e5f98b06 callsign lookup if not present in frame 2024-02-08 13:15:46 +01:00
DJ2LS 8fefc11380 fixed more tests 2024-02-07 19:54:54 +01:00
DJ2LS 8ef8744ba1 fixed database test 2024-02-07 19:49:00 +01:00
DJ2LS 0a9ce0d202 fixed message transmission status 2024-02-07 19:43:10 +01:00
DJ2LS e445d23968 adjusted db model, made databse handlers more modular 2024-02-06 09:22:55 +01:00
DJ2LS cd4ccd5cf7 fixed tests 2024-02-02 19:50:16 +01:00
DJ2LS d86d36a16e get ping dxcallsign from database 2024-01-30 21:22:04 +01:00
DJ2LS f8c3423018 arq session type: from string to enum 2024-01-30 09:30:13 +01:00
DJ2LS e279f45229 added arq transmission failed state 2024-01-29 17:50:28 +01:00
DJ2LS 4ccc509992 small gui added modem busy state while ARQ 2024-01-28 21:29:56 +01:00
DJ2LS 69a7705043 additional message endpoints and tests 2024-01-28 12:08:55 +01:00
DJ2LS 2685c7d5d5 adjusted some db related things 2024-01-27 12:07:07 +01:00
DJ2LS 2a98731b5d some fixes to transmit messages.. 2024-01-25 15:48:00 +01:00
DJ2LS eb3a74e146 crazy commit with --memory-- database stuff... 2024-01-25 15:17:38 +01:00
Pedro 7a9ee28bf7 Add MessageP2P attachment encoding/decoding 2024-01-25 07:09:54 +01:00
Pedro 67001ac842 Add P2P send message command. 2024-01-25 07:09:54 +01:00
DJ2LS 857916285d changed dispatcher to a data type handler 2024-01-21 20:34:01 +01:00
DJ2LS 26478ef0a4 adjusted and splitted dispatcher 2024-01-20 21:47:21 +01:00
DJ2LS a31fce3301 work on data dispatcher 2024-01-20 13:52:35 +01:00
DJ2LS 76ab882d0f ARQ WIP - delete outdated arq session after specific age, added statistics, added more ARQ tests 2024-01-15 16:04:11 +01:00
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