//! An implementation of the gateway network.
//!//! The gateway network consists of three layers, implemented in their own modules:
//!//! * [`physical`]
//! * [`link`]
//! * [`network`]
//! * [`application`]
pubmodapplication;pubmodlink;pubmodnetwork;pubmodphysical;pubuseapplication::PacketType;pubuselink::{LongAddress, ShortAddress, SlotCounter};pubusenetwork::NodeID;