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 work on the on-board software of the SOURCE student satellite project.
EIVE satellite project
I worked on the EIVE satellite project and the corresponding EIVE On-Board Software. I wrote large parts of the software which satellite which launched in June 2023 and concluded its mission successfully in 2025.
Flight Software Framework (FSFW) Contributor
I contributed a lot to the FSFW, a
C++ 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.