iotivity-lite icon indicating copy to clipboard operation
iotivity-lite copied to clipboard

To contribute code to the project, please visit

Results 74 iotivity-lite issues
Sort by recently updated
recently updated
newest added

Applications simpleserver-TVAppAndAction.c and simpleserver-resourcedefaults.c use IDD file hosted on path c:/users/m.trayer/OCF which is not part of the repository.

bug

OCCred_credType_get returns 0 (Unknown), and OCCred_credId_get returns 0 for all credential types when used in Java/Linux. When used in Java/Android or C/Linux, however, they return proper codes and work as...

linux

Build for Android Api 27 leads to "UnsatisfiedLinkError: dlopen failed: cannot locate symbol "oc_is_owned_device"" Open Build for Android Api 27 leads to "UnsatisfiedLinkError: dlopen failed: cannot locate symbol "oc_is_owned_device"" Hello,...

bug
android

Hello, I've found one issue that happens only when the device is onboarded to the cloud and loses network connection. When a connection to the server is lost the iotivity-lite...

bug
question

There is an error in iotivity-lite-swig file when building on Windows. CustomBuild is missing.

bug
question

Hello, When ocf server loss "Encrypted Alter" package, new "Client Hello" won't be replayed. "192.168.10.123" is client,"192.168.10.111" is server. ![image](https://user-images.githubusercontent.com/3970968/126091977-f25ca9af-8aab-4803-a8c8-5bbdc1213154.png) ![image](https://user-images.githubusercontent.com/3970968/126091908-4be70752-82ba-46df-b84e-0cd54c000f76.png)

First I have met unsatisfiedLinkError with symbol "oc_resource_set_secure_mcast". After that my team researched about the error in code, and made it fixed by modifying make file options. But as soon...

bug
question
android

[Improvement] Build option to remove JW OTM Open [Improvement] Build option to remove JW OTM JW is optional OTM in Core Security, and some OCF verticals do not have plans...

enhancement

Hello, I have followed the step to build iotivity-lite for Android as explained here: https://iotivity.org/documentation/building-iotivity-android The command used to generate it was: `make NDK_HOME=~/android-build/android-arm64-27 ANDROID_API=27 ANDROID_ABI=arm64-v8a IPV4=1 DEBUG=1 SECURE=0` Then...

bug
android

Multiple calls to oc_do_ip_discovery fail on windows. Reproduction steps: on windows: Update simpleclient_windows sample as indicated below. build code. start SimpleServer.exe onboard and provision SimpleServer (recommend using wildcard ACL) so...

bug