sdtn 0.1.4

SpaceArth DTN - A Rust-based implementation of Delay Tolerant Networking (DTN) for resilient communication
Documentation
1
2
3
4
5
6
7
pub mod bundle;
pub mod endpoint;

pub use endpoint::EndpointId;

#[cfg(test)]
mod tests;