iotivity-lite
iotivity-lite copied to clipboard
To contribute code to the project, please visit
I did 1. install iotivity-lite with [[setup tool](https://github.com/openconnectivity/IOTivity-Lite-setup)](https://github.com/openconnectivity/IOTivity-Lite-setup) ```bash $ curl https://openconnectivity.github.io/IOTivity-Lite-setup/install-master.sh | bash ``` 2. install esp-idf with [[instruction](https://github.com/iotivity/iotivity-lite/tree/master/port/esp32)](https://github.com/iotivity/iotivity-lite/tree/master/port/esp32) ```bash $ git clone --recursive https://gitlab.iotivity.org/iotivity/iotivity-lite.git $ sudo apt install...
The repository was cloned and `./gen.sh` was run, and upon running `./build.sh` the following error was given. I am compiling on Debian GNU/Linux 11. ```bash gcc -c -o obj/client_server/oc_core_res.o ../../api/oc_core_res.c...
### [Build from this document](https://github.com/iotivity/iotivity-lite/blob/master/port/android/README.md) ### Command in case of build error > make NDK_HOME=~/android-arm-23 ANDROID_API=23 ANDROID_ABI=armeabi > make NDK_HOME=~/android-arm-23 ANDROID_API=23 DEBUG=1 SECURE=1 IPV4=1 TCP=0 PKI=1 DYNAMIC=1 CLOUD=0 JAVA=1 IDD=1...
The CBOR serializers to optimize the transfer size serializes double to floating-point numbers. Currently, the IoTivity-Lite won't deserialize floating-point numbers to double attributes. It would be very welcome to support...
I'm not entirely sure how this is meant to work, but if I want to interop with the API from C#, I had to do the following: * Compile as...
Hi! Thanks for such a great project. I wonder if there is a chance to support Apple's BitCode feature so the apps that rely on the current framework could also...
After reading own certs, when reading private data of symmetric key, JNI fails casuing a crash on the Android application. Usually reading the certs just after a reset works, but...
MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384