OICSensorBoard: App for Intel Edison Platform.
authorKishen Maloor <kishen.maloor@intel.com>
Mon, 22 Dec 2014 20:09:51 +0000 (12:09 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Wed, 21 Jan 2015 23:27:25 +0000 (23:27 +0000)
commitbae8e496ac02aeda70588c2760a4fae7ed8d694c
tree9efbae42cc835f2f59e915ab13f01f860d3ae1c5
parent205f5ba888cb2abb0b5411e105d1f770e6c2e0d1
OICSensorBoard: App for Intel Edison Platform.

(Please refer to https://oic-review.01.org/gerrit/#/c/668/8/
for prior review status)

Build for OICSensorBoard is NOT included in the
standard Iotivity build.

It requires the Yocto cross-toolchain for
a chosen target, and would therefore be
built separately.

It demonstrates Iotivity Server capabilities through
the integration of an add-on breadboard that hosts
temperature, ambient light and LED sensors.
In addition, there is a command-line Iotivity Client
application to test server functionality from a
separate machine.

The included scons build script expects to build
the client for Linux (tested on Ubuntu 12.04)
and the server to be built via the Yocto
cross-toolchain for Edison.

Brief instructions for constructing this
toolchain are provided in the included README.

Change-Id: I26d12c2334d84a6e0245e0f3689e09a51152fea5
Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
(cherry picked from commit 7cd6e2214c0eb9a70ac8cb94b38f9dc682a6691e)
Reviewed-on: https://gerrit.iotivity.org/gerrit/182
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
examples/OICSensorBoard/OICSensorBoardREADME.pdf [new file with mode: 0644]
examples/OICSensorBoard/SConstruct [new file with mode: 0644]
examples/OICSensorBoard/client.cpp [new file with mode: 0644]
examples/OICSensorBoard/client.h [new file with mode: 0644]
examples/OICSensorBoard/namedefs.h [new file with mode: 0644]
examples/OICSensorBoard/observer.cpp [new file with mode: 0644]
examples/OICSensorBoard/observer.h [new file with mode: 0644]
examples/OICSensorBoard/sensors.h [new file with mode: 0644]
examples/OICSensorBoard/server.cpp [new file with mode: 0644]
examples/OICSensorBoard/server.h [new file with mode: 0644]