https://github.com/nasa-ammos/ait-cfs
https://github.com/nasa-ammos/ait-cfs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nasa-ammos/ait-cfs
- Owner: NASA-AMMOS
- License: mit
- Created: 2018-03-29T21:07:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T00:26:55.000Z (over 2 years ago)
- Last Synced: 2025-04-09T01:42:44.058Z (about 1 year ago)
- Language: HTML
- Size: 28.3 KB
- Stars: 5
- Watchers: 9
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AMMOS Instrument Toolkit (AIT) and NASA Core Flight Software (cFS)
## Quickstart
# Install ait.cfs Python package (in developer mode)
$ pip install -e . --process-dependency-links
# Start (and provision, first boot only) the cFS VM
$ vagrant up
# Terminal 1 - Boot cFE
$ vagrant ssh
vagrant@precise32:~$ ./cfe-run.sh
# Terminal 2 - Start cFS Ground System
$ vagrant ssh
vagrant@precise32:~$ cd cFE/tools/cFS-GroundSystem/
vagrant@precise32:~$ python GroundSystem.py
# Terminal 3 - Start AIT GUI
$ ait-gui
You can enable cFS telemetry output via the AIT GUI or command-line,
e.g.:
$ ait-cmd-send CFS_TO_OUTPUT_ENABLE 127.0.0.1
You can also send a cFE a CFS_ES_NO_OP command:
$ ait-cmd-send CFS_ES_NO_OP
# Join the Community
The project's [User and Developer Mailing List](https://groups.google.com/forum/#!forum/ait-dev) is the best way to communicate with the team, ask questions, brainstorm plans for future changes, and help contribute to the project.
This project exists thanks to the dedicated users, contributors, committers, and project management committee members. If you'd like to learn more about how the project is organized and how to become a part of the team please check out the [Project Structure and Governance](https://github.com/NASA-AMMOS/AIT-Core/wiki/Project-Structure-and-Governance) documentation.
# Contributing
For information on how to contribute please see the [AIT Contributing Guide](https://github.com/NASA-AMMOS/AIT-Core/wiki/Contributing)