gichan2-jang [Fri, 2 Jun 2023 03:48:28 +0000 (12:48 +0900)]
Release of 0.2.2, LTS for TizenRT
This is new LTS release for TizenRT.
Signed-off-by: gichan2-jang <gichan2.jang@samsung.com>
Jaeyun Jung [Tue, 2 May 2023 07:51:28 +0000 (16:51 +0900)]
[CodeClean] remove unnecessary code
Code clean, fix indent and remove unnecessary lines.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
gichan [Mon, 24 Apr 2023 05:52:39 +0000 (14:52 +0900)]
[Tizen] Exclude test files for SAM
Exclude test files for SAM
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun Jung [Fri, 21 Apr 2023 08:12:58 +0000 (17:12 +0900)]
[Socket] use getaddrinfo to fill socketaddr
Fix svace issue. The function gethostbyname is unsafe function, use getaddrinfo instead.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Seungha Son [Thu, 6 Apr 2023 15:16:31 +0000 (00:16 +0900)]
[Build] Move NNS_EDGE_LIB_NAME variable to root CMakeLists.txt
Move the NNS_EDGE_LIB_NAME variable from the src/CMakeLists.txt to
CMakeLists.txt in the root directory.
Since the nnstreamer-edge value is also referenced in the
tests/CMakeLists.txt file, change the variable to use in common to
minimize human errors.
Signed-off-by: Seungha Son <linuxias@gmail.com>
gichan [Thu, 6 Apr 2023 09:37:39 +0000 (18:37 +0900)]
[Edge] Remove unnecessary pthread attribute.
'JOINABLE' is the default atribute of the pthread, so remove the attribute.
*note: Some TizenRT board don't support this option.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 4 Apr 2023 02:02:51 +0000 (11:02 +0900)]
[Edge] Initialize caps
Initialize caps when creating edge handler.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 4 Apr 2023 01:59:07 +0000 (10:59 +0900)]
[MQTT] Change timeout for getting message from mqtt broker
Change timeout for getting message from mqtt broker.
default timeout: 0 (infinite timeout)
Signed-off-by: gichan <gichan2.jang@samsung.com>
Seungha Son [Sat, 1 Apr 2023 15:32:14 +0000 (00:32 +0900)]
[Git] Add ignore list related with CMake
This patch is to ignore cmake related files generated after the build.
Signed-off-by: Seungha Son <linuxias@gmail.com>
Seungha Son [Sat, 1 Apr 2023 15:54:29 +0000 (00:54 +0900)]
[Test] fix memory leak
When running the test, the memory is not released,
fx the memory-leak by releasing the memory before the end of the test.
Signed-off-by: Seungha Son <linuxias@gmail.com>
gichan [Wed, 29 Mar 2023 06:41:13 +0000 (15:41 +0900)]
[README] Add quick start guide
Add quick start guide
- install nnstreamer-edge via ppa
- build and run unit tests
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun Jung [Mon, 20 Mar 2023 09:01:45 +0000 (18:01 +0900)]
[CodeClean] fix res leak case
Fix svace issues, handle res leak.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Jaeyun Jung [Mon, 20 Mar 2023 05:08:14 +0000 (14:08 +0900)]
[CodeClean] handle error case
Handle error case, add line comment and fix build error.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Jaeyun Jung [Mon, 20 Mar 2023 05:00:57 +0000 (14:00 +0900)]
[Api] flag to check state - started
Add internal flag to check edge-handle is started.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Jaeyun Jung [Mon, 20 Mar 2023 04:56:53 +0000 (13:56 +0900)]
[Connection] remove conn-type udp
Remove enum - UDP connection, nnstreamer-edge handles TCP connection only.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
gichan [Mon, 13 Mar 2023 07:44:23 +0000 (16:44 +0900)]
[MQTT] Support MQTT direct data transmission
- Support MQTT direct data transmission.
- Add unit test for mqtt
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 14 Mar 2023 08:39:30 +0000 (17:39 +0900)]
[TizenRT] Remove object file when cleaning
Remove object files that are the result of TizenRT build when cleaning.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Mon, 13 Mar 2023 07:45:27 +0000 (16:45 +0900)]
[MQTT] Change queue name
Change queue name from server_list to message_queue.
Change to general name to handle not only server information but also the raw data.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Thu, 12 Jan 2023 16:17:04 +0000 (01:17 +0900)]
[Queue] clear data when releasing the queue
Code clean, remove duplicated code to clear data.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Wed, 4 Jan 2023 05:45:48 +0000 (14:45 +0900)]
Change queue of the sending thread
- Release send queue after the send thread is finished.
- Add new function to clear the data in the queue.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 3 Jan 2023 07:38:09 +0000 (16:38 +0900)]
Safe momory free
Set NULL after release the memory.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Tue, 3 Jan 2023 09:17:31 +0000 (18:17 +0900)]
[Common] fix ret code after creating a thread
Fix returned code after creating a thread.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 3 Jan 2023 10:33:00 +0000 (19:33 +0900)]
[Connect] flag to check sending thread
1. Add flag to check sending thread.
2. Init data ptr and size in the queue.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 6 Dec 2022 11:00:29 +0000 (20:00 +0900)]
[Data] util to check serialized data
Add util function to check serialized data ptr.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Thu, 20 Oct 2022 08:29:51 +0000 (17:29 +0900)]
[Build] build option tizen
Add flag - build on Tizen and add dependency to dlog.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Wed, 7 Dec 2022 06:16:31 +0000 (15:16 +0900)]
[MQTT/temporal] Change log level
Change log level fron info to debug.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Mon, 5 Dec 2022 11:21:39 +0000 (20:21 +0900)]
[CodeClean/Handle] internal struct for handle
Code clean, move definition for internal data struct and cleanup headers.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 6 Dec 2022 09:18:27 +0000 (18:18 +0900)]
[Test] remove unnecessary info
Code clean, remove unnecessary host info to run mqtt connection.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Mon, 5 Dec 2022 10:40:11 +0000 (19:40 +0900)]
[Handle] macro to check handle
Macro to check handle in nns-edge.
The magic key would be changed when a handle is destroyed. If handle is not valid, its mutex lock is also invalid.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Fri, 2 Dec 2022 09:09:12 +0000 (18:09 +0900)]
[AITT] separate handle
Separate AITT handle and update related code, to remove dependency to nns-edge handle.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 22 Nov 2022 10:38:28 +0000 (19:38 +0900)]
[CodeClean/Queue] handle data size
Code clean, prepare next PR. Handle data size of queue.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Mon, 21 Nov 2022 10:20:01 +0000 (19:20 +0900)]
[CodeClean/MQTT] broker handle
Code clean, add broker handle and revise MQTT functions.
This will remove dependency to edge-handle in MQTT impl.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Fri, 2 Dec 2022 06:16:05 +0000 (15:16 +0900)]
[CodeClean/Event] util to invoke event
Add util function to invoke edge-event callback.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Fri, 2 Dec 2022 03:27:22 +0000 (12:27 +0900)]
[CodeClean/Data] param to deserialize edge-data
Code clean,
1. handle data size to deserailze edge data.
2. Fix typo and revise testcases.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Thu, 1 Dec 2022 10:01:58 +0000 (19:01 +0900)]
[CodeClean/AITT] unnecessary aitt handle type
Code clean,
1. change aitt-handle (handle in aitt header)
2. update log message
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 2 Nov 2022 01:33:40 +0000 (10:33 +0900)]
[CodeClean] error case in mosquitto impl
Code clean, handle error case if failed to create mosquitto handle.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Fri, 18 Nov 2022 09:10:39 +0000 (18:10 +0900)]
[Util] util function to allocate memory
Fix svace issue - size limit to allocate memory.
Add util function for mem allocation, checking max size before calling malloc.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 1 Nov 2022 02:28:53 +0000 (11:28 +0900)]
[Data] wrapper function to release data handle
Code clean, add wrapper function to release edge-data handle.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Fri, 18 Nov 2022 08:20:27 +0000 (17:20 +0900)]
[CodeClean] invalid arg type
Fix svace issue, size_t in nns-edge was changed to unsigned int 64. Fix invalid arg type to print log.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 9 Nov 2022 11:40:59 +0000 (20:40 +0900)]
[AITT] fix param type
Fix build error, AITT updated param type in subsribe callback.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Yongjoo Ahn [Thu, 10 Nov 2022 09:44:01 +0000 (18:44 +0900)]
[build] Add nnstreamer-edge-log.c to android build
- Add the source file to the source list in Android.mk
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Thu, 10 Nov 2022 09:43:07 +0000 (18:43 +0900)]
[build] Add DEBUG macro value as 0 if it is not defined
- Add DEBUG macro value as 0 if it is not defined before
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
MyungJoo Ham [Wed, 2 Nov 2022 09:43:39 +0000 (18:43 +0900)]
CMake: FATAL_ERROR should not be in message string.
It should be given as the optional mode argument.
Refer to https://cmake.org/cmake/help/v3.0/command/message.html
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Jaeyun [Tue, 1 Nov 2022 02:25:54 +0000 (11:25 +0900)]
[Queue] fix mem leak case
Code clean,
1. fix mem leak case - max buffer in queue.
2. use common destroy callback.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Wed, 2 Nov 2022 06:49:52 +0000 (15:49 +0900)]
[README] Add daily build badge
Add dailt build badge
- target: tizen, tizenRT, ubuntu
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Wed, 2 Nov 2022 07:06:39 +0000 (16:06 +0900)]
[Test] invalid function in aitt test
Fix invalid function in aitt testcase.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 1 Nov 2022 02:27:22 +0000 (11:27 +0900)]
[CodeClean] unnecessary cond
Code clean, remove unnecessary condition and fix var type.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Thu, 27 Oct 2022 03:05:43 +0000 (12:05 +0900)]
[TizenRT] Build mqtt-hybrid on TizenRT
- Build mqtt-hybrid on TizenRT.
- exclude qemu/build_test and mxrt1050-evk/loadable_elf_apps since they
are not supporting mqtt feature.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 25 Oct 2022 07:04:18 +0000 (16:04 +0900)]
[MQTT] Change mqtt lib priority
Change mosquitto lib to have a higher priority than paho-mqtt-c lib.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Wed, 19 Oct 2022 07:16:51 +0000 (16:16 +0900)]
[Queue] leaky option
Add leaky option in nns-edge queue.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Yongjoo Ahn [Mon, 17 Oct 2022 07:49:51 +0000 (16:49 +0900)]
[build] Add android.mk file for Android build
- Add `android.mk` file for NNStreamer Android build
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
gichan [Mon, 17 Oct 2022 09:41:50 +0000 (18:41 +0900)]
[MQTT] Implement mqtt using mosquitto lib
Implement mqtt using moosquitto lib.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Thu, 20 Oct 2022 08:39:37 +0000 (17:39 +0900)]
[Log] set log level
Add new function to set log level.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Thu, 13 Oct 2022 02:40:45 +0000 (11:40 +0900)]
Fixate the data size
An error occurs in the communication because of different data sizes in the 32-bit and the 64-bit systems. Fixate the data size.
The type of size variable is set to 64bit as the default.
Tested using 32bit Tizen TV and 64bit Ubuntu.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Wed, 12 Oct 2022 03:05:18 +0000 (12:05 +0900)]
Fix build error in Tizen tv profile.
Fix build error in Tizen tv profile.
- Fix incompatible variable and function types.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Thu, 13 Oct 2022 09:12:21 +0000 (18:12 +0900)]
[Doxygen] add missed tag
Fix doxygen error, add missed tag (bug).
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Thu, 13 Oct 2022 09:06:37 +0000 (18:06 +0900)]
[Queue] limit in data queue
Set max number in queue when sending data to other node.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Fri, 14 Oct 2022 02:11:22 +0000 (11:11 +0900)]
[MQTT] Separate MQTT implementation
Separate implementation for MQTT into paho-mqtt-c and mosquitto.
Let's use mosquitto lib in environments where the paho lib is not supported, such as tizenRT.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Yongjoo Ahn [Mon, 17 Oct 2022 07:03:46 +0000 (16:03 +0900)]
[edge] Remove unnecessary pthread call
- Remove `pthread_cancel`, cause msg and listener thread do not need
thread cancellation.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Jaeyun [Thu, 13 Oct 2022 09:15:30 +0000 (18:15 +0900)]
[Build] build flag for nns-edge
Code clean, add common build flags for nns-edge build.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Wed, 12 Oct 2022 03:13:52 +0000 (12:13 +0900)]
[Doxygen] Add missing tag
- Add missing doxygen bug tag.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Wed, 5 Oct 2022 08:03:08 +0000 (17:03 +0900)]
[Sock] event in recv thread
Update code to handle sock event in recv thread.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 5 Oct 2022 06:00:43 +0000 (15:00 +0900)]
[Util] macro to check port number
Add macro to check port number.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 5 Oct 2022 05:38:11 +0000 (14:38 +0900)]
[Aitt] check feature definition
Code clean, report error when building aitt impl without feature definition.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Fri, 30 Sep 2022 03:14:58 +0000 (12:14 +0900)]
[Version] update version to 0.2.1
Release 0.1.0 for Tizen 7.0 M2. Start impl for next release (0.2.1).
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 28 Sep 2022 07:03:21 +0000 (16:03 +0900)]
[Doc] build-test on TizenRT
Add make file and document to run build-test on TizenRT.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Tue, 4 Oct 2022 06:47:53 +0000 (15:47 +0900)]
[Edge] Fix checking return value of the poll().
Since the timeout of the poll is set to 0, let's not check the return value of 0.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Tue, 27 Sep 2022 09:21:15 +0000 (18:21 +0900)]
[Build] default option for extern libs
Set default option off for external libraries (AITT and Paho-MQTT).
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 28 Sep 2022 04:45:51 +0000 (13:45 +0900)]
[Build] error on TizenRT
Fix build-test error on TizenRT, header and undefined symbol.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 27 Sep 2022 05:09:36 +0000 (14:09 +0900)]
[CodeClean] prevent error case
Code clean, fix coverity issue and prevent error case.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Mon, 26 Sep 2022 08:13:22 +0000 (17:13 +0900)]
[Build] update tizen repo
Fix URL to download Tizen packages.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Mon, 26 Sep 2022 03:45:27 +0000 (12:45 +0900)]
[Spec] features for TV release
Code clean, add definition - features for TV release.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Tue, 20 Sep 2022 09:05:25 +0000 (18:05 +0900)]
[AITT] add aitt option
Set AITT option to open AITT handle.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Thu, 15 Sep 2022 09:21:15 +0000 (18:21 +0900)]
[Bug] invalid data ptr
Fix invalid param, data handle ptr.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Thu, 15 Sep 2022 04:53:32 +0000 (13:53 +0900)]
[CodeClean] new header for mqtt and aitt
Prepare connection handle, separate header files for mqtt and aitt.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Thu, 8 Sep 2022 06:27:39 +0000 (15:27 +0900)]
[CodeClean] separate meta
Internal util functions to handle metadata.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 7 Sep 2022 11:28:27 +0000 (20:28 +0900)]
[CodeClean] edge event functions
Separate edge event functions and related definitions.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Wed, 14 Sep 2022 09:24:13 +0000 (18:24 +0900)]
[Util] Add missing doxygen tag.
- Add missing doxygen tag.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Wed, 14 Sep 2022 09:19:20 +0000 (18:19 +0900)]
[Edge] Allow NULL ID when create edge handle.
- Allow NULL ID when create edge handle.
- Add event_type to notify connection closure.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 6 Sep 2022 07:56:28 +0000 (16:56 +0900)]
Check connection before send the data
Check the connection before sending the data.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Thu, 8 Sep 2022 02:35:48 +0000 (11:35 +0900)]
[API] remove deprecated func
Remove macro - publish(), use send() instead.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Tue, 6 Sep 2022 07:56:28 +0000 (16:56 +0900)]
Check connection before send the data
Check the connection before sending the data.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Yechan Choi [Fri, 12 Aug 2022 11:59:59 +0000 (20:59 +0900)]
[Edge] support edge
- If no client_id is found in the data, publish it to all connected clients.
- Add NNS_EDGE_FLAG_PUBSUB.
Signed-off-by: Yechan Choi <yechan9.choi@samsung.com>
Signed-off-by: gichan <gichan2.jang@samsung.com>
Yongjoo Ahn [Wed, 14 Sep 2022 02:28:03 +0000 (11:28 +0900)]
[trivial] Fix unused variable and test name
- Remove unused variable and change test name.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Wed, 14 Sep 2022 02:26:12 +0000 (11:26 +0900)]
[packaging] Disable Aitt related files when aitt_support is not set
- Exclude Aitt related files when aitt_support is not set
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Jaeyun [Wed, 7 Sep 2022 10:18:26 +0000 (19:18 +0900)]
[CodeClean] separate data utils
Code clean, prepare util functions.
1. separate edge-data utils.
2. remove todo item and extra code clean.
TODO: separate mqtt, edge-event and other util functions.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Thu, 1 Sep 2022 05:14:04 +0000 (14:14 +0900)]
[AITT] Serialize the data before send
Serialize the edga data before send using AITT.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Wed, 7 Sep 2022 05:41:11 +0000 (14:41 +0900)]
[Build/Test] add mosquitto to run test
Clearly define build-require to mosquitto, to run unittest using mqtt broker.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
MyungJoo Ham [Tue, 6 Sep 2022 05:12:27 +0000 (14:12 +0900)]
github-action/gbs: Tizen build infra update
The build infra has updated and its binary repository URL
has been updated.
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Jaeyun [Tue, 6 Sep 2022 02:40:10 +0000 (11:40 +0900)]
[Doc] fix typo and remove todo item
Update doc, typo and remove todo items those are already implemented.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Mon, 29 Aug 2022 07:47:12 +0000 (16:47 +0900)]
[TEMP] Temporarily disable aitt_option
`aitt_option` is newest feature of the aitt.
It's not refelected on latest image. Temporarily remove aitt_option
feature.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Thu, 1 Sep 2022 06:25:18 +0000 (15:25 +0900)]
[Cmake] Add option to change features.
Add build option to change features.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Mon, 29 Aug 2022 07:25:32 +0000 (16:25 +0900)]
[TEST] Add AITT unittest cases
- Add AITT unittest cases
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Mon, 29 Aug 2022 07:24:56 +0000 (16:24 +0900)]
[AITT] Support AITT as edge connection type
Support AITT as edge connection type.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Thu, 1 Sep 2022 02:24:24 +0000 (11:24 +0900)]
[TEST] Add uniitest for serealize the data
Add unittest for serialize the data.
Signed-off-by: gichan <gichan2.jang@samsung.com>
gichan [Tue, 30 Aug 2022 10:30:23 +0000 (19:30 +0900)]
[Common] Adding serialize/deserialze the edge data.
Adding serialize and deserialize the edge data.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Wed, 31 Aug 2022 04:48:35 +0000 (13:48 +0900)]
[Build] remove glib dependency
We replaced all glib functions in nns-edge, remove glib dependency.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Wed, 17 Aug 2022 08:24:35 +0000 (17:24 +0900)]
[WIP][Edge] Elaborate edge API description.
- Add elaborate edge API description.
- Add example code.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Jaeyun [Tue, 30 Aug 2022 08:43:46 +0000 (17:43 +0900)]
[Connection] list of connections
Add list of connection data and remove glib table.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Wed, 31 Aug 2022 03:18:49 +0000 (12:18 +0900)]
[Test] remove main loop
Remove glib main-loop and unnecessary thread in testcases.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>