Generic implementations for various CCSDS and ECSS packet standards in Rust
Go to file
Robin Mueller 15b32c9444
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
add github workflow
2022-08-16 01:26:39 +02:00
.github/workflows add github workflow 2022-08-16 01:26:39 +02:00
automation add automation files 2022-08-05 00:44:41 +02:00
src small bugfix 2022-08-08 11:16:55 +02:00
Cargo.toml bump postcard deps 2022-08-14 18:12:52 +02:00
CHANGELOG.md update changelog 2022-08-16 01:17:10 +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.