summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2024-01-12example update: wannatzy
2023-08-18fix examples warningsBrenton Bostick
warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned short *' [-Wincompatible-pointer-types]
2023-06-30Update examples:Brenton Bostick
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-04Update Java exampleJoseph Henry
2022-01-11Display net_id as hex in Python exampleJoseph Henry
2021-05-31Update Rust crateJoseph Henry
2021-05-30Add Rust bindings (alpha)Joseph Henry
2021-05-30Possible fix for Python multithread bug #126Joseph Henry
2021-05-25Update documentationJoseph Henry
2021-05-20Update documentation links in READMEsJoseph Henry
2021-05-18Add workaround to get tagged version in GitHub workflow scriptJoseph Henry
2021-05-18Add ZeroTierDatagramSocket and ZeroTierServerSocket to Java wrapperJoseph Henry
2021-05-13Code style enforcementgithub-actions
2021-05-13Minor update to C# NuGet package documentation and example1.4.1Joseph Henry
2021-05-06Minor update to C examples1.4.0Joseph Henry
2021-05-05Move some out-dated examples to attic, update README.mdJoseph Henry
2021-05-05Slight re-org of C API naming conventionJoseph Henry
2021-05-02Update Python bindings to 1.4.0 API (WIP)Joseph Henry
2021-04-30Update C# bindings to 1.4.0 APIJoseph Henry
2021-04-30Reduce number of compile-time warnings (continued)Joseph Henry
2021-04-29Add WIP Java language bindingsJoseph Henry
2021-04-29Adjust nomenclature. Add more C API extension functionsJoseph Henry
2021-04-26Format according to new ZeroTier standardJoseph Henry
2021-04-26Add zts_core_query_ and world sub-APIs. Adjust event subsystemJoseph Henry
2021-04-22Expand C API and simplify NodeServiceJoseph Henry
2021-04-18Remove C++ examples (To be replaced with C examples)Joseph Henry
2021-04-17Applied styling rules from .clang-formatJoseph Henry
2021-03-26Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvementsJoseph Henry
2021-03-16Bugfix: Check argument types and encodings in zts_py_send()Joseph Henry
2021-03-15Remove networking functions that can be found elsewhereJoseph Henry
2021-03-14Improve Central APIJoseph Henry
2021-03-12Remove now-irrelevant makefileJoseph Henry
2021-03-07Run Python language bindings and example code through a linter and formatter1.3.4Joseph Henry
2021-03-05Remove Android example. The Java example should sufficeJoseph Henry
2021-03-05Implement more of the Python language binding. Minor adjustments to PyPI packageJoseph Henry
2021-03-03Add PyPI package (WIP)Joseph Henry
2021-03-02Overhaul build system and documentationJoseph Henry
2021-03-01Add working Python wrapper and examples (WIP)Joseph Henry
2021-02-24Remove unnecessary Android example project resource filesJoseph Henry
2021-02-23Rename nodejs example directoryJoseph Henry
2021-02-23Update Java exampleJoseph Henry
2021-02-16Remove incomplete rust wrapper filesJoseph Henry
2021-02-16Update C# wrapper (Namespace restructure, API additions, memory leak fix)Joseph Henry
2021-02-10Update Android build scripts. Remove unnecessary project filesJoseph Henry
2021-02-10Merge branch 'master' of https://github.com/Ben-L-E/libzt into Ben-L-E-masterJoseph Henry
2021-02-01Restructure packaging directories. Move C# bindings, minor compilation fix.Joseph Henry
2021-01-30Add prototype key management APIJoseph Henry
2021-01-29Add prototype Central API wrapperJoseph Henry
2021-01-28Add non-blocking IO support and improved exception handling in C# wrapperJoseph Henry
2021-01-14Update C# example client/server application. Other minor tweaks.Joseph Henry