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/README.md
2021-05-31 13:51:31 -07:00

840 B

libzt - Sockets over ZeroTier

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

Securely connect application instances, physical devices, and virtual devices as if everything is on a single LAN.

Dependencies

The libzt crate is a binding around a C/C++ native library. You must have this library installed on your system in order for this crate to work. Currently the best way to do this is to install from our Homebrew tap:

brew install zerotier/tap/libzt

Note: Windows is untested but support is planned.

Usage

Add the following to your Cargo.toml:

[dependencies]
libzt = "0.1.2"

Docs