|
3f47474393
|
try another trait
|
2023-07-05 09:37:34 +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 |
|
|
5fa9553656
|
this is complex..
|
2023-07-03 01:33:13 +02:00 |
|
|
46c47a3a0f
|
Merge branch 'large-update' of https://egit.irs.uni-stuttgart.de/rust/sat-rs into large-update
|
2023-07-03 00:43:56 +02:00 |
|
|
148fc29b95
|
update syn to v2.0, large update
|
2023-07-03 00:42:20 +02:00 |
|
|
def176bed8
|
large update
|
2023-07-02 20:49:45 +02:00 |
|
|
c3cb871913
|
some clippy fixes for sat-rs example
|
2023-07-02 17:40:16 +02:00 |
|
lkoester
|
b770938965
|
added sequence count to timestamp creation
|
2023-04-26 17:23:56 +02:00 |
|
lkoester
|
5caf31ac17
|
Merge branch 'main' into try_merge
|
2023-03-09 09:09:14 +01:00 |
|
lkoester
|
b0c831d0dc
|
added sequence counter to verification helper, increments after succesful sending, added very basic test (does it even increment?), needs some more tests probably
|
2023-03-09 09:03:14 +01:00 |
|
|
bb5279b277
|
Merge branch 'main' into feature_sender_abstraction_has_id_and_name
|
2023-02-28 18:43:20 +01:00 |
|
|
2f724f8ce3
|
Merge branch 'main' into feature_sender_abstraction_has_id_and_name
|
2023-02-28 18:35:16 +01:00 |
|
|
53003b9c66
|
allow verif failure and completion starting from accepted
- Also add some prototyping code a prep for generic PUS router
|
2023-02-28 14:53:57 +01:00 |
|
|
283fd61f81
|
TM sender abstractions have ID and name now
|
2023-02-28 14:01:40 +01:00 |
|
|
9fdd100f13
|
Merge branch 'main' into feature_change_request_types
|
2023-02-27 21:45:15 +01:00 |
|
|
6072bc7657
|
new generic Mpsc PUS senders
|
2023-02-27 17:00:21 +01:00 |
|
|
1d19f09519
|
reduced features
|
2023-02-27 13:44:24 +01: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 |
|
|
9da051973c
|
typo
|
2023-02-16 00:00:08 +01:00 |
|
|
6ac53f8322
|
better error handling
|
2023-02-15 23:32:19 +01:00 |
|
|
5cc9860a43
|
implemented full mode request handling
|
2023-02-15 22:41:11 +01:00 |
|
|
1ad04e8744
|
add fern logging support
|
2023-02-15 22:30:32 +01:00 |
|
|
3f862b18c7
|
simplified struct further
|
2023-02-15 11:26:19 +01:00 |
|
|
943ae821de
|
add basic mode request handling
|
2023-02-15 11:19:23 +01:00 |
|
|
933f94f687
|
stupid windows
|
2023-02-15 11:05:32 +01:00 |
|
|
802333cf3e
|
started adding mode request handler in PUS handler
|
2023-02-15 02:12:00 +01:00 |
|
|
72e560dd81
|
Merge pull request 'added enum subservice ids for scheduling' (#33) from quickfix into main
Reviewed-on: rust/satrs-launchpad#33
|
2023-02-14 16:32:11 +01:00 |
|
|
655efb73f7
|
cargo fmt + clippy
|
2023-02-14 16:00:59 +01:00 |
|
|
ec46d94dc7
|
cargo fmt and clippy
|
2023-02-14 15:53:14 +01:00 |
|
lkoester
|
e32816fea5
|
added enum subservice ids for scheduling
|
2023-02-14 15:26:02 +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 |
|
|
20327d14c0
|
bump spacepackets again
|
2023-02-04 15:48:41 +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 |
|