The WebRTC-based network protocol used in newer versions of Minecraft. It provides LAN discovery and secure peer-to-peer (P2P) connectivity.
- Features:
- Secure communication over WebRTC (DTLS/SRTP)
- LAN server discovery
- Signaling management
- Easy-to-use
NethernetListenerandNethernetStream
To build the project:
cargo build --releaseTo run the examples:
# NetherNet Server
cargo run --example server -p nethernet
# NetherNet Client
cargo run --example client -p nethernet- Rust 1.85 or higher
This project is licensed under the MIT License. See the LICENSE file for details.