iotivity-constrained
iotivity-constrained copied to clipboard
This mirror is deprecated. Please visit https://github.com/iotivity/iotivity-lite for forking the IoTivity-Lite project. To contribute code to the project, please visit https://www.iotivity.org/get-i...
Hi everyone, I found an issue for iotivity-constrained on ubuntu, in port/linux : `make DEBUG=1 SECURE=1` then running the ./simpleserver and ./simpleclient script which are created in port/linux. ISSUE :...
Hello everyone, I came across an issue after installing iotivity-constrained on a raspberry pi 2 using in port/linux : ```bash make DEBUG=1 IPV4=1 ``` and running the ./simpleclient script that...
Hello there! I have 10 light devices, each device as a server has a light resource . and all the resource type are the same ,like "oic.r.light", and the URI...
Hello there! I am experiencing with iotivityn constrained on avr device(arduino mega)! i could port iotivity to it! but a m facing an issue when deploying arduino as aserver? can...
Dear. > > Apply mbedTLS patches into deps/mbedtls using: > > patch -p1 < ../../patches/mbedtls_ocf_patch_1 > > patch -p1 < ../../patches/mbedtls_iotivity_constrained_patch_2 But there are 01_mbedtls_dynamic-content-length_p1.patch 02_mbedtls_dynamic-content-length_p2.patch 03_mbedtls_dynamic-content-length_p3.patch 04_mbedtls_dynamic-content-length_p4.patch 05_mbedtls_ocf-samsung.patch 06_mbedtls_ocf-microsoft.patch...
Current version of zephyr is not compatible with iotivity-constrained
Hi, I think that I found a bug in the function oc_core_get_resource_by_uri() in api/oc_core_res.c on master branch. ```C oc_resource_t * oc_core_get_resource_by_uri(const char *uri, int device) { int skip = 0,...
request to intergrate [ESP32](https://www.espressif.com/en/products/hardware/esp32/overview) platform into iotivity-constrained. ESP32 is one of gorgeous ioT device that can interface with other systems to provide Wi-Fi and Bluetooth functionality. here are many developers...
Hi, i notice that the macro `OC_TCP` defined in repo, and works on CoAP procotol. A: if enable OC_TCP, does that mean CoAP would based on TCP rather than UDP?...
Hi, I would like to know if iotivity-constrained has already been ported on CC1310 because we are trying to port it but without success. Indeed, we are facing too many...