Steady-rs is a rust library for interfacing with the Silicdyne Fluctus flight computer via the Steady ground station.
Provides functions for:
- Sending commands to the Steady ground station
- Receiving packets from the Fluctus via the Steady ground station over a serial connection.
This aims to fully implement the interface as specified in the inital documentation provided.
Shoutout to Ulysse from Silicdyne, who created documentation specifically for this very specific usecase we had.
We are using this to feed live flight data into our custom unified ground station solution.
There is relevant example code in emulated-test/src/main.rs.
Steady-rs uses an MIT licence which broadly allows for any use. We do however ask that if you find steady-rs interesting or useful that you star the repository and send an email to launch@leedsrocketry.co.uk to let us know! This helps us secure future funding.