Skip to main content

Crate cspcl

Crate cspcl 

Source
Expand description

Safe Rust bindings for CSPCL (CubeSat Space Protocol Convergence Layer)

This crate provides high-level safe wrappers around the C CSPCL library, enabling transmission of BP7 bundles over CSP UDP.

Re-exports§

pub use cspcl_sys;

Structs§

Cspcl
Safe wrapper for CSPCL instance
Error
Rust wrapper for CSPCL errors

Functions§

addr_to_endpoint
Convert CSP address to BP endpoint ID
endpoint_to_addr
Convert BP endpoint ID (e.g., “ipn:1.0”) to CSP address

Type Aliases§

Result