netutils/libcoap : Introduce new APIs for CoAP over TCP
authorJin-Seong Kim <jseong82.kim@samsung.com>
Thu, 27 Jul 2017 10:27:55 +0000 (19:27 +0900)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:47 +0000 (21:15 -0700)
commitdae8c9062a6fa05ed79418ae4c87bf6bc1eee43d
treec55dd44af863fe7f8fdad812cdb5b8509c5efc3b
parent88bb6ddda7edd478191214280c543a031858eca1
netutils/libcoap : Introduce new APIs for CoAP over TCP

This commit is patch to introduce new APIs for CoAP over TCP
- newly added API list
 1. coap_convert_to_tcp_pdu : converts UDP pdu to TCP pdu
 2. coap_debug_pdu_print : print CoAP pdu in details

Change-Id: I1a2e6c9167309b1676071818ef1bfaeb2b34552c
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/libcoap_client/libcoap-client.c
apps/include/netutils/libcoap/pdu.h
apps/netutils/libcoap/pdu.c