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/packages/pypi/test.py

10 lines
229 B
Python
Raw Normal View History

import libzt
import time
print('joining virtual network...')
libzt.zts_startjoin('whatev_config', 0x1234567890ABCDEF)
print('fd = ' + str(libzt.zts_socket(1,2,3)))
print('looping forever, ping me')
while True:
time.sleep(1)