ZeroTierOne/java
Grant Limberg fb0bf52b1b Fixed sending a port number of 0 to ZT1.
Fixed VirtualNetworkConfigFunction (creating array to send to Java)
Fixed the creating InetAddress instead of InetSocketAddress in virtual network config callback
2015-06-01 20:03:28 -07:00
..
jni Fixed sending a port number of 0 to ZT1. 2015-06-01 20:03:28 -07:00
src/com/zerotier Replace ArrayList instances with [] 2015-05-28 20:01:30 -07:00
build.xml Enable ZT_TRACE and more verbose build output 2015-06-01 20:01:37 -07:00
CMakeLists.txt Remove link desperation from java API 2015-05-21 19:34:19 -07:00
README.md update build instructions 2015-04-24 17:04:08 -07:00

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)