Skip to content

A lightweight, async, multi-threaded framework loosely mirroring NASA's flight software framework, f-prime (https://github.com/nasa/fprime)

License

Notifications You must be signed in to change notification settings

BEARUBC/r-prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r-prime - A lightweight, async, multi-threaded framework loosely mirroring NASA's flight software framework, f-prime

MIT licensed

r-prime is developed and maintained by UBC Bionics, Ltd., a design team based in the University of British Columbia, Vancouver, Canada.

Table of Contents

Prelude

This framework is still in development. A version has not been released yet. Therefore, there is no corresponding crate on crates.io nor any corresponding page for documentation. As this framework matures, versions will be released to crates.io, along with documentation.

Usage

Add the following to your Cargo.toml file:

[dependencies]
r-prime = { path = "relative/path/to/r-prime" }

Once again, since this framework has not been published yet, a local copy will need to be manually installed and linked. All examples of usage are provided in the examples folder.

About

A lightweight, async, multi-threaded framework loosely mirroring NASA's flight software framework, f-prime (https://github.com/nasa/fprime)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages