- 17 Aug, 2016 1 commit
-
-
Jihun Ha authored
'Model number' property is set by Enrollee. Contrarily, 'Location' property is given by Mediator, which is GPS information in JSON format. Change-Id: I21d4d91705913702645cbadcd687d3b098b77e83 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10483Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 03 Aug, 2016 1 commit
-
-
Jihun Ha authored
Using Hippomock, unittest codes for enrollee have been implemented. Change-Id: I1c64a97aae20e0b27c605e7a78bd6a0ada14c6b9 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9923Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 01 Aug, 2016 1 commit
-
-
Jihun Ha authored
User can register two function pointers to easy setup stack for handling user-specific properties for incomming and outgoing payload if needed. This API helps the easy setup code not changed even user wants to deliver more properties in addition to easy setup properties in OCF spec. Change-Id: I4e543d0abfbd6820db055d763421997cf39f5cab Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9837Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 20 Jul, 2016 1 commit
-
-
Jihun Ha authored
Server ID property in cloud server resource is added. Change-Id: I830a39655e269aa157ca4d6c301d594c1ca13c63 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9453Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 14 Jul, 2016 1 commit
-
-
Jihun Ha authored
1. In resourcehandler, a logic of encoding array type's property is fixed. 2. Remove a useless logic to send a GET request before a POST request for update of WiFi and devConf properties in EnroleeResource 3. Change country property's key --> ctry 4. Clean up old structure and enum variable not used anymore. 5. Remove a csdk for mediator which is not used anymore Change-Id: I7502e6b33860db1bcc91a67829ac9411ff9cae6d Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9241Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 06 Jul, 2016 1 commit
-
-
sy01.youn authored
1. ESSetState(), ESSetErrorCode() API is added in easysetup.c 2. ESTerminate() API logic is changed in resourcehandler.c 3. Variable name of ErrorCode is changed. (ESLastErrCode -> ESErrorCode) Change-Id: I3be46d75924bff137171b06f102ea74c3634beef Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9143Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 30 Jun, 2016 1 commit
-
-
sy01.youn authored
1. Add new data structure & change the name and value of some variables . ESDefaultProperty Data Structure is added . ESEnrolleeState value is changed (as spec. specified) 2. ESSetDeviceProperty() API is added in easysetup.c 3. Enrollee Sample App. is changed . linux based enrollee sample app is changed : can test ESInitEnrollee() & ESSetDeviceProperty() API Change-Id: I57b65bae47fa8b34739e42f8265707b8980c4e31 Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/8961Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 27 Jun, 2016 1 commit
-
-
sy01.youn authored
1. Add new data structure : ResourceMask, ESProvisioningCallbacks, ESWiFiProvData, ESDevConfProvData, ESCloudProvData 2. Update ResourceHandler's post handling : update wifi data, dev conf data, cloud prov data which are delivered to easysetup callback * Need to develop sample app. (enrollee side) * Need to erase unused code Change-Id: Iaae6776f476566b9fd3dd0d883843d131d755630 Signed-off-by:
sy01.youn <sy01.youn@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/8805Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 08 Jun, 2016 1 commit
-
-
Jihun Ha authored
1. Reuse common files for all platforms like Linux, Android, Tizen - easysetup.c, resourcehandler.c 2. Remove deprecated files related to onboarding - onboarding.h/cpp, softap.h/cpp, networkhandler.h/cpp, softapnative.h/c Please note that network handling codes might be re-used for platform-specific sample application. Change-Id: I92961e7218f09e9d0778a47d57973b3a6941a004 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/8525Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 07 Jun, 2016 1 commit
-
-
Jihun Ha authored
There are 4 resource modesl in Enrollee side: 1. Provisioning resource - provisioning status and trigger properties 2. WiFi resource - WiFi ssid, password, security type, etc. 3. CloudServer resource - Auth code, Auth provider, etc. 4. DevConf resource - Device name, language, country Change-Id: I31a088b7cde8178d9ddd951ac0641989706dc249 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/8429Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 05 Apr, 2016 1 commit
-
-
Sandipan Patra authored
Change-Id: I6c4f7ed6f07eb67ed989a81e5edf59ece29426b7 Signed-off-by:
Sandipan Patra <sandipan.p@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/7579Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 28 Mar, 2016 1 commit
-
-
Jay Sharma authored
- Updated the enrollee SDK. - Updated the Linux Application Change-Id: Ia7a42011f609870fb2654f2a324213c1fdee5720 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/6133Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 21 Mar, 2016 1 commit
-
-
Jay Sharma authored
- Updated the enrollee SDK. - Updated the Linux Application Change-Id: Ieacc114d8cff3caaeb5e9f5f9cb1cdc972258d31 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/6087Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 29 Feb, 2016 1 commit
-
-
lankamadan authored
- Fixed SVACE analysis issues - Renaming of files Change-Id: Ibcc0fe8f8ec91b2d41b1199660e9bf18885342c6 Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5249Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 21 Feb, 2016 1 commit
-
-
lankamadan authored
- OC_LOG is being depricated, so moved to OIC_LOG - Fixed some warnings in mediator and enrollee for linux platform Change-Id: Ie856dc343569e553e0d680a8ccbcdc30cc2d7210 Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5071Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 19 Feb, 2016 1 commit
-
-
lankamadan authored
- Enabled Justworks security option in Linux Enrollee Change-Id: I8ed43278e27aad19b68dc9dc65bddf671df8fe9f Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5041Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 15 Feb, 2016 1 commit
-
-
Jay Sharma authored
- Separated the mediator and enrollee SDKs. - Created seperate sconscript for the Enrollee and mediator. - created seperate sconscript for c and c++ sdk [Mediator]. - Created seperate scocscript for Sample apps [mediator & enrollee]. Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Change-Id: If9638544a63cb9906b3973753fcad1721b74f011 Reviewed-on: https://gerrit.iotivity.org/gerrit/4993Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 11 Feb, 2016 1 commit
-
-
Sandipan Patra authored
[CODING STANDARD] Enrollee files rename as per iotivity coding standard Change-Id: Ib873ede13d6b1539e812e535676c2c33d34b9481 Signed-off-by:
Sandipan Patra <sandipan.p@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/4967Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Sooho Chang <sooho.chang@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 05 Feb, 2016 1 commit
-
-
Sandipan Patra authored
and SoftAp stubs API added for Tizen enrollee. Change-Id: I7b524017e62cd82c8aa9db94279c0f2f7175272d Signed-off-by:
Sandipan Patra <sandipan.p@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/4887Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 22 Jan, 2016 1 commit
-
-
jihwan.seo authored
Change-Id: I892b23e6087368addb63a418fac7f95794aae04d Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/4835Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 08 Oct, 2015 1 commit
-
-
lankamadan authored
- Modified Arduino sample and the corresponding code to accept input from sample user - Added a new enum to provide the status of the enrollee along with the result - Modified the callback handler to accept enrollee status Change-Id: Ie0e8720c17315c0e022155727cc472f854308ead Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/3491Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 03 Oct, 2015 1 commit
-
-
Madan Lanka authored
- Reused OCConnectivityType struct instead of defining new struct - Updated the Enrollee Device doxygen comments - Enrollee EasySetup API folder is changed - License header contribution year is updated Change-Id: I72e095c5c886fb10dd365b72c80944f8864685ee Signed-off-by:
Madan Lanka <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/3413Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 28 Sep, 2015 1 commit
-
-
Hemant Mahsky authored
Change-Id: Ie8504d25c0f8c002737b8a82820e0af52944ca83 Signed-off-by:
Hemant Mahsky <h.mahsky@samsung.com> Updated SConscript to build EasySetup Change-Id: Ie8504d25c0f8c002737b8a82820e0af52944ca83 Signed-off-by:
Hemant Mahsky <h.mahsky@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/3229Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 22 Sep, 2015 1 commit
-
-
Vinil Jain authored
-c++, java issues -BLE context issue fix Change-Id: I0f1eeee8b11f77de9524621ce425b98bc8b4f916 Signed-off-by:
Vinil Jain <vinil.gj@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/2865Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 17 Sep, 2015 1 commit
-
-
Madan Lanka authored
Removed Easysetup implementation due to pending internal code validation step. The support will be added after validation is completed Change-Id: I8cc1499a1d033ed0eeb5cfff1ceb0c729e2968d4 Signed-off-by:
Madan Lanka <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/2611Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 16 Sep, 2015 1 commit
-
-
lankamadan authored
- Arduino PCF logging is being handled inside logger, so removed PCF for Change-Id: Ic9455db2480612bfb838f60818950cfd17585dfc Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/2577Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 11 Sep, 2015 1 commit
-
-
lankamadan authored
- Modified the error case handling in Enrollee - Optimized Logging Change-Id: I6567d748579a207326543ce768bfed107f3f5576 Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/2464Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 10 Sep, 2015 1 commit
-
-
lankamadan authored
- Arduino EasySetup APIs are updated - ES_RESULT is changed to ESResult - Updated sample application Change-Id: I29c3d024ea42c1c4edf6a3586e604bfe9f18b1aa Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/2446Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 17 Jun, 2015 1 commit
-
-
Jihun Ha authored
I have tried to make the relationship of folders be platform independent and connectivity independent. And I have seperated the folders into Enrollee and Mediator so that one can understand what the folder contains easily. Additionally, I have changed the names of some functions to be expressed more clear. Change-Id: I126d388178d473b56812fb597441ab4c481ec721 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/1280Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 04 Jun, 2015 1 commit
-
-
Jihun Ha authored
It provides the service library and an sample application using the library. Arduino Mega board and WiFi shield are used for functionlity test. Change-Id: Iadb19361db8a777b84437ad978887dedeb2e6e63 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/1189Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> Tested-by:
Madan Lanka <lanka.madan@samsung.com>
-