libzt - Sockets over ZeroTier

libzt replicates the functionality of std::net but uses ZeroTier as its transport layer.

Securely connect application instances, physical devices, and virtual devices as if everything is on a single LAN. ZeroTier brings your network into user-space. No root, and no host configuration requirements.

Usage

Add the following to your Cargo.toml:

toml [dependencies] libzt = "0.1.0"

Resources