Replaces SID related c++ code with c code
authorShilpa Sodani <shilpa.a.sodani@intel.com>
Tue, 3 Feb 2015 23:06:19 +0000 (15:06 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 19 Feb 2015 21:35:18 +0000 (21:35 +0000)
commit6be20af7fd9c776e29624dc6a053e221c5f40838
tree74e165ecf6dbd245b099dc4dcc0f62f8b43d3bcd
parentac81aea3967cf9d454272f2aa9c59b5bd4f90293
Replaces SID related c++ code with c code

Parse payload with cJSON parser
Replace c++ set & pair data structure with c linklist
Demonstrate GET/PUT/POST on the resource in the resource list
Cleanup OC_LOG_V output
Collects all the resources present in  the clientResponse

Change-Id: Ib7e2047d25e0b2c805bae79b4246c1bbdbde8d8e
Signed-off-by: Shilpa Sodani <shilpa.a.sodani@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/297
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
Tested-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
resource/csdk/stack/samples/linux/SimpleClientServer/occlientbasicops.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/occlientbasicops.h
resource/csdk/stack/samples/linux/secure/occlientbasicops.cpp