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

20 lines
485 B
Markdown
Raw Normal View History

# Python example
### Install
```
pip install libzt
```
### Run
```
2021-05-25 15:24:28 -07:00
python3 example.py server id-path/bob 0123456789abcdef 8080
python3 example.py client id-path/alice 0123456789abcdef ip.ip.ip.ip 8080
```
2021-05-25 15:24:28 -07:00
## Links
2021-05-25 15:24:28 -07:00
- Getting Started: [docs.zerotier.com/sockets](https://docs.zerotier.com/sockets/tutorial.html)
- Source [src/bindings/python](../../src/bindings/python)
- Design inspired by: [Python Low-level networking interface](https://docs.python.org/3/library/socket.html)