antenna-client-web 0.1.1

Web-over-WASM platform implementation for the antenna P2P mesh protocol.
Documentation
1
2
3
4
5
6
7
8
mod connection_manager;
mod data_channel;
mod peer_connection;
mod test;

pub use connection_manager::ConnectionManager;
pub use data_channel::DataChannelManager;
pub use peer_connection::PeerConnectionManager;