OSUSat messaging library (Python bindings)
Project description
messaging
Messaging standards and protocols for OSUSat/SCRT
Messaging Spec
- The messaging specification can be found in spec/SPEC.md
- The current revision of the messaging specification implementation is located at spec/messages.yml
Code Generation
- A simple code generation pipeline is found in generator/gen.py
- It outputs C, C++, and Python headers/codecs for messages and encoding/decoding functionality
Project Integration
C/CPP integration
Developing
Development with UNIX/Windows systems
# Generator Development
cd generator
python -m venv .venv/ # create a python virtual environment for package isolation
source .venv/bin/activate # activate the virtual environment you just created
pip install -r requirements.txt # install generator dependencies
# C/CPP Codec Development
mkdir build && cd build
cmake ..
make
Development with NixOS systems
nix-shell # good to go :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file osusat_messaging-1.0.0.tar.gz.
File metadata
- Download URL: osusat_messaging-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fe9f1cd490d8bd388230d394201f6d6db23fcff9e37c7cd3eef85421fde17bf
|
|
| MD5 |
f218ce765b21b655650d3628144b483b
|
|
| BLAKE2b-256 |
5bec78a50a51eb2241e9bda0b17ebbd581e2b1b7b13ca5f0a0579a805026c3b4
|
File details
Details for the file osusat_messaging-1.0.0-py3-none-any.whl.
File metadata
- Download URL: osusat_messaging-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
604ea094417b851239c9bebf8459204e6a7029a61f5c6a6d153f84c48965ad66
|
|
| MD5 |
52e7a1329e3c028808aef44d8a6c57fe
|
|
| BLAKE2b-256 |
641cf3301d59e3231ce40fc95eca0915a88486496ff22288e89659f0f259035b
|