summaryrefslogtreecommitdiff
path: root/java/src/com/zerotierone/sdk/VirtualNetworkConfig.java
AgeCommit message (Collapse)Author
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-25generate javadocs for the Java SDKGrant Limberg
2015-04-23Node.networkConfig now only needs to populate the lists of assigned ↵Grant Limberg
addresses and multicast subscriptions and then it's finished Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-23Added ant build script. Requires NDK_BUILD_LOC environment variable ↵Grant Limberg
pointing to the ndk-build script fixed compile erros in Node and VirutalNetworkConfig Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-22add assignedAddresses member to VirtualNetworConfig classGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20first revision of the java API for ZeroTier OneGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>