initial upload
authorJeonghoon Park <jh1979.park@samsung.com>
Tue, 13 Nov 2018 08:02:02 +0000 (17:02 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Thu, 15 Nov 2018 11:25:13 +0000 (20:25 +0900)
commitb733df228888318f55cac7a522ca8b536b8adeca
tree56cfe8f5805ecaef5b6d52635680e436b02fa637
initial upload

Change-Id: Ibc6425a9fd0bba44dce7338b3541c8754bf7df94
85 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README.md [new file with mode: 0644]
dashboard/default.gif [new file with mode: 0644]
dashboard/public/css/style.css [new file with mode: 0644]
dashboard/public/image/arrow-01.png [new file with mode: 0644]
dashboard/public/image/arrow-02.png [new file with mode: 0644]
dashboard/public/image/arrow-03.png [new file with mode: 0644]
dashboard/public/image/arrow-04.png [new file with mode: 0644]
dashboard/public/image/arrow-05.png [new file with mode: 0644]
dashboard/public/image/arrow-06.png [new file with mode: 0644]
dashboard/public/image/arrow-07.png [new file with mode: 0644]
dashboard/public/image/arrow-08.png [new file with mode: 0644]
dashboard/public/image/bg.png [new file with mode: 0644]
dashboard/public/image/bullet.png [new file with mode: 0644]
dashboard/public/image/image.png [new file with mode: 0644]
dashboard/public/image/mobile.png [new file with mode: 0644]
dashboard/public/image/shadow.png [new file with mode: 0644]
dashboard/public/index.html [new file with mode: 0644]
dashboard/public/js/app.js [new file with mode: 0644]
dashboard/server.js [new file with mode: 0644]
include/controller.h [new file with mode: 0644]
include/controller_image.h [new file with mode: 0644]
include/controller_mv.h [new file with mode: 0644]
include/exif.h [new file with mode: 0644]
include/log.h [new file with mode: 0644]
include/motion.h [new file with mode: 0644]
include/resource_camera.h [new file with mode: 0644]
include/resource_servo_motor_sg90.h [new file with mode: 0644]
include/servo-h.h [new file with mode: 0644]
include/servo-type.h [new file with mode: 0644]
include/servo-v.h [new file with mode: 0644]
include/smartthings.h [new file with mode: 0644]
include/smartthings_notification.h [new file with mode: 0644]
include/smartthings_payload.h [new file with mode: 0644]
include/smartthings_resource.h [new file with mode: 0644]
include/st_thing_master.h [new file with mode: 0644]
include/st_thing_resource.h [new file with mode: 0644]
include/switch.h [new file with mode: 0644]
install-and-start.sh [new file with mode: 0755]
iot-vision-camera.manifest [new file with mode: 0644]
lib/libst_thing_master_api.so [new file with mode: 0644]
lib/libst_thing_resource_api.so [new file with mode: 0644]
packaging/iot-dashboard.service [new file with mode: 0644]
packaging/iot-vision-camera.spec [new file with mode: 0644]
shared/res/default_icon.png [new file with mode: 0644]
shared/res/master.json [new file with mode: 0644]
shared/res/resource.json [new file with mode: 0644]
smartthings-plugin/device-profile.json [new file with mode: 0644]
smartthings-plugin/manifest/ui.json [new file with mode: 0644]
smartthings-plugin/plugin/css/bulma-switch.min.css [new file with mode: 0644]
smartthings-plugin/plugin/css/bulma.min.css [new file with mode: 0644]
smartthings-plugin/plugin/css/helper.css [new file with mode: 0644]
smartthings-plugin/plugin/icon.png [new file with mode: 0644]
smartthings-plugin/plugin/index.html [new file with mode: 0644]
smartthings-plugin/plugin/js/capability_modeSwitch.js [new file with mode: 0644]
smartthings-plugin/plugin/js/capability_motionSensor.js [new file with mode: 0644]
smartthings-plugin/plugin/js/capability_servoMotor.js [new file with mode: 0644]
smartthings-plugin/plugin/js/index.js [new file with mode: 0644]
smartthings-plugin/plugin/manifest.xml [new file with mode: 0644]
smartthings-plugin/plugin/res/arrow_down.png [new file with mode: 0644]
smartthings-plugin/plugin/res/arrow_left.png [new file with mode: 0644]
smartthings-plugin/plugin/res/arrow_right.png [new file with mode: 0644]
smartthings-plugin/plugin/res/arrow_up.png [new file with mode: 0644]
smartthings-plugin/plugin/res/board_ic_arrow_left.png [new file with mode: 0644]
smartthings-plugin/plugin/res/controller_bg.png [new file with mode: 0644]
smartthings-plugin/plugin/webfonts/fa-solid-900.ttf [new file with mode: 0644]
smartthings-plugin/plugin/webfonts/fa-solid-900.woff [new file with mode: 0644]
smartthings-plugin/plugin/webfonts/fa-solid-900.woff2 [new file with mode: 0644]
smartthings-plugin/prod-catalog.json [new file with mode: 0644]
src/controller.c [new file with mode: 0644]
src/controller_image.c [new file with mode: 0644]
src/controller_mv.c [new file with mode: 0644]
src/exif.c [new file with mode: 0644]
src/motion.c [new file with mode: 0644]
src/resource_camera.c [new file with mode: 0644]
src/resource_servo_motor_sg90.c [new file with mode: 0644]
src/servo-h.c [new file with mode: 0644]
src/servo-v.c [new file with mode: 0644]
src/st_thing_master.c [new file with mode: 0644]
src/st_thing_resource.c [new file with mode: 0644]
src/switch.c [new file with mode: 0644]
tizen-manifest.xml.in [new file with mode: 0644]
update-dashboard.sh [new file with mode: 0755]