examples/lwm2m_test: introduce lwm2m test examples
authorJunyeon LEE <junyeon2.lee@samsung.com>
Thu, 8 Jun 2017 16:52:10 +0000 (01:52 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 11:10:17 +0000 (20:10 +0900)
commit31434a55017327fc585b1eeecb5143d751d9ef71
tree8289ac9d10e4550fc7a28ed241205aa7b4027eb1
parent91d35dd0f6f83faf0fb8945a2c6ca4207d9aaf10
examples/lwm2m_test: introduce lwm2m test examples

This commit is to introduce lwm2m test examples which is based on wakaama.
Restriction: lwm2m server and client examples can not build at a time.

Change-Id: Ic24926d611695c9c387af776006aa3ab934ebd00
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
24 files changed:
apps/examples/lwm2m_test/Kconfig [new file with mode: 0644]
apps/examples/lwm2m_test/Kconfig_ENTRY [new file with mode: 0644]
apps/examples/lwm2m_test/Make.defs [new file with mode: 0644]
apps/examples/lwm2m_test/Makefile [new file with mode: 0644]
apps/examples/lwm2m_test/README.txt [new file with mode: 0644]
apps/examples/lwm2m_test/commandline.c [new file with mode: 0644]
apps/examples/lwm2m_test/commandline.h [new file with mode: 0644]
apps/examples/lwm2m_test/connection.c [new file with mode: 0644]
apps/examples/lwm2m_test/connection.h [new file with mode: 0644]
apps/examples/lwm2m_test/lwm2m_client_main.c [new file with mode: 0644]
apps/examples/lwm2m_test/lwm2m_client_main.h [new file with mode: 0644]
apps/examples/lwm2m_test/lwm2m_server_main.c [new file with mode: 0644]
apps/examples/lwm2m_test/lwm2m_server_main.h [new file with mode: 0644]
apps/examples/lwm2m_test/lwm2mclient.h [new file with mode: 0644]
apps/examples/lwm2m_test/object_access_control.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_connectivity_moni.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_connectivity_stat.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_device.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_firmware.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_location.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_security.c [new file with mode: 0644]
apps/examples/lwm2m_test/object_server.c [new file with mode: 0644]
apps/examples/lwm2m_test/platform.c [new file with mode: 0644]
apps/examples/lwm2m_test/test_object.c [new file with mode: 0644]