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
64fe1d015df23a0ebfe2cb9a9051a6db1377cbb2
zhangyang-libzt
/
src
History
Joseph Henry
64fe1d015d
Fix compile-time errors for C# binding on Windows
2021-05-11 14:34:22 -07:00
..
bindings
Fix compile-time errors for C# binding on Windows
2021-05-11 14:34:22 -07:00
Central.cpp
Update Python bindings to 1.4.0 API (WIP)
2021-05-02 21:30:21 -07:00
Controls.cpp
Code style fixes
2021-05-06 07:38:48 +00: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
Slight re-org of event system and fix bug in zts_util_ipstr_to_saddr
2021-05-11 14:31:01 -07:00
NodeService.hpp
Slight re-org of event system and fix bug in zts_util_ipstr_to_saddr
2021-05-11 14:31:01 -07: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
Slight re-org of event system and fix bug in zts_util_ipstr_to_saddr
2021-05-11 14:31:01 -07: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.