Commit Graph

162 Commits

Author SHA1 Message Date
Brenton Bostick
fad04bf3c7 Update examples:
Remove empty MainActivity.java Android example
fix CMake variable BUILD_EXAMPLES -> BUILD_HOST_EXAMPLES
fix some names in example usage messages:
pingable-node -> callbackapi
client -> nonblockingclient
server -> nonblockingserver
pingable-node -> statistics
2023-06-30 12:11:24 -04:00
Joseph Henry
356dcd05f6 Update Java example 2023-06-04 15:07:32 -07:00
Joseph Henry
0f501655fe Display net_id as hex in Python example 2022-01-11 20:33:54 -08:00
Joseph Henry
d5454040f0 Update Rust crate 2021-05-31 13:51:31 -07:00
Joseph Henry
8c275c4899 Add Rust bindings (alpha) 2021-05-30 19:51:26 -07:00
Joseph Henry
3ea146fa5b Possible fix for Python multithread bug #126 2021-05-30 19:36:19 -07:00
Joseph Henry
ede730de1c Update documentation 2021-05-25 15:24:28 -07:00
Joseph Henry
8b30649edc Update documentation links in READMEs 2021-05-20 10:17:32 -07:00
Joseph Henry
a56ca93f54 Add workaround to get tagged version in GitHub workflow script 2021-05-18 23:22:07 -07:00
Joseph Henry
0e2f5b6f1e Add ZeroTierDatagramSocket and ZeroTierServerSocket to Java wrapper 2021-05-18 22:39:48 -07:00
github-actions
6d4c6f7e59 Code style enforcement 2021-05-13 22:14:15 +00:00
Joseph Henry
ab3d3b2079 Minor update to C# NuGet package documentation and example 2021-05-13 14:58:53 -07:00
Joseph Henry
613c7e8f91 Minor update to C examples 2021-05-06 01:34:53 -07:00
Joseph Henry
5a668ceeba Move some out-dated examples to attic, update README.md 2021-05-05 16:43:33 -07:00
Joseph Henry
9151f4471c Slight re-org of C API naming convention 2021-05-05 16:19:27 -07:00
Joseph Henry
6a77f0092f Update Python bindings to 1.4.0 API (WIP) 2021-05-02 21:30:21 -07:00
Joseph Henry
6f42338f6e Update C# bindings to 1.4.0 API 2021-04-30 21:54:34 -07:00
Joseph Henry
3e304cb25a Reduce number of compile-time warnings (continued) 2021-04-30 16:38:21 -07:00
Joseph Henry
782d221eb9 Add WIP Java language bindings 2021-04-29 19:51:07 -07:00
Joseph Henry
016b0ffc0e Adjust nomenclature. Add more C API extension functions 2021-04-29 14:03:15 -07:00
Joseph Henry
a247552df1 Format according to new ZeroTier standard 2021-04-26 22:07:55 -07:00
Joseph Henry
c456a87f97 Add zts_core_query_ and world sub-APIs. Adjust event subsystem 2021-04-26 21:55:01 -07:00
Joseph Henry
43350691b5 Expand C API and simplify NodeService 2021-04-22 11:20:04 -07:00
Joseph Henry
7e05f13295 Remove C++ examples (To be replaced with C examples) 2021-04-18 00:06:54 -07:00
Joseph Henry
a5121b1e3c Applied styling rules from .clang-format 2021-04-17 23:46:21 -07:00
Joseph Henry
6638f20003 Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements 2021-03-26 16:33:22 -07:00
Joseph Henry
73e26c1a79 Bugfix: Check argument types and encodings in zts_py_send() 2021-03-16 23:30:14 -07:00
Joseph Henry
2a515822c8 Remove networking functions that can be found elsewhere 2021-03-15 01:59:18 -07:00
Joseph Henry
c220bb7d2f Improve Central API 2021-03-14 01:01:04 -08:00
Joseph Henry
f4234fd1b0 Remove now-irrelevant makefile 2021-03-12 21:24:26 -08:00
Joseph Henry
dd6cf48d61 Run Python language bindings and example code through a linter and formatter 2021-03-07 21:11:21 -08:00
Joseph Henry
e1d0f92d61 Remove Android example. The Java example should suffice 2021-03-05 01:15:34 -08:00
Joseph Henry
5072d993b1 Implement more of the Python language binding. Minor adjustments to PyPI package 2021-03-05 00:18:11 -08:00
Joseph Henry
7bc690046a Add PyPI package (WIP) 2021-03-03 23:02:50 -08:00
Joseph Henry
9bca3270bc Overhaul build system and documentation 2021-03-02 01:53:03 -08:00
Joseph Henry
64a0d5d0d7 Add working Python wrapper and examples (WIP) 2021-03-01 21:10:39 -08:00
Joseph Henry
32da07ccb7 Remove unnecessary Android example project resource files 2021-02-24 01:30:23 -08:00
Joseph Henry
cfe3811a4a Rename nodejs example directory 2021-02-23 21:32:02 -08:00
Joseph Henry
888030c827 Update Java example 2021-02-23 21:30:44 -08:00
Joseph Henry
842059aeef Remove incomplete rust wrapper files 2021-02-16 22:31:34 -08:00
Joseph Henry
02a401bf7f Update C# wrapper (Namespace restructure, API additions, memory leak fix) 2021-02-16 00:14:26 -08:00
Joseph Henry
4e57827637 Update Android build scripts. Remove unnecessary project files 2021-02-10 18:12:01 -08:00
Joseph Henry
6292184822 Merge branch 'master' of https://github.com/Ben-L-E/libzt into Ben-L-E-master 2021-02-10 00:01:58 -08:00
Joseph Henry
38ea47212d Restructure packaging directories. Move C# bindings, minor compilation fix. 2021-02-01 17:59:21 -08:00
Joseph Henry
3544eab41d Add prototype key management API 2021-01-30 13:53:49 -08:00
Joseph Henry
097fc5d7f0 Add prototype Central API wrapper 2021-01-29 01:26:46 -08:00
Joseph Henry
8de9f7f543 Add non-blocking IO support and improved exception handling in C# wrapper 2021-01-28 22:13:23 -08:00
Joseph Henry
b907635779 Update C# example client/server application. Other minor tweaks. 2021-01-14 22:21:06 -08:00
Joseph Henry
f463d6c69f Minor tweak to callback function name for clarity (in code and documentation) 2021-01-14 22:12:20 -08:00
Joseph Henry
115a241807 Add ZeroTierException to C# Wrapper for better error reporting 2021-01-14 18:11:30 -08:00