mirror of
https://github.com/zerotier/libzt.git
synced 2026-05-22 16:21:06 -07:00
Python example
Install
pip install libzt
Run
python3 example.py server id-path/bob 0123456789abcdef 8080
python3 example.py client id-path/alice 0123456789abcdef ip.ip.ip.ip 8080
Links
- Getting Started: docs.zerotier.com/sockets
- Source src/bindings/python
- Design inspired by: Python Low-level networking interface