Grant Limberg
|
4c71e92a67
It's now possible to actually create a Node object in Java/Android!!!
|
hace 10 años |
Grant Limberg
|
3bdbc6390f
Added logging to Android logcat
|
hace 10 años |
Grant Limberg
|
8a09e0ec3c
added NodeException
|
hace 10 años |
Grant Limberg
|
db80070ccb
fix strings pointing to enum fields in ResultCode java class
|
hace 10 años |
Grant Limberg
|
042f914dc5
If we could not recursively add ZeroTierOneSDK.jar to ZeroTierOneSDK.jar, that would be greeeaaaaat
|
hace 10 años |
Grant Limberg
|
ec45aeb42a
Merge branch 'adamierymenko-dev' into android-jni
|
hace 10 años |
Grant Limberg
|
a86a0ab2b1
Package the Android native libraries right in the .jar file
|
hace 10 años |
Grant Limberg
|
29bb2a9004
fix for a previously renamed class
|
hace 10 años |
Grant Limberg
|
56f8160af8
generate javadocs for the Java SDK
|
hace 10 años |
Adam Ierymenko
|
7af1f3a79a
attic cleanup
|
hace 10 años |
Adam Ierymenko
|
e78899fddf
Rebuild and re-sign the x86 driver... previous attempt was somehow borked but this one loads on Win7/x86 fine.
|
hace 10 años |
Adam Ierymenko
|
9325535ced
x86 version of signed NDIS6 driver.
|
hace 10 años |
Adam Ierymenko
|
720ac93ba9
Use NDIS6 driver preferentially if available.
|
hace 10 años |
Adam Ierymenko
|
42b4148876
NDIS6 driver signed x64 build (not fully tested yet, but committing work)
|
hace 10 años |
Adam Ierymenko
|
4b658d83bc
Rename old driver to -ndis5.
|
hace 10 años |
Adam Ierymenko
|
d4c06e924d
Do the same modifications to the NDIS 6 code base as were done to the old 5 driver: disable all the 'tun' functionality, and add the IOCTL for querying the multicast list at Ethernet (L2) level.
|
hace 10 años |
Adam Ierymenko
|
1ebe2ad920
NDIS6 driver with VS project to build -- builds correctly, not customized for ZT yet.
|
hace 10 años |
Grant Limberg
|
0d4283a3fa
Cache jclass and jmethod instances for callbacks on the JniRef struct.
|
hace 10 años |
Grant Limberg
|
9c62ce9e6f
implemented EventCallback
|
hace 10 años |
Grant Limberg
|
f2eed5a65f
implemented WirePacketSendFunction
|
hace 10 años |
Grant Limberg
|
5e1fb4e253
Realized that the jclass and jmethodID variables in the callbacks cannot be static
|
hace 10 años |
Grant Limberg
|
dc00ce4f44
added DataStorePutFunction implementation
|
hace 10 años |
Grant Limberg
|
53ebd5a9a5
don't need to pass buffer size because java arrays have a .length member
|
hace 10 años |
Grant Limberg
|
d5fc2b39aa
implemented DataStoreGetFunction callback
|
hace 10 años |
Grant Limberg
|
4137246653
implemented VirtualNetworkFrameFunctionCallback
|
hace 10 años |
Grant Limberg
|
28168fa673
implement VirtualNetworkConfigFunctionCallback
|
hace 10 años |
Grant Limberg
|
99af0f3a88
moved creation of VirtualNetworkConfig objects to ZT1_jniutils
|
hace 10 años |
Grant Limberg
|
6f07a476a6
create and return the peer array
|
hace 10 años |
Grant Limberg
|
52a20b4b0f
create PeerRole and PeerPhysicalPath objects
|
hace 10 años |
Grant Limberg
|
f3c29d3f0d
rename PhysicalPeerPath -> PeerPhysicalPath to reflect C API
|
hace 10 años |