Commit Graph

20 Commits

Author SHA1 Message Date
Robin Müller ae8e39f626
First version of asynchronix based mini simulator
Rust/sat-rs/pipeline/pr-main Build queued... Details
- Basic simulator with 3 devices
- Can be driven via a UDP interface
- Design allows to drive the simulation via different interface in the future
  by using Request/Reply messaging.
2024-03-09 15:11:11 +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 39621cf855
added more tests 2023-09-21 16:34:18 +02:00
Robin Müller 2bdbabf47e
exclude stm32f3 example from workspace 2023-01-26 00:52:24 +01:00
Robin Müller b793e29962
add workspace member 2023-01-25 23:01:24 +01:00
Robin Müller 489686c8ce
trying to internalize mib codegen 2022-11-27 22:13:15 +01:00
Robin Müller b0b41a07dc
new mib crate 2022-11-27 22:05:42 +01:00
Robin Müller c00270aa7a
add macro crate 2022-11-27 15:48:21 +01:00
Robin Müller 2e249ec086
rename subfolders, add more READMEs 2022-11-20 19:04:08 +01:00
Robin Müller e3a1d98741
set up new example repo 2022-08-18 01:32:02 +02:00
Robin Müller 9b8c3b7f86 split up crate and create workspace 2022-06-16 15:45:22 +02:00
Robin Müller 007cf06141
add CRC16 dependency, continued PUS TC impl 2022-06-15 00:58:58 +02:00
Robin Müller 645b265742
added more tests for ccsds sp header impl 2022-06-14 17:26:29 +02:00
Robin Müller 5f100104a2
add zero copy dep 2022-06-14 11:28:50 +02:00
Robin Müller 4708481052
added first sp tests 2022-06-14 01:25:18 +02:00
Robin Müller d1e55cb058
added some deps for serde tests 2022-06-13 23:22:15 +02:00
Robin Müller 7f6a5c8d29
started event abstraction 2022-06-09 16:21:07 +02:00
Robin Müller 40ba758a4e
cancel condition works 2022-05-26 21:10:08 +02:00
Robin Müller 21c53c07ab
eeeh 2022-05-14 21:53:59 +02:00
Robin Müller 4eb103508c
init repo 2022-05-14 20:44:44 +02:00