summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jaeyun [Tue, 28 Jun 2022 06:56:44 +0000 (15:56 +0900)]
[Test] temporal block
Temporally block the unittest, we should enable this after migrating nnstreamer-edge library.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
Jaeyun [Mon, 27 Jun 2022 10:45:49 +0000 (19:45 +0900)]
[Edge] migrate nnstreamer-edge
Migrate nnstreamer-edge library from nnstreamer repo.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gichan [Thu, 30 Jun 2022 09:27:11 +0000 (18:27 +0900)]
[github] Add CODEOWNER file
Add code owners for the edge repo. Define specified owner later.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Sangjung Woo [Fri, 17 Sep 2021 05:45:52 +0000 (14:45 +0900)]
[Sensor] Fix the indent format error
This patch fixes the indent format error.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Fri, 17 Sep 2021 04:03:11 +0000 (13:03 +0900)]
[Spec] Add testcoverage option
To check the line & function coverage, this patch adds the testcoverage option.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Gichan Jang [Fri, 17 Sep 2021 00:12:32 +0000 (09:12 +0900)]
[Doxygen] Add doxygen tag
Add doxygen bried tag for edge info structure.
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Gichan Jang [Fri, 17 Sep 2021 00:09:07 +0000 (09:09 +0900)]
[Indent] Fix indent
Fix indent reported by TAOS-CI.
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Gichan Jang [Fri, 17 Sep 2021 00:02:21 +0000 (09:02 +0900)]
[CI] Add gbs conf file
- Add gbs conf file
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
gichan [Wed, 15 Sep 2021 06:07:29 +0000 (15:07 +0900)]
[TEST] Add gtest
Add unit tests for edge sensor using GTest.
Signed-off-by: gichan <gichan2.jang@samsung.com>
Sangjung Woo [Thu, 9 Sep 2021 06:12:14 +0000 (15:12 +0900)]
[doc] Add README.md for developers
This patch adds README.md for developers to build and test
nnstreamer-edge-sensor library.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Thu, 9 Sep 2021 06:06:18 +0000 (15:06 +0900)]
[test/sensor] Add more options to test various case
To test various case, this patch adds more options as below.
$ ./test_edge_sensor
Usage: ./tests/test_edge_sensor [-f jpeg_file] [-d directory] [-c count]
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Wed, 1 Sep 2021 06:07:18 +0000 (15:07 +0900)]
[debian] Support debian package
This patch enables the debian package for Ubuntu release.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Wed, 1 Sep 2021 05:06:17 +0000 (14:06 +0900)]
[RPM] Support rpm package
This patch enables the RPM package for Tizen build infra.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Tue, 6 Jul 2021 05:03:51 +0000 (14:03 +0900)]
[test/sensor] Add test case to publish the jpeg data
This test case publishes the jpeg data as "TestTopic" topic name 10
times. If data is successfully received, then the image is shown on the
server side.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Fri, 2 Jul 2021 06:47:36 +0000 (15:47 +0900)]
[sensor] Add libedge-sensor library for edge sensor APIs
This patch newly adds the libedge-sensor library and its Edge sensor APIs
to publish the sensor data to the GStreamer pipeline. This version
includes the below APIs.
- edge_open_connection(): Open MQTT connection
- edge_publish_single_msg(): Publish the single message that contains
only one record.
- edge_close_connection(): Close the MQTT connection
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Sangjung Woo [Thu, 1 Jul 2021 09:47:09 +0000 (18:47 +0900)]
[sensor] Add MQTT common header
To communicate with GstMQTT element, this patch adds the
GstMQTTMessageHdr structure. The original file is located in
gst/mqtt/mqttcommon.h of the NNStreamer repo. To remove glib dependency,
this version uses fixed-width integer types (i.e. stdint.h) instead of
GLib types.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
MyungJoo Ham [Thu, 28 Nov 2019 13:51:05 +0000 (22:51 +0900)]
Update README.md
MyungJoo Ham [Thu, 28 Nov 2019 13:49:56 +0000 (22:49 +0900)]
Update README.md
MyungJoo Ham [Thu, 28 Nov 2019 13:49:20 +0000 (22:49 +0900)]
README: add requirements
Added a few requirements
MyungJoo Ham [Fri, 1 Nov 2019 06:03:17 +0000 (15:03 +0900)]
Update README.md
MyungJoo Ham [Fri, 1 Nov 2019 06:01:55 +0000 (15:01 +0900)]
Initial commit