This a complete version of OICMiddle.
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Tue, 30 Dec 2014 01:20:39 +0000 (17:20 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 22 Jan 2015 04:06:05 +0000 (04:06 +0000)
commitaeeb8728f2596b87b028b61ec7c13e368bf4d5a4
tree3e8ca3757cf2451178d8b7c31de6aa28a1d69d0a
parent8f58f08116678279be7c823cc9239ee83222ebc1
This a complete version of OICMiddle.
The ReST capability has limited functionality, which we hope to expand
shortly after release.  We believe the other parts of OICMiddle are
sufficiently robust that the application will be useful as both demo
and example in the OIC 0.9.0 release.

In a partial review prior to moving from 01.org to IoTivity, one
reviewer provided 50 comments.  All of the comments were addressed,
though not all were agreed with.  In some cases, comments were added
to the code to address the concern.  Others may require further
discussion.

Change-Id: I3e52de09a0737dd8dd0323fa2a20e4c94224f9c7
Signed-off-by: John.Light <john.j.light@intel.com>
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
(cherry picked from commit 87f7589e62489e9a100fe11fa418f8ab120e2f44)
Reviewed-on: https://gerrit.iotivity.org/gerrit/196
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
15 files changed:
examples/OICMiddle/Client.cpp [new file with mode: 0644]
examples/OICMiddle/Client.h [new file with mode: 0644]
examples/OICMiddle/LineInput.cpp [new file with mode: 0644]
examples/OICMiddle/LineInput.h [new file with mode: 0644]
examples/OICMiddle/OICMiddle.cpp [new file with mode: 0644]
examples/OICMiddle/OICMiddle.h [new file with mode: 0644]
examples/OICMiddle/README [new file with mode: 0644]
examples/OICMiddle/RestInput.cpp [new file with mode: 0644]
examples/OICMiddle/RestInput.h [new file with mode: 0644]
examples/OICMiddle/SConstruct [new file with mode: 0644]
examples/OICMiddle/Server.cpp [new file with mode: 0644]
examples/OICMiddle/Server.h [new file with mode: 0644]
examples/OICMiddle/WrapResource.cpp [new file with mode: 0644]
examples/OICMiddle/WrapResource.h [new file with mode: 0644]
examples/OICMiddle/makefile [new file with mode: 0644]