- 23 May, 2019 1 commit
-
-
Jozef Kralik authored
Provides API for connect a device to the Cloud Interface. Cloud Sample apps/cloud_linux.c Cloud API: service/cloud/include/cloud.h Limitations: * Cloud always try to connect to the Cloud Interface * Delays are not configurable (ping, publish resources, ...) * Sid isn't verified Change-Id: I3faf440f0fd00648cf0e01f50763d80c785cd734 Signed-off-by:
Jozef Kralik <jojo.lwin@gmail.com>
-
- 07 May, 2018 1 commit
-
-
Inho Oh authored
Current ".PC" files do not include options applied at build time, such as OC_SECURITY, OC_IPV4, ... which can cause inconsistency between header files and actual libraries when building and running user applications. This patch adds EXTRA_CFLAGS so that the options added at build time also apply to pc files. Change-Id: I12a80be107364c069409c9e121a463506c5192bc Signed-off-by:
Inho Oh <webispy@gmail.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25013Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Andreas Zisowsky <zisowsky@lynxtechnology.com> Reviewed-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 04 May, 2018 1 commit
-
-
Inho Oh authored
Currently, the version number is described as a fixed value in ".pc" files. This patch uses the VERSION macro to make it configurable. Change-Id: I1ddf7f6752e6b65fcd664deac50241c53d4386f0 Signed-off-by:
Inho Oh <webispy@gmail.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/25011Tested-by:
IoTivity Jenkins <jenkins-daemon@iotivity.org> Reviewed-by:
Andreas Zisowsky <zisowsky@lynxtechnology.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 24 Feb, 2017 1 commit
-
-
Flavio Ceolin authored
Added client-server library for whom want to play both roles. It's not re-using the already built objects to keep the libraries with the minimum required symbols. The drawback of this is the build time increasing. Change-Id: Iecb87f27191a34110c88fdb8cd33db433eb611da Signed-off-by:
Flavio Ceolin <flavio.ceolin@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17409Reviewed-by:
Kishen Maloor <kishen.maloor@intel.com> Tested-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 19 Feb, 2017 1 commit
-
-
Flavio Ceolin authored
Generating two libraries: libiotivity-constrained-client.a and libiotivity-constrained-server.a The libraries are being created to make easier others developers create applications using iotivity-constrained. Change-Id: I477dd5b1094c1691e6f9250104e2b9ed17e2ef20 Signed-off-by:
Flavio Ceolin <flavio.ceolin@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17233Reviewed-by:
Kishen Maloor <kishen.maloor@intel.com> Tested-by:
Kishen Maloor <kishen.maloor@intel.com>
-