Commit Graph

208 Commits

Author SHA1 Message Date
Robin Müller 408803fe86
small robustness fix
Rust/sat-rs/pipeline/head Build queued... Details
2024-05-02 13:41:27 +02:00
Robin Müller e37061dcf0
smaller improvements 2024-05-02 12:28:09 +02:00
Robin Müller 23327a7786
bounded the PUS stack hot loop
Rust/sat-rs/pipeline/head Build queued... Details
2024-05-02 12:01:24 +02:00
Robin Müller a00c843698
optimize PUS stack code
Rust/sat-rs/pipeline/head Build started... Details
2024-05-02 11:58:46 +02:00
Robin Müller 7e78e70a17
try unifying some direct PUS handler code
Rust/sat-rs/pipeline/head This commit looks good Details
2024-05-02 11:14:05 +02:00
Robin Müller 736eb74e66
simplified PUS stack
Rust/sat-rs/pipeline/head Build started... Details
2024-05-01 21:13:08 +02:00
Robin Müller f0d08b65a4 Merge branch 'main' into rework-generic-params-for-pus
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-04-30 13:35:08 +02:00
Robin Müller 9c60427f89 Reworked generic parameter handling for PUS service 1 and 5
Rust/sat-rs/pipeline/head Build queued... Details
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-04-30 13:29:55 +02:00
Robin Müller 958ab9bab6
renamed thread name
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-25 11:11:31 +02:00
Robin Müller c477739f6d
more improvements for API, tests for example event module
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-24 18:50:08 +02:00
Robin Müller b7ce039406
add optional defmt support for events
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-24 18:36:00 +02:00
Robin Müller 5ec5124ea3
Updated events modules and docs
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-04-24 14:30:45 +02:00
Robin Müller acd2260dfd update Python client for example
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-23 14:22:50 +02:00
Robin Müller 536051e05b improvements and fixes
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-22 20:29:14 +02:00
Robin Müller 63f37f0917 Re-worked TMTC modules
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-04-16 11:04:22 +02:00
Robin Müller de50bec562
bugfix for targeted services
Rust/sat-rs/pipeline/head This commit looks good Details
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-04-10 17:18:53 +02:00
Robin Müller 1dbc81a8f5
closure param name tweak
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-10 15:51:08 +02:00
Robin Müller f96fe6bdc0
this makes a bit more sense
Rust/sat-rs/pipeline/head This commit looks good Details
2024-04-10 15:19:08 +02:00
Robin Müller 0bbada90ef improve example structure
Rust/sat-rs/pipeline/head Build started... Details
2024-04-10 12:58:51 +02:00
Robin Müller de028ed827
bugfix in example
Rust/sat-rs/pipeline/pr-main Build started... Details
2024-04-10 11:54:05 +02:00
Robin Müller d27ac5dfc9
refactored TCP server
Rust/sat-rs/pipeline/head Build queued... Details
2024-04-10 11:28:16 +02:00
Robin Müller 3cc9dd3c48 introduce stop signal handling
Rust/sat-rs/pipeline/head Build started... Details
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-04-09 17:21:43 +02:00
Robin Müller df2733a176
Major refactoring and update of PUS module 2024-04-04 15:18:53 +02:00
Robin Müller a5941751d7
Simplify low-level PUS API for verification and events
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-03-29 16:22:40 +01:00
Robin Müller 3de5954898
Refactor TMTC distribution modules
Rust/sat-rs/pipeline/head This commit looks good Details
2024-03-04 16:26:34 +01:00
Robin Müller 223b637eb8
use generics for the PUS stack
Rust/sat-rs/pipeline/head This commit looks good Details
2024-02-26 15:18:15 +01:00
Robin Müller eea9b11b39
refactored verification reporter
Rust/sat-rs/pipeline/pr-main This commit looks good Details
- Use generics instead of trait objects where applicable.
2024-02-26 11:41:42 +01:00
Robin Müller a690c7720d Refactored event manager
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-02-23 14:19:30 +01:00
Robin Müller 238c3a8d43 bump example patch version
Rust/sat-rs/pipeline/head This commit looks good Details
2024-02-21 11:34:35 +01:00
Robin Müller 012eb82f42
bump example
Rust/sat-rs/pipeline/head This commit looks good Details
2024-02-21 11:22:16 +01:00
Robin Müller ba03150178 Added high-level abstraction for some PUS services
Rust/sat-rs/pipeline/pr-main This commit looks good Details
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
Robin Müller 01d9a85976 rename Python client
Rust/sat-rs/pipeline/head Build started... Details
2024-02-16 13:24:16 +01:00
Robin Müller 18cec8bcf0 prepare example release v0.1.0
Rust/sat-rs/pipeline/head This commit looks good Details
2024-02-13 11:07:27 +01:00
Robin Müller de4e6183b3 Re-structure sat-rs
Rust/sat-rs/pipeline/pr-main This commit looks good Details
- 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
Robin Müller 544488eaa3 released version
Rust/sat-rs/pipeline/head This commit looks good Details
2024-02-12 13:25:07 +01:00
Robin Müller c0692a3523 Added static pool spillover feature
Rust/sat-rs/pipeline/pr-main This commit looks good Details
- Allows to utilize the full pool even if some subpools are full.
2024-02-12 11:35:10 +01:00
Robin Müller d017b9c179
Refactored pool abstraction
Rust/sat-rs/pipeline/pr-main This commit looks good Details
- Redesigned PoolProvider and PoolProviderWithGuards to allow
  easer optimizations and increase flexbility
2024-02-10 11:59:26 +01:00
Robin Müller 176a9f1612
Improvements for example and documentation
Rust/sat-rs/pipeline/pr-main This commit looks good Details
- 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
Robin Müller 0fd70c08c2
Major example update
Rust/sat-rs/pipeline/pr-main This commit looks good Details
- 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
Robin Müller a891b947c7 Finish PUS service optimizations
Rust/sat-rs/pipeline/pr-main This commit looks good Details
Rust/sat-rs/pipeline/head This commit looks good Details
- 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
Robin Müller 4ace46e141
small bugfix for python tester
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-01-31 12:31:09 +01:00
Robin Müller 134feeb1b4
bump tmtccmd
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-01-31 12:28:45 +01:00
Robin Müller e2086391bc
Merge remote-tracking branch 'origin/main' into tricky-pus-abstraction-changes
Rust/sat-rs/pipeline/head This commit looks good Details
2024-01-31 12:09:55 +01:00
Robin Müller 0109c6855d
this might do the job
Rust/sat-rs/pipeline/head There was a failure building this commit Details
2024-01-31 11:40:01 +01:00
Robin Müller 7cbe4f1170
some progress 2024-01-31 01:32:03 +01:00
Robin Müller 93fb38a9b7
ignore log file
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-01-31 00:02:27 +01:00
Robin Müller 21961daba4
these 2 deps are not required
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-01-31 00:00:56 +01:00
Robin Müller b79b5d2009
done
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-01-30 23:59:29 +01:00
Robin Müller b27842c2bb
all clippy fixes
Rust/sat-rs/pipeline/pr-main This commit looks good Details
2024-01-30 23:48:46 +01:00
Robin Müller 21edd1dcff Merge branch 'main' into TargetIdWithApid
Rust/sat-rs/pipeline/pr-main There was a failure building this commit Details
2024-01-30 23:31:49 +01:00