[SECARSP-94] Communication protocol draft.
authorDmytro Lomtiev <d.lomtev@samsung.com>
Fri, 16 Feb 2018 14:25:28 +0000 (16:25 +0200)
committerDmytro Lomtiev <d.lomtev@samsung.com>
Fri, 16 Mar 2018 14:16:49 +0000 (16:16 +0200)
commita15345c5d2257fa6ba3878a58a1161e6bdcd6ef2
tree6403e49c6c4735e3d5a032ddf729212b314d220f
parentcf900db9089903dfeebedfb7de5b30f66c4efa6c
[SECARSP-94] Communication protocol draft.

Change-Id: I815746f787cfd1e4b6f26617cdc76d219e793fca
15 files changed:
device-agent/communication/inc/connection.h [new file with mode: 0644]
device-agent/communication/inc/event.h [new file with mode: 0644]
device-agent/communication/inc/irestservice.h [new file with mode: 0644]
device-agent/communication/inc/reportcomposer.h [new file with mode: 0644]
device-agent/communication/inc/restservice.h
device-agent/communication/inc/settings.h [new file with mode: 0644]
device-agent/communication/src/connection.cpp [new file with mode: 0644]
device-agent/communication/src/reportcomposer.cpp [new file with mode: 0644]
device-agent/communication/src/restservice.cpp
device-agent/communication/src/settings.cpp [new file with mode: 0644]
device-agent/packaging/samonitor.spec
device-agent/utest/CMakeLists.txt
device-agent/utest/test_connection.cpp [new file with mode: 0644]
device-agent/utest/test_rest.cpp
device-agent/utest/test_settings.cpp [new file with mode: 0644]