Generic implementations for various CCSDS and ECSS packet standards in Rust
Go to file
2022-08-05 01:01:08 +02:00
automation add automation files 2022-08-05 00:44:41 +02:00
examples Init spacepackets crate 2022-06-18 22:48:51 +02:00
src ready for release 2022-08-05 00:24:29 +02:00
Cargo.toml maybe this fixes CICD 2022-08-05 00:55:38 +02:00
CHANGELOG.md add changelog 2022-06-19 14:37:36 +02:00
LICENSE-APACHE Init spacepackets crate 2022-06-18 22:48:51 +02:00
NOTICE Init spacepackets crate 2022-06-18 22:48:51 +02:00
README.md use links 2022-08-05 01:01:08 +02:00

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:

This package is suitable for no_std environments.

It features optional support for the alloc crate and also offers support for serde. The Space Paccket, PUS TM and TC implementations derive the serde Serialize and Deserialize trait. This allows serializing and deserializing them with an appropriate serde provider like postcard.