pip install libzt
python3 example.py server id-path/bob 0123456789abcdef 8080
python3 example.py client id-path/alice 0123456789abcdef ip.ip.ip.ip 8080
- Getting Started: docs.zerotier.com/sockets
- Source src/bindings/python
- Design inspired by: Python Low-level networking interface