Askidea
Askidea
I guess that perhaps the discovery mechanism for the '/oic/sec/doxm' resource in the OCFServer stack has changed as the upgrade to v2.2.4.3 is made (v2.2.5.1 also). * method call hierarchy...
Build options for iotivity-lite.jar, iotivity-lite-jni.so ...port/android$ make NDK_HOME=~/toolchains/ndk18-android-arm-23 ANDROID_API=23 DEBUG=1 CLOUD=1 SECURE=1 IPV4=1 TCP=1 PKI=1 DYNAMIC=1 JAVA=1 IDD=1 OSCORE=1 MNT=1
When iotivity-lite v2.2.4.1 is applied, all unowned OCFServer devices in the MultiDeviceServer are discovered at once in the OnBoardingTool. JW OTM is also applied well to each device in order.
> @Askidea You use MultiDeviceServer with 10 devices, right? It is not 10 single-device servers. For MultiDeviceServer - it is the same issue #300. > > Regardles discover owned devices...
Hi @Danielius1922, Thank you for your reply. I think I can help you with what you said. I will test your branch and share the results. However, please understand that...
@Danielius1922 branch "adam/feature/fix-android-job" port/android$ make NDK_HOME=~/toolchains/ndk18-android-arm-23 ANDROID_API=23 DEBUG=1 CLOUD=1 SECURE=1 IPV4=1 TCP=1 PKI=1 DYNAMIC=1 JAVA=1 Following error: 2022-09-19 12:06:17.458 19906-19906/net.askidea.sm.ocfclient W/System.err: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "cls_ArrayList" referenced by...
@Danielius1922 Thank you for your contribution. (1) branch : "adam/feature/fix-android-job", commit [286c87d] (2-1) build options #1 : Android app running OK! iotivity-lite/port/android$ make NDK_HOME=~/toolchains/ndk25-android-arm-23 ANDROID_API=23 DEBUG=1 SECURE=1 IPV4=1 TCP=0 PKI=1...
@Danielius1922 Thanks, branch : "adam/feature/fix-android-job", commit [8ee5236] build option : CLOUD=0 TCP=0 ==> OCF Client app runs without errors. Additionally, I'm also doing a conformance test with CTT 2103.0.0, and...
@jkralik Thank you for your comments. The reason for using the **plgd-dev** branch is because the source code that supports the **ZigBee bridging function** was applied based on that branch....
@jkralik I don't want you to do a detailed source analysis for 2020. I just wanted to know roughly what parts are related to enable multi-device cloud login in 2020....