Development of CoAP-HTTP Proxy
authorAbhishek Sharma <ce.abhishek@samsung.com>
Mon, 22 Aug 2016 09:00:41 +0000 (14:30 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Thu, 8 Sep 2016 10:32:59 +0000 (10:32 +0000)
commitfa393dc92a9ea0e8809d4474d54d916e845b2d0e
tree03e2ae9efe08b495447633c8d33eff0d29b9b8e4
parentfdad6f8009043078395b32c43aa0e16999f18bcc
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: I14f3e6a68c83e5c2cebfedbe1a0e1247e3cb85c2
Signed-off-by: Abhishek Sharma <ce.abhishek@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10725
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@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