Various CCSDS and ECSS packet implementations
Project description
ECSS and CCSDS Spacepackets
This package contains generic implementations for various CCSDS (Consultative Committee for Space Data Systems) and ECSS (European Cooperation for Space Standardization) packet standards.
Currently, this includes the following components:
- Space Packet implementation according to CCSDS Blue Book 133.0-B-2
- PUS Telecommand and PUS Telemetry implementation according to the ECSS-E-ST-70-41C standard.
- CCSDS File Delivery Protcol (CFDP) packet implementations according to CCSDS Blue Book 727.0-B-5.
- Unified Space Data Link Protocol (USLP) frame implementations according to CCSDS Blue Book 732.1-B-2.
It also contains various helper modules
PusVerificator
module to track the verification of sent telecommands- PTC and PFC definitions for ECSS packets
Install
You can install this package from PyPI
Linux:
python3 -m pip install spacepackets
Windows:
py -m pip install spacepackets
Examples
You can find all examples listed here in the example
folder as well.
ECSS PUS Packets
This example shows how to generate PUS packets using the PUS ping telecommand and a PUS ping telemetry reply
CCSDS Space Packet
This example shows how to generate a space packet header:
USLP Frames
This example shows how to generate a simple variable length USLP frame containing a simple space packet
Tests
All tests are provided in the tests
folder and can be run with coverage information
by running
coverage run -m pytest
provided that pytest
and coverage
were installed with
python3 -m pip install coverage pytest
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
Hashes for spacepackets-0.13.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cae95baf326ab63a4dc88c11780810372c621c402f66ff53ef9ce2e6bd594920 |
|
MD5 | 031f0b237c5e92673730cce84de12216 |
|
BLAKE2b-256 | ae61ab6a57275721fbeea351d216ae737e4f769d01d7591c038f4ecdf116db57 |