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
a4d2a83e7ee7d8a4596b27e389f537ec215bc519
zhangyang-libzt
/
src
History
Boston Walker
a4d2a83e7e
Revert "
#150
- Clean up socket error handling"
...
This reverts commit
c84b3f2376
.
2021-12-29 16:19:54 -05:00
..
bindings
Revert "
#150
- Clean up socket error handling"
2021-12-29 16:19:54 -05:00
Central.cpp
Update Python bindings to 1.4.0 API (WIP)
2021-05-02 21:30:21 -07:00
Controls.cpp
Fix MAC address getter convenience function in C API
2021-05-18 12:38:24 -07:00
Debug.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Events.cpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Events.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
lwipopts.h
Expose lwIP's DNS API in zts_* API. Fix preprocessor build bug
2021-03-16 00:31:45 -07:00
NodeService.cpp
Randomize ports if node goes offline
2021-12-07 11:46:07 -08:00
NodeService.hpp
Randomize ports if node goes offline
2021-12-07 11:46:07 -08:00
README.md
Restructure packaging directories. Move C# bindings, minor compilation fix.
2021-02-01 17:59:21 -08:00
Signals.cpp
Remove unnecessary include to
fix
#115
2021-05-06 00:56:44 -07:00
Signals.hpp
Update Python bindings to 1.4.0 API (WIP)
2021-05-02 21:30:21 -07:00
Sockets.cpp
Code style enforcement
2021-05-19 07:55:07 +00:00
Utilities.cpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Utilities.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
VirtualTap.cpp
Code style fixes
2021-05-06 07:38:48 +00:00
VirtualTap.hpp
Reduce number of compile-time warnings
2021-04-30 15:36:46 -07:00
README.md
C++ Source
C API is exposed via
include/ZeroTierSockets.h
bindings/
Contains the source for wrappers in various languages. See
examples/
for their usage.