Expand description
§Space Earth DTN (Delay Tolerant Network) Library
This library implements a DTN (Delay Tolerant Network) system for space communications. It provides bundle protocol v7 (BPv7) support, routing algorithms, and various convergence layer adapters (CLAs).
Re-exports§
pub use api::node::DtnNode;
pub use api::BundleStatus;
pub use bpv7::bundle::Bundle;
pub use bpv7::EndpointId;
pub use api::convenience;