rns-tun-rs ========== Overview -------- A TUN adapter that allows standard IP traffic to be carried over the Reticulum mesh. Key features ~~~~~~~~~~~~ - Provides a TUN interface for encapsulating IP traffic - Bridges Reticulum mesh with IP applications and services - Supports TCP/UDP routing - Written in Rust - Enables VoIP, SSH, VPN over Kaonic meshes Build and run ~~~~~~~~~~~~~ .. code-block:: bash cargo build sudo ./target/debug/server -p 4242 sudo ./target/debug/client -s 192.168.0.99:4242 Links ~~~~~ GitHub: https://github.com/BeechatNetworkSystemsLtd/rns-tun-rs