example/libcoap_test : introduce libcoap 4.1.1 test examples
authorJin-Seong Kim <jseong82.kim@samsung.com>
Mon, 15 May 2017 08:14:48 +0000 (17:14 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 01:26:55 +0000 (10:26 +0900)
commitb46fc3490e088f17801f82d8a370ce8de440b18a
treedc01c4b67099b551302a24c03087e550ee7821f6
parentc92c7b162998e135db284eb8f2324efbce1c9dac
example/libcoap_test : introduce libcoap 4.1.1 test examples

This commit is to introduce libcoap 4.1.1 test examples
 - server / client examples

Change-Id: Iac1df3cc9d9e4ba1c7b8d283738abfcb0c364487
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/libcoap_test/Kconfig [new file with mode: 0644]
apps/examples/libcoap_test/Make.defs [new file with mode: 0644]
apps/examples/libcoap_test/Makefile [new file with mode: 0644]
apps/examples/libcoap_test/coap-client.c [new file with mode: 0644]
apps/examples/libcoap_test/coap-server.c [new file with mode: 0644]