- 23 Jan, 2020 1 commit
-
-
Oleksandr Andrieiev authored
endings Signed-off-by:
Oleksandr Andrieiev <o.andrieiev@samsung.com>
-
- 22 Jan, 2020 3 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 21 Jan, 2020 3 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Jozef Kralik authored
Content format was dropped by commit: - coap:send last block2 response/block1 ACK as CON e5092dff
-
- 16 Jan, 2020 1 commit
-
-
George Nash authored
This adds documentation for - oc_init_platform_cb_t - oc_set_custom_device_property - oc_init_platform - oc_set_custom_platform_property Signed-off-by:
George Nash <george.nash@intel.com>
-
- 15 Jan, 2020 2 commits
-
-
George Nash authored
This adds doxygen style documentation for - oc_pki_add_mfg_cert - oc_pki_add_mfg_intermediat_cert - oc_pki_add_mfg_trust_anchor - oc_pki_add_trust_anchor - security profile types and the oc_sp_types_t - oc_pki_set_security_profile function Signed-off-by:
George Nash <george.nash@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 14 Jan, 2020 2 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 10 Jan, 2020 6 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Jozef Kralik authored
When cloud_ep is reset and cloud_ep_state is still set as CONNECTED a it cause issue - cloud is not able to reconnect because there is condition at cloud_ep_state. Signed-off-by:
Jozef Kralik <jozef.kralik@kistler.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 08 Jan, 2020 3 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
George Nash authored
Doxygen style documentation added for - oc_add_device_cb_t - oc_main_shutdown - oc_add_device Change-Id: I2edd61ffcb41d4eaf95ad16c8780eea2cbff02e4 Signed-off-by:
George Nash <george.nash@intel.com>
-
- 07 Jan, 2020 3 commits
-
-
George Nash authored
Due to a configuration issue the build was only building oc_connectivity.i when the release build option was selected This change will cause oc_connectivity.i to be built for both release and debug build. Additionally oc_connectivity_wrap.c was also added to the build of the iotivity-lite-jni project with out adding that none of the OCConnectivity functions can be called from Java without causing a library link error. Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
The start of the uri path must still be calculated even if uri is NULL (i.e. user is not interested in parsing the path component of the endpoint). This must be calculated since this value is used in later calculations for finding the port number. See lines 421-425 the `u` variable must be calculated for the code to properly calculate `p`. Variable `p` must be accurate or the address_len will be incorrect resulting in an incorrect string being sent for DNS lookup. Resulting in an error even for valid endpoint strings. With out this fix: `coap://openconnectivity.org/alpha` and `coaps+tcp://10.211.55.3/a/light` would both return errors when the uri param was NULL. With this fix those endpoint strings are properly parsed. Signed-off-by:
George Nash <george.nash@intel.com>
-
Kishen Maloor authored
This reverts merge request !2
-
- 06 Jan, 2020 3 commits
-
-
Kishen Maloor authored
oc_pstat: fix logic for removing observers See merge request !2
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com>
-
- 20 Dec, 2019 1 commit
-
-
Rami Alshafi authored
-
- 03 Dec, 2019 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I057ece05cf9676600424c8a72a0b8419113ceecb
-
- 26 Nov, 2019 1 commit
-
-
Kishen Maloor authored
-
- 25 Nov, 2019 5 commits
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: I595c61059cdbdfaf1847bea6d6d21fbb47fe3a39
-
George Nash authored
This merge brings the work done on the swig branch to master. The swig branch used a tool SWIG (Simple Wrapper and Interface Generator) to help generate Java/JNI language bindings for the IoTivity-lite APIs. This enables writing and running Java applications. The primary target for this work is for Android app developers. It is not limited only to Android app developers. This also opens up Java development on Windows and Linux platforms. We have tried really hard to make few changes to the existing C code base. There are a few modifications to the existing C code. Most of the time it is a minor white space difference or giving a name to a typedef struct so the struct can be found by the swig interface files. Notable exceptions: - logging code updated to log to android logcat when built for Android - android STORE_PATH_SIZE changed from 64 to 128 to handle the longer path names encountered using Android. - Updates to android oc_config.h based on testing - make files and windows build updated to add ability to Generate and build JNI code. - Some build warnings resolved on the swig branch that probably should have been resolved on master brach. Another Notable exception to changes to master are the updates to the root level README.rst file to include instructions for onboarding and added contact information. The swig/README.md file is provided to instruct how to build and use the code added in this commit. If Android is the primary target a much simpler README is provided for Android developers that targets only Android. See port/android/README.md Change-Id: I273ee181d8b07ff8f2f89d5028fdaae3e280b848 Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
This will release all global refs held in the jni_callbacks list. Change-Id: Ia35e99aa8fbdc9e3d47360b5bb59c2d4872d69fd Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
Change-Id: I96ea6205274a4003d2486232f6f2298b2a2064cc Signed-off-by:
George Nash <george.nash@intel.com>
-
Larry Sachs authored
On a systemShutdown() call the deviceIndex is set to zero and the deviceIndexLookup Map is cleared. Change-Id: I7d0607ad7bafe3933b6b038c5dcc09c458a7aa5f Signed-off-by:
Larry Sachs <larry.j.sachs@intel.com>
-
- 22 Nov, 2019 4 commits
-
-
George Nash authored
Change-Id: Ic75bc8930a20554b7d871d54097fe422cdcefb68 Signed-off-by:
George Nash <george.nash@intel.com>
-
George Nash authored
Change-Id: I1b85b4fded2bbfaeb512abf96b252dddc014fdb2 Signed-off-by:
George Nash <george.nash@intel.com>
-
Larry Sachs authored
Moves the discovery logic previously in the client code to the swig/oc_java/oc layer. Added api for a single call in OcUtils to discover all devices (and their resources). Once the resource discovery is complete the fully populated device is handed to the client application's handler. Change-Id: Ib71bc6d6f32a268fc143620346578f77819dcbc7 Signed-off-by:
Larry Sachs <larry.j.sachs@intel.com>
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: Ia0d9a139da7cf47489b8a806e2258f6986d96945
-
- 21 Nov, 2019 1 commit
-
-
Kishen Maloor authored
Signed-off-by:
Kishen Maloor <kishen.maloor@intel.com> Change-Id: Ibf2505c0ef479fe02b7084bf0b0c91794d31b356
-