This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-libzt
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-libzt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
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
ef352cc8f35117f8334b8b980dd5cfdc10dc732b
zhangyang-libzt
/
src
/
bindings
/
python
History
Joseph Henry
ef352cc8f3
Build fix for Python wrapper
2021-05-30 21:13:52 -07:00
..
libzt.py
Make socket exceptions more specific to match Python semantics
2021-05-19 22:14:15 -07:00
node.py
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
PythonSockets.cxx
Build fix for Python wrapper
2021-05-30 21:13:52 -07:00
PythonSockets.h
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
README.md
Add working Python wrapper and examples (WIP)
2021-03-01 21:10:39 -08:00
select.py
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
sockets.py
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
2021-05-28 16:15:38 -07:00
zt_wrap.cxx
Add address getter method to Python wrapper
2021-05-19 21:33:08 -07:00
zt_wrap.h
Add address getter method to Python wrapper
2021-05-19 21:33:08 -07:00
zt.i
Add address getter method to Python wrapper
2021-05-19 21:33:08 -07:00
README.md
Python Language Bindings
Install (via
PyPI package
):
pip install libzt
Example usage:
examples/python