Skip to main content

CCSDS Space Packet Protocol

Project description

Python Space Packet

The CCSDS Space Packet Protocol (SPP) was developed by the Consultative Committee for Space Data Systems (CCSDS):

The Space Packet Protocol is designed to meet the requirements of space missions to efficiently transfer space application data of various types and characteristics over a network that involves a ground-to-space or space-to-space communications link (also called space link).

The figure below illustrates where the Space Packet Protocol is located in the protocol stack. The Space Packet Protocol provides a unidirectional data transfer service from a single source user application to one or more destination user applications through one or more subnetworks. The path from the source user application to the destination user application(s) through the subnetwork(s) is called a Logical Data Path (LDP).

This Python module is an implementation of the CCSDS Space Packet Protocol. It follows the recommendations given by the latest version of the CCSDS Blue Book.

Installation

Clone the repository and then install via pip:

$ git clone https://gitlab.com/librecube/lib/python-spp
$ cd python-spp
$ virtualenv venv
$ . venv/bin/activate
$ pip install -e .

Example

See the examples for how to make use of this module.

Contribute

To learn more on how to successfully contribute please read the contributing information in the LibreCube guidelines.

Support

If you are having issues, please let us know. Reach us at Matrix or via Email.

License

The project is licensed under the MIT license. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccsds-spp-1.0.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

ccsds_spp-1.0.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page