3642a88ea8
continue unittests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-28 09:53:11 +01:00
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
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
098981686b
add another unittest
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-26 10:56:47 +01:00
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
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
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
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
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
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
fde8ab895c
fix tests
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 17:16:36 +01:00
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
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
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
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
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
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
9903194cfc
continue fixing old code
2024-03-20 10:45:30 +01:00
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
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
8bdc9686fb
made request handler more generic
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-13 16:06:12 +01:00
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
3de5954898
Refactor TMTC distribution modules
Rust/sat-rs/pipeline/head This commit looks good
2024-03-04 16:26:34 +01:00
cb42d84c28
some more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-28 18:03:39 +01:00
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
223b637eb8
use generics for the PUS stack
Rust/sat-rs/pipeline/head This commit looks good
2024-02-26 15:18:15 +01:00
eea9b11b39
refactored verification reporter
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Use generics instead of trait objects where applicable.
2024-02-26 11:41:42 +01:00
a690c7720d
Refactored event manager
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-23 14:19:30 +01:00
ba03150178
Added high-level abstraction for some PUS services
...
Rust/sat-rs/pipeline/pr-main This commit looks good
Introduced high-level abstractions for targetable requests in general.
- PUS Service 3 (HK) abstraction for targetable HK requests
- PUS Service 8 (Action) abstraction for targetable action requests
2024-02-20 14:33:21 +01:00
de4e6183b3
Re-structure sat-rs
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Add new shared subcrate satrs-shared to split off some shared
components not expected to change very often.
- Renmame `satrs-core` to `satrs`. It is expected that sat-rs will remain
the primary crate, so the core information is superfluous, and core also
implies stability, which will not be the case for some time.
2024-02-12 15:51:37 +01:00
c0692a3523
Added static pool spillover feature
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Allows to utilize the full pool even if some subpools are full.
2024-02-12 11:35:10 +01:00
d017b9c179
Refactored pool abstraction
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Redesigned PoolProvider and PoolProviderWithGuards to allow
easer optimizations and increase flexbility
2024-02-10 11:59:26 +01:00
176a9f1612
Improvements for example and documentation
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Added diagrams for sat-rs example for both structure and data flow.
- Added explanations for those diagrams as well.
- Some renaming: Use `Pool` instead of `Store` for pool components.
- General improvements for satrs-book.
2024-02-08 17:42:36 +01:00
0fd70c08c2
Major example update
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Increased example modularization by moving the majority
of app logic inside dedicated modules
- Added a new `dyn_tmtc` feature for the satrs-example which is used
to configure the heap as the backing store for TMTC packages instead
of static stores.
- Added dedicated satrs-example chapter in satrs-book
2024-02-07 18:10:47 +01:00
a891b947c7
Finish PUS service optimizations
...
Rust/sat-rs/pipeline/pr-main This commit looks good
Rust/sat-rs/pipeline/head This commit looks good
- Better naming for pool abstractions
- Added last unittests for PUS helper services
- Introduce new abstraction for PUS schedulers
- `StoreAddr` is now a generic u64
- `spacepackets` points to 0.7.0 release
2024-02-03 13:43:46 +01:00
e2086391bc
Merge remote-tracking branch 'origin/main' into tricky-pus-abstraction-changes
Rust/sat-rs/pipeline/head This commit looks good
2024-01-31 12:09:55 +01:00
0109c6855d
this might do the job
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-01-31 11:40:01 +01:00
7cbe4f1170
some progress
2024-01-31 01:32:03 +01:00
b79b5d2009
done
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-01-30 23:59:29 +01:00
b27842c2bb
all clippy fixes
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-01-30 23:48:46 +01:00
21edd1dcff
Merge branch 'main' into TargetIdWithApid
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-01-30 23:31:49 +01:00
62c9d13cec
this is tricky
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-01-30 09:59:45 +01:00
5f227d1a20
refactored PUS handlers
Rust/sat-rs/pipeline/head This commit looks good
2024-01-30 01:18:48 +01:00
aade7c51f2
Merge remote-tracking branch 'origin/main' into TargetIdWithApid
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-01-29 23:38:32 +01:00
bd6e1637e4
the check finally works again
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-12-13 15:49:26 +01:00
6a300f5b65
Merge branch 'simplify-some-tcp-components' of egit.irs.uni-stuttgart.de:rust/sat-rs into simplify-some-tcp-components
Rust/sat-rs/pipeline/pr-main This commit looks good
Rust/sat-rs/pipeline/head This commit looks good
2023-10-01 14:53:33 +02:00
183aca3219
TCP support working
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-29 14:11:03 +02:00
47b794e12f
smaller modules
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-29 12:38:57 +02:00
8f325138ff
found the bug
Rust/sat-rs/pipeline/head This commit looks good
2023-09-27 00:25:50 +02:00
5a3b9fb46b
why is this so problematic..
2023-09-27 00:21:03 +02:00