summaryrefslogtreecommitdiff
path: root/java/jni/com_zerotierone_sdk_Node.cpp
AgeCommit message (Collapse)Author
2015-04-23added functions to create Event, and VirtualNetworkStatus objectsGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22scaffolding for implementation of status() and networkConfig()Grant Limberg
They should be able to be called, but will not return valid objects yet Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22Added implemenation for node.address()Grant 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-22Can't instantiate enum objects. Fix createResultObject() function so that ↵Grant Limberg
it still works properly Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22multicastSubscribe() and multicastUnsubscribe()Grant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22join() and leave() functionsGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22added processBackgroundTasks functionGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22added implementation for processWirePacketGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22delete the ZT1_Node object when calling ↵Grant Limberg
Java_com_zerotierone_sdk_Node_node_1delete Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22add a findNode() function to reduce copypastaGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22added implementation for processVirtualNetworkFrameGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20Added JNI code for construction/destruction of ZT1_Node objectsGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>