Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carletonurocketry/packager
QNX C program for encoding sensor data into radio packets.
https://github.com/carletonurocketry/packager
c cli cli-tool cuinspace encoding packets qnx raspberry-pi raspberry-pi-4 rocketry transmission
Last synced: 2 months ago
JSON representation
QNX C program for encoding sensor data into radio packets.
- Host: GitHub
- URL: https://github.com/carletonurocketry/packager
- Owner: CarletonURocketry
- License: mit
- Created: 2023-10-04T15:53:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T16:45:59.000Z (3 months ago)
- Last Synced: 2024-10-11T02:00:38.695Z (2 months ago)
- Topics: c, cli, cli-tool, cuinspace, encoding, packets, qnx, raspberry-pi, raspberry-pi-4, rocketry, transmission
- Language: C
- Homepage: https://carletonurocketry.github.io/packager/
- Size: 1.07 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# packager
C program for encoding sensor data into CU InSpace radio packet format.
## Usage
`packager` expects input data coming from a message queue called `/fetcher/sensors`. See [fetcher][fetcher] for more
details on the format of these messages.For more information about how to use packager from the command line, type `use ./packager` in your shell.
## Installation
- Requires QNX 7.1
## Notes
This software is distributed under the [GNUGPLv3 license](https://github.com/CarletonURocketry/packager/blob/main/LICENSE),
which requires all source code in this repository to be made publicly available if this software is distributed.
Additionally, this license requires prominent attribution of the original author(s). It's encouraged to read the entire
license for more information.[fetcher]: https://github.com/CarletonURocketry/fetcher