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/pypi/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2021-03-05 00:07:54 -08:00
<div align="center">
2021-03-03 23:02:50 -08:00
2021-03-05 00:07:54 -08:00
<img width=120px src=https://github.com/zerotier/ZeroTierOne/raw/master/artwork/ZeroTierIcon512x512.png></img>
2021-03-03 23:02:50 -08:00
2021-03-05 00:07:54 -08:00
<h1>libzt (ZeroTier)</h1>
Peer-to-peer and cross-platform encrypted connections built right into your app or service. No drivers, no root, and no host configuration.
2021-03-03 23:02:50 -08:00
2021-03-05 00:07:54 -08:00
<a href="https://github.com/zerotier/libzt/"><img alt="latest libzt version" src="https://img.shields.io/github/v/tag/zerotier/libzt?label=latest version"/></a>
<a href="https://github.com/zerotier/libzt/commits/master"><img alt="Last Commit" src="https://img.shields.io/github/last-commit/zerotier/libzt"/></a>
<a href="https://github.com/zerotier/libzt/actions"><img alt="Build Status (master branch)" src="https://img.shields.io/github/workflow/status/zerotier/libzt/CMake/master"/></a>
</div>
2021-03-03 23:02:50 -08:00
2021-03-05 00:07:54 -08:00
<div align="center">
2021-03-03 23:02:50 -08:00
2021-03-05 00:07:54 -08:00
Examples, tutorials and API docs for Python and other languages: [github.com/zerotier/libzt](https://www.github.com/zerotier/libzt)
*NOTE: The implementation of this language binding attempts to be as Pythonic as possible. If something is not as it should be, please make a pull request or issue. Thanks.*