Development of CoAP-HTTP Proxy
authorAbhishek Sharma <ce.abhishek@samsung.com>
Thu, 8 Sep 2016 11:25:24 +0000 (16:55 +0530)
committerUze Choi <uzchoi@samsung.com>
Mon, 12 Sep 2016 06:22:19 +0000 (06:22 +0000)
commiteb4025b48bfd003944a701e7daef86626cdaa505
tree68c1762615d42ef13bf2aaf88183300c153dd9ec
parent3b0e1528a55eef5192b37bae3fdb019dde6ad347
Development of CoAP-HTTP Proxy

Wiki page: https://wiki.iotivity.org/coap-http_proxy
JIRA Issue: https://jira.iotivity.org/browse/IOT-1128

Change-Id: I12a6c53589a428bdc1f94ea6d48a692ac07aabfe
Signed-off-by: Abhishek Sharma <ce.abhishek@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11601
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
34 files changed:
build_common/SConscript
resource/c_common/oic_string/include/oic_string.h
resource/c_common/oic_string/src/oic_string.c
resource/csdk/SConscript
resource/csdk/connectivity/api/cacommon.h
resource/csdk/connectivity/api/cainterface.h
resource/csdk/connectivity/src/SConscript
resource/csdk/connectivity/src/caprotocolmessage.c
resource/csdk/logger/include/logger.h
resource/csdk/stack/include/ocstack.h
resource/csdk/stack/include/ocstackconfig.h
resource/csdk/stack/include/octypes.h
resource/csdk/stack/include/payload_logging.h
resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/occlient.h
resource/csdk/stack/samples/tizen/SimpleClientServer/SConscript
resource/csdk/stack/samples/tizen/SimpleClientServer/packaging/com.oic.ri.sample.spec
resource/csdk/stack/samples/tizen/SimpleClientServer/scons/SConscript
resource/csdk/stack/samples/tizen/build/SConscript
resource/csdk/stack/samples/tizen/build/gbsbuild.sh
resource/csdk/stack/samples/tizen/build/packaging/com.oic.ri.spec
resource/csdk/stack/src/occlientcb.c
resource/csdk/stack/src/ocstack.c
service/SConscript
service/coap-http-proxy/SConscript [new file with mode: 0644]
service/coap-http-proxy/include/CoapHttpHandler.h [new file with mode: 0644]
service/coap-http-proxy/include/CoapHttpMap.h [new file with mode: 0644]
service/coap-http-proxy/include/CoapHttpParser.h [new file with mode: 0644]
service/coap-http-proxy/samples/SConscript [new file with mode: 0644]
service/coap-http-proxy/samples/proxy_main.c [new file with mode: 0644]
service/coap-http-proxy/src/CoapHttpHandler.c [new file with mode: 0644]
service/coap-http-proxy/src/CoapHttpMap.c [new file with mode: 0644]
service/coap-http-proxy/src/CoapHttpParser.c [new file with mode: 0644]
tools/tizen/iotivity.spec