Hi all,
I have been working on getting IoTivity Java bindings to function
outside of Android and I have a working SimpleClient example.
I made some substantial changes to how the Java bindings are built. I
removed the android folder and made a single folder named java with the
following structure:
java/
??? build.gradle
??? common/ # contains base classes
??? examples-android/ # examples for android
??? examples-java/ # examples for generic java
??? gradle
??? gradle.properties
??? gradlew
??? gradlew.bat
??? iotivity-android/ # contains ca classes for android
??? iotivity-linux/ # contains ca classes for linux
??? jni/ # native bindings, builds with scons
??? SConscript
??? settings.gradle
I am requesting a branch to upload my work to (java-generic?) and get
someone to review my work to make sure that I can include this in the
following IoTivity release.
I will add the ticket for the feature on JIRA as soon as I can get an
account (if someone can tell me who to mail about this it would be
great).
Thanks,
Petre Eftime