Initial Push of Arduino Sample Apps
authorJoseph Morrow <joseph.l.morrow@intel.com>
Mon, 18 Aug 2014 21:04:21 +0000 (17:04 -0400)
committerJoseph Morrow <joseph.l.morrow@intel.com>
Wed, 20 Aug 2014 18:15:28 +0000 (14:15 -0400)
commit24df527b7391a99c4f8e8d073808f32ceabe1238
tree54754d8826bdf7d0df099e0e0945f73f5e727d80
parent0469cffd53ada51d92390a3e7184dafb8e672a90
Initial Push of Arduino Sample Apps

Right now, tokens are messed up. I cannot get Observe operation to
function properly on Linux or Arduino.

Right now, here is the Arduino server only.

Patch Set 2: Removed "local.properties." This file should NEVER be
committed.

Patch Set 4: Made changes to READMEs as proposed by Bill Dieter.

Patch Set 5-7: Rebases

Path Set 8: Updated stack files to build for Arduino as well.
Arduino compiler is a little bit more per-snickety than the linux compiler.

Change-Id: I21b9396d1d22b9189db65ef31d4528720b01c5b9
csdk/README
csdk/occoap/src/occoap.c
csdk/stack/samples/arduino/SimpleClientServer/README [new file with mode: 0644]
csdk/stack/samples/arduino/SimpleClientServer/makefile [new file with mode: 0644]
csdk/stack/samples/arduino/SimpleClientServer/ocserver/README [new file with mode: 0644]
csdk/stack/samples/arduino/SimpleClientServer/ocserver/makefile [new file with mode: 0644]
csdk/stack/samples/arduino/SimpleClientServer/ocserver/ocserver.cpp [new file with mode: 0644]
csdk/stack/src/occollection.c
csdk/stack/src/ocobserve.c
csdk/stack/src/ocresource.c