This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
ZeroTierOne
mirror of
https://github.com/zerotier/ZeroTierOne
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
02b33e3763
Branches
Tags
actions
adam/1.16
adam/network-specific-relays
core-objs
dev
dev-multicast-bridge-fix
feature/fragmentation-metrics
fix/backward-compat-multicast-gather
fix/standardize-linkSelectMethod-naming
gl/ctl-pubsub
gl/cv1-os-arch
gl/cv2-ctl
laduke/tunneled
ldr/fix-validate-action
ldr/fix-windows-startup
main
proxy
refactor-dump-try-catch
root
tl-get-gateway-mac
1.14.2
1.14.1
1.14.0
1.12.2
1.12.1
1.12.0
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.6.6-fixed-windows-inf
1.6.6
1.6.5
1.6.4
1.6.3
v2-before-rusting
1.6.2
1.6.1
1.6.0
1.5.0
central-controller-1.4.6-202003040912
central-controller-1.4.6-202003032249
central-controller-1.4.6-202003031336
1.4.6
1.4.4
1.4.2
1.4.0.1-2
1.4.0.1
1.4.0
v1.1.5-live-roots
1.2.12
1.2.10
1.2.8
1.2.6
cust-ixia
1.2.4
1.2.2
1.2.0
1.1.17-pre1.2.0
1.1.14
1.1.12
1.1.10
1.1.8
1.1.6
1.1.4
1.1.2
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
ZeroTierOne
/
java
Grant Limberg
02b33e3763
Yeah it helps to byte swap the port back to little-endian before sending the port off to Java
10 years ago
..
jni
02b33e3763
Yeah it helps to byte swap the port back to little-endian before sending the port off to Java
10 years ago
src
75d7137025
added a class I found to load JNI code from within JAR files on non-android platforms.
10 years ago
CMakeLists.txt
0a15eae00f
Setup native build for Windows Java.
10 years ago
README.md
b3429481cd
update build instructions
10 years ago
build.xml
0a15eae00f
Setup native build for Windows Java.
10 years ago
README.md
ZeroTier One SDK - Android JNI Wrapper
Building
Reqires:
JDK
ANT
Android NDK
Required Environment Variables:
NDK_BUILD_LOC - Path do the ndk-build script in the Android NDK
ANDROID_PLATFORM - path to the directory android.jar lives (on Windows: C:\Users<username>\AppData\Local\Android\sdk\platforms\android-21)