- 17 Mar, 2018 1 commit
-
-
Harry authored
Implement signalling messages as per COAP over TCP spec in RFC 8323 Change-Id: I25baf80c4b4380d1f9f9a8f81281f371927f7ed1 Signed-off-by:
Sushil Yadav <sushil.ky@samsung.com> Signed-off-by:
Veeraj Khokale <veeraj.sk@samsung.com> Signed-off-by:
Harry <h.marappa@samsung.com>
-
- 02 Jan, 2018 1 commit
-
-
Mats Wichmann authored
Arduino is now supported only in iotivity-constrained, but all the support in the iotivity build remains. Remove in three phases (just to make shorter commits to review). This patch removes conditional Arduino code in source files, as well as updates more text files with instructions, etc. The following files are *not* completely cleaned of arduino mentions: a) release notes: don't rewrite history on past releases resource/releaseNotes/Dec20th2014.txt resource/releaseNotes/Dec6th2014.txt resource/releaseNotes/Feb1st2015.txt resource/releaseNotes/Jan17th2015.txt resource/releaseNotes/Nov15th2014.txt resource/releaseNotes/Oct14th2014.txt resource/releaseNotes/Oct31st2014.txt resource/releaseNotes/Sept17th2014.txt resource/releaseNotes/Sept30th2014.txt resource/csdk/connectivity/RELEASE_v0.7 the last file was moved to resource/releaseNotes b) obsolete, leave alone: resource/csdk/connectivity/lib/libcoap-4.1.1/* c) diagram source contains arduino mention: resource/docs/c-doc/devdox/dot/ca_overview.gv - diagrams resource/docs/cpp-doc/devdox/dot/ca_overview.gv - diagrams d) some comment mentions Arduino. Might refer to something done to accomodate Arduino that does not need to be done any longer, but there was no direct conditional code involved. take another look at these. resource/csdk/connectivity/src/bt_le_adapter/tizen/caleclient.c resource/csdk/include/octypes resource/csdk/resource-directory/src/rd_server.c resource/csdk/security/include/experimental/securevirtualresourcetypes.h resource/csdk/stack/include/experimental/payload_logging.h resource/csdk/stack/src/ocendpoint.c resource/csdk/stack/src/ocstack.c Change-Id: Ia557e16c2e7890609ca7cf14bd0e5386b23261dc Signed-off-by:
Mats Wichmann <mats@linux.com>
-
- 14 Sep, 2017 1 commit
-
-
saurabh.s9 authored
Purpose: Errors happens during OCDoResource calls should be returned to app layer Previously, session errors (handshake failed) didn't returned properly to app layer and this cause side effects (CA retransmission works in cases when it should not) Current state: 1. Source code builds ok 2. Secure stack samples (UDP/TCP) works well (both positive/negative cases) 3. Provisioning (OTM, 20th menu item) works well for following: a. justworks positive UDP/TCP, negative UDP case b. mfg positive UDP/TCP, negative UDP case c. mv_justworks positive UDP/TCP, negative UDP case d. randompin positive UDP/TCP, negative UDP case 4. OTM in provisioning via TCP - negative case - should work properly after fix IOT-2454 How to test: 1. Positive case - just test samples (f.e secure stack samples) & provisioning with all servers 2. Negative case - add following code which artificially breaks handshake (to ca_adapter_net_ssl.c) if (peer->ssl.state == MBEDTLS_SSL_CERTIFICATE_REQUEST) { ret = MBEDTLS_SSL_ALERT_MSG_INTERNAL_ERROR; } And again test all samples and provisioning with all servers. As result - you should see an error returned to app immidiately (without timeouts, etc) and there should be no CA retransmission attempts (UDP case) Change-Id: Ia1fe1c7c58f9e40040a0be5e7e83abbc66f80bfe Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Signed-off-by:
saurabh.s9 <saurabh.s9@samsung.com>
-
- 19 Jul, 2017 1 commit
-
-
jihwan.seo authored
provide server unavailable error(503) value in ocstack Change-Id: Ica4956debfd8112f93beab4edd23a569ea5a3ad0 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18679Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> (cherry picked from commit 1dcb85b9) Reviewed-on: https://gerrit.iotivity.org/gerrit/21139
-
- 13 Jun, 2017 1 commit
-
-
Soemin Tjong authored
https://tools.ietf.org/html/rfc7252#section-5.8.2 specifies that the URI of a new resource created by a server is returned in Location-Path option. Change-Id: I358d8ee127a598c2f2fdb8f101413eebbf100a89 Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19245Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Todd Malsbary <todd.malsbary@intel.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 19 May, 2017 1 commit
-
-
Dan Mihai authored
cacommon.h is not a Public header. This also fixes recent Windows build breaks: ocserver.cpp C:\Program Files (x86)\Windows Kits\8.1\include\shared\ws2def.h(100): error C2220: warning treated as error - no 'object' file generated C:\Program Files (x86)\Windows Kits\8.1\include\shared\ws2def.h(100): warning C4005: 'AF_IPX': macro redefinition C:\Program Files (x86)\Windows Kits\8.1\include\um\winsock.h(452): note: see previous definition of 'AF_IPX' C:\Program Files (x86)\Windows Kits\8.1\include\shared\ws2def.h(140): warning C4005: 'AF_MAX': macro redefinition ... Change-Id: I4c6ac41a5869c2dced1f38a8eed09c4ab42e2076 Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20057Reviewed-by:
Ibrahim Esmat <iesmat@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
- 11 May, 2017 1 commit
-
-
ol.beketov authored
CA_SECURE_ENDPOINT_PUBLIC_KEY_MAX_LENGTH enlarged to fix cloud client unability to connect to cloud. Change-Id: Ic16c186c3e493aaca8f8a1817bbcc1a2b4f799c8 Signed-off-by:
ol.beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19659Reviewed-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-by:
Kevin Kane <kkane@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 15 Apr, 2017 1 commit
-
-
jihwan.seo authored
Change-Id: Ica4956debfd8112f93beab4edd23a569ea5a3ad0 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18679Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 23 Mar, 2017 2 commits
-
-
Ziran Sun authored
Change-Id: I68138694d59a00aedf0eef36fc135e57ebc6c661 Signed-off-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17301Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Pawel Winogrodzki authored
Removing the /W3 warnings in order to add the /WX option to prevent new ones from being added inside the resource/csdk/connectivity/ directory. Change-Id: I0a6eb91c6c2cd940e9939f54a454aab2a01ec954 Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17551Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 16 Mar, 2017 1 commit
-
-
Philippe Coval authored
Change-Id: Ie8ef6699fc8a999579fe3e1e8474d3133a179ef9 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17383Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Mats Wichmann <mats@linux.com>
-
- 10 Mar, 2017 1 commit
-
-
Kevin Kane authored
Also change "ret == 0" to "0 == ret" for IOT-1870; opened from a previous code review. Change-Id: I829192698b9a8fed920e865f9cd4c2b968f8c951 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17707Reviewed-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
- 04 Mar, 2017 1 commit
-
-
Pawel Winogrodzki authored
Removing the /W3 warnings in order to add the /WX option to prevent new ones from being added inside the resource/csdk/connectivity/ directory. Change-Id: Ibd53ad378b5d960ea59f2e2c61254a9257d03a3e Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17419Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 23 Feb, 2017 2 commits
-
-
Dan Mihai authored
Until yesterday, IOT-1831 was hiding IOT-1841, a bug in the implementation of IOT-1801. Change-Id: Icada8099f8c4cef9c271db8f672caa55cd63f0f5 Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17459Reviewed-by:
Kevin Kane <kkane@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
-
Kevin Kane authored
Change-Id: I04a98127e2414c2e3c35f00c4d702bb228fb7dec Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17251Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
- 21 Feb, 2017 2 commits
-
-
jihwan.seo authored
Change-Id: Ib6a60f1f89c27bdf18f91a1f4fd9c5e87a83d246 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17199Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Dan Mihai authored
1. Use the initial Ownership Transfer session even after setting-up the Owner Credential, when onboarding Servers based on OCF 1.0 - rather than closing that session and establishing a new one. 2. Posting the Owner Credential ACL might fail for older Servers. In that case, close the initial Ownership Transfer session and establish a new session, for compatibility with those older Servers. Change-Id: If242c0af4ec05ad9ca144c274ee5385bc7738d92 Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17279Reviewed-by:
Kevin Kane <kkane@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
- 06 Feb, 2017 1 commit
-
-
jihwan.seo authored
we can select disable/enable flag of ble server even through there are both client and server mode in OCMode of PlatformConfig. it will help to reduce battery consumption issue in both mode with ALL transports Change-Id: I2e4179c1c6b673313d751770a1885774280cc428 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16909Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Larry Sachs <larry.j.sachs@intel.com> Reviewed-by:
Rick Bell <richard.s.bell@intel.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 03 Feb, 2017 1 commit
-
-
Ziran Sun authored
1. Introduce in new Content Type application/vnd.ocf+cbor 2. Introduce in option headers Accept Version and Content-Format Version 3. Handle versioning at CA and RI layers 4. Expose the result of version handling to application layer 5. Add test codes at CA, RI and application layers Bug: https://jira.iotivity.org/browse/IOT-1735 Change-Id: I9924881f6233b4c4f5af9d50098cd48ef258a753 Signed-off-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16505Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Abhishek Sharma <ce.abhishek@samsung.com> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com>
-
- 02 Feb, 2017 1 commit
-
-
hyuna0213.jo authored
Change-Id: I00560bbadf9a1b04864d6676e7605f9ed876d8b9 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16613Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 31 Jan, 2017 1 commit
-
-
jihwan seo authored
It can be set Adv Flag that check whether start Adv in initialize step or not. and It will resolve battery consumption issue. Change-Id: I09791c1d8ca71373c36309150dbc97c5031a8bc2 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16491Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 27 Jan, 2017 1 commit
-
-
Way Vadhanasin authored
This change makes the TCP transport on Windows functional when the application picks resource based on COAP+TCP. Change-Id: I9d6965afc0cbdadf4c9597f1b24a04ccafc17855 Signed-off-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16763Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 10 Jan, 2017 1 commit
-
-
Dave Thaler authored
Port the tcp_adapter directory using similar code as was done in ip_adapter Enable building the relevant directories for Windows as target Change-Id: Ibae7a30cf353a6088bfa133c27edb1ac2449efaa Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10241Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 22 Dec, 2016 2 commits
-
-
jihwan.seo authored
Change-Id: Id358652f3616f9f4eb7065097cf2225c0d803e6b Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15735Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
jihwan.seo authored
Change-Id: Iefaf746059acae16af190564cbd9bcf67cdd277f Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15683Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 16 Dec, 2016 1 commit
-
-
jihwan.seo authored
Change-Id: I14726ad78054e2fa605f68373f3d31bea3602135 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15587Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 13 Dec, 2016 1 commit
-
-
Habib Virji authored
UUID length is 37, but CA was setting it as 32. Since UUID length was set in octack, the correct size has to berelatively in CA layer too. BUG: https://jira.iotivity.org/browse/IOT-1638 Change-Id: I4c8713acf9329fe8ace64d1da56093c1126d9c19 Signed-off-by:
Habib Virji <habib.virji@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15353Reviewed-by:
George Nash <george.nash@intel.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Ziran Sun <ziran.sun@samsung.com>
-
- 12 Dec, 2016 1 commit
-
-
Minji Park authored
- TLS port and secure flag added in tcp server - TLS port information added in discovery payload Change-Id: Ib409e069869c52e10f1bd99d35cd6f94ab90fff2 Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14667Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15345Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 05 Dec, 2016 1 commit
-
-
jihwan.seo authored
to make sure of analyze transmission state, all messages related important code point is printed same log method. - print CoAP message. - print send result. - print adapter state callback. Change-Id: Iccd8c8e9351165c7a6feb477e62b3b8814af0955 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14829Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 29 Nov, 2016 1 commit
-
-
jihwan.seo authored
since IP can be changed by AP status. it is needed to have deviceID in CA layer. Change-Id: I94fe8c3f48356a9d58ec8004387b99a39398041e Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14769Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 08 Nov, 2016 1 commit
-
-
bg.chun authored
Add ifindex when the function CADropSecondMessage() compare duplicated message with message ID, token, address family Change-Id: Ida49daa92ea4e0e5e099c77aeacbad55da308d2f Signed-off-by:
bg.chun <bg.chun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13943Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 12 Oct, 2016 1 commit
-
-
Dave Thaler authored
Also fix a memory leak in the Linux code Change-Id: I8d243604a49cf4f2947849ac13624b2c044259d5 Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12953Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
David Antler <david.a.antler@intel.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 14 Sep, 2016 1 commit
-
-
Abhishek Sharma authored
In RI, headeroptions are maintained as array with default size as this macro. A default 100 headeroptions are too high and results in a structure size of 3KB+. Moreover any vendor will not add 100 CoAP options. Also optimized few clonings. Change-Id: I65860c44ec1ba0c3ef2800a88f27ecad0f483568 Signed-off-by:
Abhishek Sharma <ce.abhishek@samsung.com> Signed-off-by:
Veeraj Khokale <veeraj.sk@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10585Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 12 Sep, 2016 1 commit
-
-
Abhishek Sharma authored
Wiki page: https://wiki.iotivity.org/coap-http_proxy JIRA Issue: https://jira.iotivity.org/browse/IOT-1128 Change-Id: I12a6c53589a428bdc1f94ea6d48a692ac07aabfe Signed-off-by:
Abhishek Sharma <ce.abhishek@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11601Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 08 Sep, 2016 3 commits
-
-
David Antler authored
This reverts commit 8754a91b. Change-Id: I180eea046754d3c67fc12e426b675c569df57331 Signed-off-by:
David Antler <david.a.antler@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11453Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
Madan Lanka authored
This reverts commit fa393dc9. Change-Id: Ic3754979f2d9e672437110d5ae076792cf421330 Signed-off-by:
Madan Lanka <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11599Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Abhishek Sharma authored
Wiki page: https://wiki.iotivity.org/coap-http_proxy JIRA Issue: https://jira.iotivity.org/browse/IOT-1128 Change-Id: I14f3e6a68c83e5c2cebfedbe1a0e1247e3cb85c2 Signed-off-by:
Abhishek Sharma <ce.abhishek@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10725Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 05 Sep, 2016 1 commit
-
-
Jaewook Jung authored
This reverts commit dbcc3f47. Change-Id: I1fe54489a0d73940ca74f4abd293608c255fe645 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11393Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 02 Sep, 2016 1 commit
-
-
David Antler authored
This patch lightens the burden for those wishing to integrate the IoTivity CSDK into their project. - Remove (almost) all HAVE_*_H from the command line. - Build new file: resource/c_common/iotivity_config.h - Include "iotivity_config.h" in headers which #include platform-specific header files. - Added out/*/*/*/include/c_common/iotivity_config.h which will include the HAVE_*_H build flags. - Export files from out/*/*/*/include/c_common/windows/include/*.h Change-Id: Ib8a7e83c8ceb025c29b11284ee2912f95c930ca6 Signed-off-by:
David Antler <david.a.antler@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10989Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Soemin Tjong <stjong@microsoft.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
- 17 Aug, 2016 1 commit
-
-
Andrii Shtompel authored
Provide TLS connection using mbedTLS 1. Changed TCP adapter to support CoAP and TLS 2. Provisioning works via TLS and DTLS 3. Integrated mbedTLS 4. Added device ID to CASecureEndpoint_t 5. Reset to patch#16 for merging to master Change-Id: I4c8f2f4f1a21dea984fc2239a31382052c223dfe Signed-off-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10543Reviewed-by:
dongik Lee <dongik.lee@samsung.com> Reviewed-by:
Jongmin Choi <jminl.choi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-