sdtn 0.1.3

SpaceArth DTN - A Rust-based implementation of Delay Tolerant Networking (DTN) for resilient communication
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod ble;
pub mod manager;
pub mod tcp;

pub use manager::ClaManager;
pub use manager::ConvergenceLayer;
pub use tcp::{client::TcpClaDialer, server::TcpClaListener};

#[cfg(test)]
mod tests;