Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: vecnathewhisperd0
  • License: apache-2.0
  • Language: C++
  • Default Branch: devel
  • Size: 499 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md

A Flight-Proven, Multi-Platform, Open-Source Flight Software 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.

What does F provide

  • An architecture that decomposes flight software into discrete components with well-defined interfaces
  • A C++ framework that provides core capabilities such as message queues and threads
  • Modeling tools for specifying components and connections and automatically generating code
  • A growing collection of ready-to-use components
  • Testing tools for testing flight software at the unit and integration levels.

Learn more about F' key features here.

System Requirements

  1. Linux, Windows with WSL, or macOS operating system
  2. git
  3. CMake 3.16+. CLI tool must be available on the system path.
  4. Clang or GNU C and C++ compilers (e.g. gcc and g++)
  5. Python 3.8+, virtual environments, and PIP

Getting Started

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.

Getting Help

Discussions

To ask questions, discuss improvements, and ask for help please use the project's GitHub Discussions.

Bug reports

To report bugs and issues, open an issue here.

Community

The F Community GitHub Organization contains third party contributions, more documentation of flight software development, and additional resources.

Resources

Release Notes

The version history and artifacts associated with the project can be found at Releases.

Owner

  • Login: vecnathewhisperd0
  • Kind: user

GitHub Events

Total
  • Create event: 13
Last Year
  • Create event: 13

Dependencies

.github/actions/setup/action.yml actions
.github/workflows/autodocs.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
.github/workflows/build-test-macos.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/build-test-rpi.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • fprime-community/setup-rpi-sysroot main composite
.github/workflows/build-test.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/cmake-test.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
.github/workflows/codeql-jpl-standard.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/codeql-security-scan.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/cppcheck-scan.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • github/codeql-action/upload-sarif v3 composite
.github/workflows/cpplint-scan.yml actions
  • ./.github/actions/setup * composite
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • github/codeql-action/upload-sarif v3 composite
.github/workflows/ext-build-hello-world.yml actions
.github/workflows/ext-build-led-blinker.yml actions
.github/workflows/ext-build-math-comp.yml actions
.github/workflows/ext-raspberry-led-blinker.yml actions
  • ./fprime/.github/actions/setup * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • fprime-community/setup-rpi-sysroot main composite
.github/workflows/fpp-tests.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/markdown-link-check.yml actions
  • actions/checkout v4 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
.github/workflows/pip-check.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/python-format.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/reusable-get-pr-branch.yml actions
.github/workflows/reusable-project-builder.yml actions
  • actions/checkout v4 composite
.github/workflows/spelling.yml actions
  • check-spelling/check-spelling v0.0.22 composite
requirements.txt pypi
  • Brotli ==1.1.0
  • CT3 ==3.3.3.post1
  • Flask ==3.0.3
  • Flask-Compress ==1.15
  • Flask-RESTful ==0.3.10
  • Jinja2 ==3.1.4
  • Markdown ==3.7
  • MarkupSafe ==2.1.5
  • PyYAML ==6.0.2
  • Pygments ==2.18.0
  • Werkzeug ==3.0.4
  • aniso8601 ==9.0.1
  • annotated-types ==0.7.0
  • argcomplete ==3.5.1
  • arrow ==1.3.0
  • binaryornot ==0.4.4
  • blinker ==1.8.2
  • certifi ==2024.8.30
  • chardet ==5.2.0
  • charset-normalizer ==3.4.0
  • click ==8.1.7
  • colorlog ==6.8.2
  • cookiecutter ==2.6.0
  • et-xmlfile ==1.1.0
  • fprime-fpl-convert-xml ==1.0.3
  • fprime-fpl-extract-xml ==1.0.3
  • fprime-fpl-layout ==1.0.3
  • fprime-fpl-write-pic ==1.0.3
  • fprime-fpp-check ==2.2.0
  • fprime-fpp-depend ==2.2.0
  • fprime-fpp-filenames ==2.2.0
  • fprime-fpp-format ==2.2.0
  • fprime-fpp-from-xml ==2.2.0
  • fprime-fpp-locate-defs ==2.2.0
  • fprime-fpp-locate-uses ==2.2.0
  • fprime-fpp-syntax ==2.2.0
  • fprime-fpp-to-cpp ==2.2.0
  • fprime-fpp-to-dict ==2.2.0
  • fprime-fpp-to-json ==2.2.0
  • fprime-fpp-to-xml ==2.2.0
  • fprime-gds ==3.5.0
  • fprime-tools ==3.5.0
  • fprime-visual ==1.0.2
  • gcovr ==8.2
  • idna ==3.10
  • importlib-metadata ==6.7.0
  • iniconfig ==2.0.0
  • itsdangerous ==2.2.0
  • lxml ==5.3.0
  • markdown-it-py ==3.0.0
  • mdurl ==0.1.2
  • openpyxl ==3.1.5
  • packaging ==24.1
  • pexpect ==4.9.0
  • pluggy ==1.5.0
  • ptyprocess ==0.7.0
  • pydantic ==2.9.2
  • pydantic_core ==2.23.4
  • pyserial ==3.5
  • pytest ==8.3.3
  • python-dateutil ==2.9.0.post0
  • python-slugify ==8.0.4
  • pytz ==2024.2
  • pyzmq ==26.2.0
  • requests ==2.32.3
  • rich ==13.9.2
  • six ==1.16.0
  • text-unidecode ==1.3
  • tomli ==2.0.1
  • types-python-dateutil ==2.9.0.20241003
  • typing-extensions ==4.12.2
  • urllib3 ==1.26.20
  • zipp ==3.15.0
  • zstandard ==0.23.0