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-30 19:51:26 -07:00

21 lines
725 B
Markdown

# libzt - Sockets over ZeroTier
`libzt` replicates the functionality of [std::net](https://doc.rust-lang.org/std/net/index.html) but uses [ZeroTier](https://www.zerotier.com) 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
- Docs: [docs.zerotier.com](https://docs.zerotier.com/sockets/tutorial.html)
- Repo: [github.com/zerotier/libzt](https://github.com/zerotier/libzt)
- Website: [zerotier.com](https://www.zerotier.com/)