Skip to main content

Module network

Module network 

Source
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.
NetworkRead
Receive direction of the network layer.
NetworkWrite
Send direction of the network layer.