F' - A flight software and embedded systems framework
F´ (F Prime) is a component-driven framework that enables rapid development and deployment of spaceflight and other embedded software applications. Originally developed at the Jet Propulsion Laboratory, F´ has been successfully deployed on several space applications. It is tailored but not limited to small-scale spaceflight systems such as CubeSats, SmallSats, and instruments.
Please Visit the F´ Website: https://nasa.github.io/fprime for more information.
Learn more about F’ key features here.
To get started with F´, install the F´ bootstrapping tool with:
pip install fprime-bootstrap
Then, create a new project with:
fprime-bootstrap project
See the HelloWorld Tutorial to guide you through all the steps of developing an F´ project.
New users are encouraged to read through the User Guide and explore the other tutorials.
To ask questions, discuss improvements, and ask for help please use the project’s GitHub Discussions.
To report bugs and issues, open an issue here.
The F´ Community GitHub Organization contains third party contributions, more documentation of flight software development, and additional resources.
The version history and artifacts associated with the project can be found at Releases.