Skip to content

BlackCAT-CubeSat/n2o4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79c587a · Dec 13, 2024
May 25, 2023
Nov 14, 2023
Aug 22, 2023
Nov 14, 2023
Dec 12, 2024
Jan 18, 2022
Dec 11, 2024
Aug 16, 2022
Nov 14, 2023
Nov 14, 2023
Dec 11, 2024
Feb 3, 2022

Repository files navigation

n2o4

The n2o4 crate provides safe, idiomatic Rust bindings to the APIs of cFE and OSAL, the libraries of the Core Flight System (cFS).

IMPORTANT NOTE

This is a work in progress. While enough has been written to allow some classes of cFS application to be written, bindings for many parts of the API don't currently exist.

If you need or want to use some part of the API for which a binding doesn't exist yet, consider helping to flesh out the crate!

Limitations

Currently, n2o4 only supports the following:

  • cFE tag v7.0.0-rc4
  • OSAL tag v6.0.0-rc4

Extending support to other versions is an open issue (#1).

Minimum Rust version

n2o4 requires Rust 1.64.0 or newer.

Using this crate in your cFS app

See USING.md for how to set everything up to use n2o4 (and Rust in general) in your cFS application.

Also, take a look at a sample app demonstrating the use of n2o4.

Contributing

License

This crate is licensed under the Apache License version 2.0. This is the same license cFE and OSAL are released under.

About the name

N2O4 is the chemical formula for dinitrogen tetroxide (aka nitrogen tetroxide). As cFS is intended for spacecraft flight software, and the Rust community has a long history of oxidation-related names, it seems appropriate to give this crate the name of a rocket propellant—one that's an oxidizer.

Launch of the Gemini 3 spacecraft on a Titan II rocket, powered in part by N2O4 (the chemical, not the Rust crate)