This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/pkg/crate/libzt
2021-05-30 19:51:26 -07:00
..
2021-05-30 19:51:26 -07:00
2021-05-30 19:51:26 -07:00
2021-05-30 19:51:26 -07:00
2021-05-30 19:51:26 -07:00
2021-05-30 19:51:26 -07:00
2021-05-24 21:29:57 -07:00

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:

[dependencies]
libzt = "0.1.0"

Resources