Commit Graph

149 Commits

Author SHA1 Message Date
muellerr 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
muellerr 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
muellerr 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
muellerr 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
muellerr 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
muellerr 7cbe4f1170 some progress 2024-01-31 01:32:03 +01:00
muellerr b79b5d2009 done
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-01-30 23:59:29 +01:00
muellerr b27842c2bb all clippy fixes
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-01-30 23:48:46 +01:00
muellerr 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
muellerr 62c9d13cec this is tricky
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-01-30 09:59:45 +01:00
muellerr 5f227d1a20 refactored PUS handlers
Rust/sat-rs/pipeline/head This commit looks good
2024-01-30 01:18:48 +01:00
muellerr 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
muellerr 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
muellerr 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
muellerr 183aca3219 TCP support working
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-29 14:11:03 +02:00
muellerr 47b794e12f smaller modules
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-29 12:38:57 +02:00
muellerr 8f325138ff found the bug
Rust/sat-rs/pipeline/head This commit looks good
2023-09-27 00:25:50 +02:00
muellerr 5a3b9fb46b why is this so problematic.. 2023-09-27 00:21:03 +02:00
muellerr 92ac91e194 Merge branch 'main' into TargetIdWithApid
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-26 16:00:16 +02:00
muellerr 7536e107da clippy fix
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-18 15:01:40 +02:00
muellerr f8df716865 Merge remote-tracking branch 'origin/main' into TargetIdWithApid
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-08-29 10:22:23 +02:00
lkoester a3311f102e added HkUniqueId
Rust/sat-rs/pipeline/head There was a failure building this commit
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-15 21:07:15 +02:00
lkoester 5aa2ec74ba still broken
Rust/sat-rs/pipeline/head There was a failure building this commit
2023-08-15 08:50:08 +02:00
lkoester 075dc38434 first implementation of apid with target id, currently main broken 2023-08-15 08:49:54 +02:00
muellerr a11efc9a96 verif reporter API non-mut now
Rust/sat-rs/pipeline/head Build started...
2023-07-19 11:27:35 +02:00
muellerr 13b7c50e74 added TODO 2023-07-11 00:46:22 +02:00
muellerr e9681b9dbb move APID to lib 2023-07-11 00:45:59 +02:00
muellerr 300ea91c6b updated example as well 2023-07-11 00:44:48 +02:00
muellerr 04516cf414 updated spacepackets successfully 2023-07-11 00:28:28 +02:00
muellerr dbcb1fb350 issue for another day.. 2023-07-10 01:27:37 +02:00
muellerr fffd1af81f that was insane 2023-07-10 00:29:31 +02:00
muellerr e46b88384f getting there.. 2023-07-09 20:05:45 +02:00
muellerr 180e770392 moved a trait 2023-07-09 18:38:09 +02:00
muellerr 2783442f91 use new sender abstraction 2023-07-09 17:04:18 +02:00
muellerr 1f2bd0fd54 improved and unified TM sending API 2023-07-08 14:57:11 +02:00
muellerr ea6971d9b3 improve error enum 2023-07-08 13:37:27 +02:00
muellerr 0b63fa6a23 replace some more expects 2023-07-08 13:28:53 +02:00
muellerr c485fbd21d get rid of some more panics 2023-07-08 13:26:49 +02:00
muellerr 4613aaaf2c use logger 2023-07-08 13:24:43 +02:00
muellerr c9989bf7aa improve error handling 2023-07-08 13:20:08 +02:00
muellerr 42775c0bb7 improve and fix sequence counters 2023-07-07 01:25:23 +02:00
muellerr f7bf4a4d7b done 2023-07-06 00:49:18 +02:00
muellerr 90493a6dcb add HK module 2023-07-05 21:10:45 +02:00
muellerr b11af185f9 some missing stuff 2023-07-05 21:09:28 +02:00
muellerr 5f5b77b721 almost finished completely 2023-07-05 21:08:04 +02:00
muellerr 8210e01615 zero copy TM funnel 2023-07-05 19:31:48 +02:00
muellerr da7f929ec0 continue 2023-07-05 19:11:09 +02:00
muellerr 5895c3d357 something broke.. 2023-07-05 17:32:00 +02:00
muellerr bc65cae3ec simplifications for verification reporter 2023-07-05 17:24:53 +02:00
muellerr 831cb46059 fix to avoid burning through CPU time 2023-07-05 15:15:19 +02:00