Request and Reply Messaging Abstraction and first Consumers #136

Closed
muellerr wants to merge 95 commits from request-reply-messaging-mode-tree into main

95 Commits

Author SHA1 Message Date
muellerr 3455a2500f Merge remote-tracking branch 'origin/main' into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main Build started...
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-04-02 10:07:25 +02:00
muellerr bc04275763 Continue update
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 09:55:30 +02:00
muellerr 5c1acfe912 going towards unittest completion
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-29 16:20:06 +01:00
muellerr 9144a9f9a3 Merge branch 'main' into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-29 14:14:16 +01:00
muellerr 3642a88ea8 continue unittests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-28 09:53:11 +01:00
muellerr 3aba762faa Merge branch 'main' into request-reply-messaging-mode-tree 2024-03-28 00:01:23 +01:00
muellerr c42fbeef1c add some more HK tests
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-26 14:38:29 +01:00
muellerr e314a858ad add some more tests and TODOs
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-26 14:10:11 +01:00
muellerr 098981686b add another unittest
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-26 10:56:47 +01:00
muellerr d45e0e932f fixes for no_std build
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-25 19:21:51 +01:00
muellerr 47b9bb1fb9 testbench for reply handlers
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 19:18:15 +01:00
muellerr 1e93bded04 fix tests
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 17:41:30 +01:00
muellerr 6a0dbd1d58 add new mode service
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 17:38:17 +01:00
muellerr 6a95a7f087 yet another testbench
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 16:15:13 +01:00
muellerr ce5d333962 Merge branch 'main' into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main Build queued...
2024-03-25 16:14:41 +01:00
muellerr 621e9c094a make some test utilities shareable
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 15:44:27 +01:00
muellerr cacff05b3c reduce some boilerplate
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-24 12:22:37 +01:00
muellerr b7ab1d5ea7 incredible, but it seems to work..
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-22 18:21:49 +01:00
muellerr 993b82cd07 changelog
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 17:18:34 +01:00
muellerr fde8ab895c fix tests
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 17:16:36 +01:00
muellerr 73291908f6 I don't think channel IDs are required anymore
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 17:12:30 +01:00
muellerr f5e56c5bf8 clean up code
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 13:17:27 +01:00
muellerr 309d0101a0 this might finally work..
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 13:06:46 +01:00
muellerr 6873a8f2a7 where to start and where to accept?
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-20 17:54:17 +01:00
muellerr d5e61090fe its not getting easier..
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-20 16:35:55 +01:00
muellerr 83e0a50e2a it compiles again
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-20 13:51:55 +01:00
muellerr 9903194cfc continue fixing old code 2024-03-20 10:45:30 +01:00
muellerr 0f2a700ef1 need to re-work all of this..
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-18 19:57:37 +01:00
muellerr d2c4cd7428 Merge branch 'request-reply-messaging-mode-tree' of egit.irs.uni-stuttgart.de:rust/sat-rs into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-16 11:52:57 +01:00
muellerr 57b5bd1528 ignore log files 2024-03-16 11:52:33 +01:00
muellerr 485788adbd reduce the number of generics on request handler
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-15 13:58:43 +01:00
muellerr 4785446d99 added first concrete TM being generated
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-14 16:51:19 +01:00
muellerr 5f22a067a5 we need to constrain somewhere..
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-14 16:37:34 +01:00
muellerr f5d768f027 clean up a bit
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-13 16:11:33 +01:00
muellerr 8bdc9686fb made request handler more generic
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-13 16:06:12 +01:00
muellerr 41e57a7942 make alloc_mod public
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-13 13:21:17 +01:00
muellerr 300289608e fix compile error
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-13 12:05:49 +01:00
muellerr 41db3b86da start adding docs
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-12 15:49:07 +01:00
muellerr 1fbb400809 generics shananigans 2024-03-12 15:06:22 +01:00
muellerr b0d32aff4f make new abstractions more generic
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 18:40:35 +01:00
muellerr c6f2dde138 use common active request type 2024-03-11 18:17:01 +01:00
muellerr d3ad6cf96a add some more checks
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 18:00:16 +01:00
muellerr 4afc360873 introduce active request table abstraction
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 17:49:55 +01:00
muellerr 460ce8074f add more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 16:28:26 +01:00
muellerr e7cec1d333 continue with reply handler unittesting
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 12:35:56 +01:00
muellerr d0f10c7d1d Merge remote-tracking branch 'origin/main' into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 10:41:53 +01:00
muellerr c832e71bb0 continued reply handler test
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-06 16:09:12 +01:00
muellerr 0fa1503a88 add first unittest for action reply handler
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-06 15:47:02 +01:00
muellerr 11c529dceb well this is awkward 2024-03-06 15:32:39 +01:00
muellerr 6ffe425ccb Merge remote-tracking branch 'origin/main' into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-04 16:53:58 +01:00
muellerr e7bf8e699d fix example
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-04 14:29:54 +01:00
muellerr 85b13918e6 bump spacepackets version
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-04 13:39:06 +01:00
muellerr e065b535e7 more tests for Params module
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 18:40:00 +01:00
muellerr 02dd1cd19e almost done with the params tests 2024-03-01 18:10:14 +01:00
muellerr 7acfbe18f2 more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 17:39:10 +01:00
muellerr 18367ab859 added a lot of tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 16:16:53 +01:00
muellerr ccda1faec1 better naming
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 14:10:22 +01:00
muellerr c7f06cc09d that's enough tests for this module
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 13:17:45 +01:00
muellerr 0bc3fa8836 add some more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 11:02:14 +01:00
muellerr dbd97c0df6 add more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-01 10:23:29 +01:00
muellerr cb42d84c28 some more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-28 18:03:39 +01:00
muellerr 05c986eb2e delete obsolete code
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 17:27:23 +01:00
muellerr 7bbbab56d5 more layering improvements
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-28 17:20:51 +01:00
muellerr 95bed59fbf fix mode tree integration test
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-28 16:28:27 +01:00
muellerr b8c6bfa50b added a early stage notice
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 16:21:47 +01:00
muellerr 0451bbc124 some import fixes
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 16:16:45 +01:00
muellerr 0911677a3a re-introduce layering
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 16:15:03 +01:00
muellerr 4ed86ad3b9 this might work
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-28 15:06:05 +01:00
muellerr 2001813199 this should be compatible to no_std
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 15:05:23 +01:00
muellerr ee35d04e7b fix test
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 11:53:39 +01:00
muellerr 0647abc9c6 added new RequestId
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-28 11:29:08 +01:00
muellerr dca573e8a9 use generic request ID type
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 11:05:22 +01:00
muellerr 9f82c57a95 actually need to do something with the IDs
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-27 16:52:14 +01:00
muellerr a7e614dfb3 it's some sort of reply handler
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-27 16:27:36 +01:00
muellerr ff1cac3116 Merge branch 'mode-tree-init' into action-pain
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-27 14:54:18 +01:00
muellerr 656229a542 continue the pain 2024-02-27 14:33:14 +01:00
muellerr a47bec7ffe PUS specific action reply 2024-02-27 13:59:54 +01:00
muellerr 300bc660b1 Merge remote-tracking branch 'origin/main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-26 17:28:55 +01:00
muellerr f5acdaeffc this is just REALLY annoying..
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-26 17:14:02 +01:00
muellerr b706dec643 Merge remote-tracking branch 'origin/main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-26 12:09:16 +01:00
muellerr 07cd370667 cargo fmt
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 17:45:32 +01:00
muellerr fdcf1146ec fix CI
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 14:38:22 +01:00
muellerr 2949280c20 Merge remote-tracking branch 'origin/main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 14:32:06 +01:00
muellerr f088807652 cargo fmt
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-23 13:59:15 +01:00
muellerr 0331b04619 this is okay for now
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-22 17:45:49 +01:00
muellerr f285095488 move test code to dedicated integration test module 2024-02-22 17:37:18 +01:00
muellerr 508561d791 sync channel now works as well 2024-02-22 17:31:10 +01:00
muellerr a354f8a76c Merge branch 'mode-tree-init' of egit.irs.uni-stuttgart.de:rust/sat-rs into mode-tree-init 2024-02-22 17:20:39 +01:00
muellerr e7c0d33ccb that was hard 2024-02-22 17:19:32 +01:00
muellerr 7967b95553 this is not easy 2024-02-22 15:51:51 +01:00
muellerr 69b441cd39 introducing more generics 2024-02-22 15:36:55 +01:00
muellerr a3bae58ef3 Merge branch 'main' into mode-tree-init
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-21 19:17:16 +01:00
muellerr 28523e065f slowly starting to understand this
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-21 19:16:25 +01:00
muellerr 0bd492038d lets just push through with one concrete example
Rust/sat-rs/pipeline/head There was a failure building this commit
and work from there
2024-02-21 17:47:15 +01:00
muellerr bfedd9572e as expected, this is hard
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-21 15:37:08 +01:00