iotivity-lite
iotivity-lite copied to clipboard
To contribute code to the project, please visit
## Summary by CodeRabbit - **Refactor** - Reorganized access control logic for improved efficiency and clarity. - **New Features** - Introduced advanced access control list (ACL) management and permission evaluation...
Coverity issues reported by https://scan.coverity.com/projects/iotivity-iotivity-lite?tab=overview (or by other developers running custom coverity scans): ## Internal nightly scan Impact: High Version: b2b66efd1e5cfa00b6c33c2befd6d2 - [x] Out-of-bounds write (321043, storage.c:120) Version: 9415446182945c4c51fdc56fd046e4 -...
@jkralik @Danielius1922 I'm trying to integrate bridge functionality into iotivity-lite. However, the latest library does not seem to support the ability to dynamically delete and recreate OCF Devices. As an...
I built the latest iotivity-lite library (NDK21&25, armeabi&arm64-v8a) and applied it to the Android App (OnboardingTool) provided as an example. And when I ran it on a mobile phone (e.g....
Replication steps: 1. build on MSYS2 with clang and address sanitizer enabled 2. run unit tests ``` ==6404==ERROR: AddressSanitizer: heap-use-after-free on address 0x11aec85a1448 at pc 0x7ff67f28378b bp 0x007a0f59c4e0 sp 0x007a0f59c528...
Reset at 3. 11. 2023: Unit tests: plgd/device tests: * TestGetOwnerships: https://github.com/iotivity/iotivity-lite/actions/runs/6747438705/job/18343604277 ``` getOwnerships_test.go:41: Error Trace: /go/src/github.com/plgd-dev/device/client/core/getOwnerships_test.go:41 /go/src/github.com/plgd-dev/device/client/core/getOwnerships_test.go:81 Error: Not equal: expected: true actual : false Test: TestGetOwnerships ``` *...
- [ ] Add target to CMake which updates oc_build_info.h based on the current project version - [ ] Add GitHub action that increments the project version by 1 and...