summaryrefslogtreecommitdiff
path: root/java/jni/com_zerotierone_sdk_Node.h
AgeCommit message (Collapse)Author
2017-07-12Update JNI code to reflect new ZeroTier APIGrant Limberg
2015-09-26Merge branch 'adamierymenko-dev' into android-jni-devGrant Limberg
also update for changed function calls that now accept a local address # Conflicts: # include/ZeroTierOne.h # java/CMakeLists.txt # java/jni/Android.mk # java/jni/ZT1_jnicache.cpp # java/jni/ZT1_jnilookup.h # java/jni/ZT1_jniutils.cpp # java/jni/com_zerotierone_sdk_Node.cpp
2015-05-28Use object arrays rather than ArrayList. JNI sideGrant Limberg
2015-05-21Remove link desperation from java APIGrant Limberg
2015-05-02Refactor package name from com.zerotierone.sdk to com.zerotier.sdkGrant Limberg
2015-04-27Switch to InetSockAddress instead of InetAddress so we can send the port # ↵Grant Limberg
to java as well
2015-04-23added infrastructure for Node.peers() and Node.networks() functionsGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22Added implementation for Node.version()Grant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22fix call to networkConfig to pass the network idGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22added a few missing function calls in the ZT1 Node APIGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22* Change a few method signatures from java.lang.Long to long[] so that ↵Grant Limberg
values can be passed back. Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20Updated Java Node class native methods to pass the node IDGrant Limberg
This is so that we know which C-based ZT1_Node struct is being operated on Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20Generated header files for JNIGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>