https://github.com/simon-kowerski/spicenet-protocol
A communication protocol design for single-link communications on board cube satellites
https://github.com/simon-kowerski/spicenet-protocol
c ccsds-standards communication-protocol cubesat rutgers-university
Last synced: 9 months ago
JSON representation
A communication protocol design for single-link communications on board cube satellites
- Host: GitHub
- URL: https://github.com/simon-kowerski/spicenet-protocol
- Owner: simon-kowerski
- Created: 2025-06-19T20:49:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T17:40:37.000Z (10 months ago)
- Last Synced: 2025-08-15T00:44:26.910Z (10 months ago)
- Topics: c, ccsds-standards, communication-protocol, cubesat, rutgers-university
- Language: C
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Source code for the SPICEnet protocol. Developed for the Space Technology Association of Rutgers and the New Jersey Space Grant Consortium.
See [include/spicenet](https://github.com/simon-kowerski/SPICEnet-Protocol/tree/main/include/spicenet) for all header files\
See [lib/spicenet](https://github.com/simon-kowerski/SPICEnet-Protocol/tree/main/lib/spicenet) for all source code\
Testing and miscelaneous files can be found in the main directory
see snp.h and snp.c for the code written for application interactions (these files contain the "session layer" SPICEnet API)
Formal documentation to be written after the completion of the Space Grant Program (i need to write a paper about this first...)