You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| README.md | 5 years ago | |
| example.py | 5 years ago | |
README.md
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