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
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
7cbe4f1170
some progress
2024-01-31 01:32:03 +01: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
5a3b9fb46b
why is this so problematic..
2023-09-27 00:21:03 +02:00
7536e107da
clippy fix
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-18 15:01:40 +02:00
e9681b9dbb
move APID to lib
2023-07-11 00:45:59 +02:00
300ea91c6b
updated example as well
2023-07-11 00:44:48 +02:00
04516cf414
updated spacepackets successfully
2023-07-11 00:28:28 +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
180e770392
moved a trait
2023-07-09 18:38:09 +02:00
ea6971d9b3
improve error enum
2023-07-08 13:37:27 +02:00
0b63fa6a23
replace some more expects
2023-07-08 13:28:53 +02:00
c485fbd21d
get rid of some more panics
2023-07-08 13:26:49 +02:00
4613aaaf2c
use logger
2023-07-08 13:24:43 +02:00
c9989bf7aa
improve error handling
2023-07-08 13:20:08 +02:00
f7bf4a4d7b
done
2023-07-06 00:49:18 +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
43408f3a9b
only actions and modes remaining
2023-07-05 15:12:03 +02:00
52a7682a55
continue
2023-07-05 14:25:51 +02:00
d2e896fc92
more cleaning and restructuring
2023-07-05 11:25:23 +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
148fc29b95
update syn to v2.0, large update
2023-07-03 00:42:20 +02:00
lkoester
b770938965
added sequence count to timestamp creation
2023-04-26 17:23:56 +02:00
58544fac7a
Various fixes and updates
...
- Make test event work
- Improved pyclient capabilities and split it up a bit
2023-02-16 01:02:14 +01:00
lkoester
707baa8585
Merge branch 'request_id_support_sched' into power_abstractions
2023-02-13 09:23:01 +01:00
lkoester
9a7f3962cf
modified power abstractions
2023-02-13 09:20:00 +01:00
bd016130b8
add initial support for request ID in scheduler
2023-02-11 14:03:30 +01:00
5c968cf39a
everything still works
2023-02-04 15:37:35 +01:00
7dbbd18be4
bump spacepackets, clippy fixes
2023-02-04 15:35:18 +01:00
4ffac74ca3
update satrs-example
...
- Bump pyclient tmtccmd dependency
- Small tweaks for example
2023-02-04 13:52:39 +01:00
lkoester
c2768a2735
added requested changes and used clippy to clean up code
2023-02-01 10:27:12 +01:00
lkoester
7569244a90
fixed scheduler logic in tmtc loop and pus handler, fixed pyclient implementation of service 11
2023-01-30 13:49:37 +01:00
lkoester
3fb028a239
small changes to scheduler and main
2023-01-30 09:52:11 +01:00
lkoester
d25f4aad87
trying to fix tmtc function
2023-01-27 15:37:28 +01:00
lkoester
a7aad003ab
scheduler implemented in tmtc task
2023-01-27 14:02:46 +01:00
lkoester
ebc2330747
Merge branch 'main' into pus_schedule_implementation
2023-01-27 09:53:02 +01:00
4f7a0785f1
add Error impls for tmtc Error enums
2023-01-27 00:25:51 +01:00
4e361e4421
all clippy 1.67 fixes
2023-01-26 23:31:09 +01:00
lkoester
806ef66eac
quick change to tmtc
2023-01-26 15:19:53 +01:00
lkoester
8734fa0499
issues with testing wrapped/unwrapped tc
2023-01-26 14:52:51 +01:00
lkoester
8df56ca63a
merged main
2023-01-26 10:58:44 +01:00