Expand description
Network layer protocols including Space Packet and ISL routing.
Re-exports§
pub use crate::datalink::spp;
Modules§
- bridge
- Bidirectional bridge between network and datalink layers. Bidirectional bridge between a network layer and a datalink.
- cfe
- CCSDS core Flight Executive (cFE) command and telemetry headers. CFE-specific packet definitions, views, and builders.
- isl
- Inter-Satellite Link (ISL) addressing, routing, and gossip protocols.
- ptp
- A point-to-point network layer that forwards directly to the datalink.
Traits§
- Network
- A bidirectional network layer that can be split into independent read and write halves.
- Network
Read - Receive direction of the network layer.
- Network
Write - Send direction of the network layer.