Commit Graph

27 Commits

Author SHA1 Message Date
63f37f0917 Re-worked TMTC modules
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-16 11:04:22 +02:00
de028ed827
bugfix in example
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build started...
2024-04-10 11:54:05 +02:00
df2733a176
Major refactoring and update of PUS module 2024-04-04 15:18:53 +02:00
a5941751d7
Simplify low-level PUS API for verification and events
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-29 16:22:40 +01:00
eea9b11b39
refactored verification reporter
All checks were successful
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
ba03150178 Added high-level abstraction for some PUS services
All checks were successful
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
All checks were successful
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
0fd70c08c2
Major example update
All checks were successful
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
7cbe4f1170
some progress 2024-01-31 01:32:03 +01:00
13b7c50e74
added TODO 2023-07-11 00:46:22 +02:00
300ea91c6b
updated example as well 2023-07-11 00:44:48 +02:00
dbcb1fb350
issue for another day.. 2023-07-10 01:27:37 +02:00
fffd1af81f
that was insane 2023-07-10 00:29:31 +02:00
c9989bf7aa
improve error handling 2023-07-08 13:20:08 +02:00
f7bf4a4d7b
done 2023-07-06 00:49:18 +02:00
90493a6dcb
add HK module 2023-07-05 21:10:45 +02:00
5f5b77b721
almost finished completely 2023-07-05 21:08:04 +02:00
bc65cae3ec
simplifications for verification reporter 2023-07-05 17:24:53 +02:00
52a7682a55
continue 2023-07-05 14:25:51 +02:00
363770066d
start adding event service 2023-07-05 11:58:43 +02:00
d2e896fc92
more cleaning and restructuring 2023-07-05 11:25:23 +02:00
2ba93b9942
some things in rust are really hard 2023-07-04 22:26:41 +02:00
17c5b3d93e
continue 2023-07-04 21:13:26 +02:00
6723fd9e5c
compleex 2023-07-04 20:01:06 +02:00
82b7717b49
next helper class 2023-07-04 18:51:54 +02:00
3a1c5832a9
continue 2023-07-04 15:17:43 +02:00
e786773a65
at least it compiles again 2023-07-03 18:22:08 +02:00