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>
Tue, 30 Dec 2014 03:38:23 +0000 (19:38 -0800)
commit87f7589e62489e9a100fe11fa418f8ab120e2f44
tree9b5dc1cca2fa248ef2e64adb0553f0370589ebb1
parentf043bae00e17d0aa07470cc5e5fc4adc90c45856
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>
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]