Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carletonurocketry/hybrid-comm-format
This repository contains the specification for the communication encoding for the hybrid ground control systems.
https://github.com/carletonurocketry/hybrid-comm-format
Last synced: about 1 month ago
JSON representation
This repository contains the specification for the communication encoding for the hybrid ground control systems.
- Host: GitHub
- URL: https://github.com/carletonurocketry/hybrid-comm-format
- Owner: CarletonURocketry
- License: mit
- Created: 2024-09-10T01:36:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T04:20:34.000Z (about 2 months ago)
- Last Synced: 2024-11-05T05:20:50.591Z (about 2 months ago)
- Language: TeX
- Homepage: https://github.com/CarletonURocketry/hybrid-comm-format/blob/gh-pages/spec.pdf
- Size: 298 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hybrid Control System Packet Format
This repository contains the official specification for the hybrid ground control systems communication format.
## Viewing
To view the latest version of the specification in PDF format within your browser, go [here][spec-pdf].
## Downloading
If you'd like to download the pre-compiled PDF for the packet specification, you can download it from the actions
artifacts.1. Go to the "Actions" tab on the GitHub repository.
2. Select the last successful (green) workflow named "Build LaTeX document".
3. Look for a file called "Hybrid Control System Packet Format" under the "Artifacts" header.
4. Download and unzip.## Building
To generate the specification PDF, run `make all` within the project directory. You must have LaTeX tooling installed
(specifically `latexmk`).[spec-pdf]: https://github.com/CarletonURocketry/hybrid-comm-format/blob/gh-pages/spec.pdf