sat-rs
I am currently working on the sat-rs library as part of my PhD thesis.
In large parts, this will be a Rust port of the FSFW, but the goal will also be to leverage the incredible language features and the ecosystem of Rust to alleviate the weak spots of the FSFW.
SOURCE satellite project
I worked on the on-board software of the SOURCE student satellite project for a few years and still regularly contribute to the project.
EIVE satellite project
I worked and I am still working on the EIVE satellite project and the corresponding EIVE On-Board Software. I wrote large parts of the software which are now running on the EIVE satellite launched in June 2023.
Flight Software Framework (FSFW) Contributor
I contributed a lot to the FSFW, a
framework which is used for both the SOURCE
and EIVE project.
A lot of the architecture and design of the FSFW will also be transferred to the sat-rs
Rust
framework which is part of my PhD thesis.
Spacepackets and tmtccmd libraries
I wrote the Python spacepackets and the Rust spacepackets library, which offer a convenient API for various CCSDS and ECSS packet standards.
I have also written a Python program which allows satellite software developers to quickly test TMTC handling in their software. The program was refactored into a format which makes it easier to adapt it to other missions.