netropy 0.2.0

allows minimal network simulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod time;
mod error;
mod link;
mod network;
mod iface;

pub use time::SimTime;
pub use error::SimError;
pub use link::{LinkConfig, Packet};
pub use network::{SimNetBuilder, SimNet, NodeId};
pub use iface::SimInterface;
pub use iface::SimCommand;