OICSensorBoard: App for Intel Edison Platform.
authorKishen Maloor <kishen.maloor@intel.com>
Mon, 22 Dec 2014 20:09:51 +0000 (12:09 -0800)
committerKishen Maloor <kishen.maloor@intel.com>
Fri, 26 Dec 2014 03:50:07 +0000 (19:50 -0800)
commit7cd6e2214c0eb9a70ac8cb94b38f9dc682a6691e
tree246e5de542706c1099aa16c72ddce03b4fb4b2ed
parent260b70fb6bb9122e97fdcdfd1ff6eed58215a0d1
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>
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]