libzt

Crates.iolibzt
lib.rslibzt
version0.1.2
sourcesrc
created_at2021-05-30 21:47:56.488136
updated_at2021-05-31 18:29:19.306635
descriptionEncrypted P2P SD-WAN library by ZeroTier
homepagehttps://www.zerotier.com
repositoryhttps://github.com/zerotier/libzt
max_upload_size
id403964
size201,896
crates-io (github:zerotier:crates-io)

documentation

https://docs.zerotier.com

README

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

Commit count: 1422

cargo fmt