Adding an IoTivity/Zigbee sample server
authorJoseph Morrow <joseph.l.morrow@intel.com>
Sat, 19 Sep 2015 03:24:55 +0000 (20:24 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Sun, 20 Sep 2015 05:38:19 +0000 (05:38 +0000)
commit3c30b5222b0142cf897e8600c74314b7993a4bc3
tree9e17f980902d98abf6b170a52144531f0e90f9b2
parenta739a6ac295294f8010dd185a86aea76ddf038b0
Adding an IoTivity/Zigbee sample server

Added functionality for the IoTivity/Zigbee server.  Added file
for addition of the client.  Changed the PluginStart to have the correct
parameters.  Corrected SConscript to properly include the IoTivity
logger and CSDK.

Change-Id: I20aca3403c6a0a1e198fdb337a6affe13c389417
Signed-off-by: Erich Keane <erich.keane@intel.com>
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2122
Reviewed-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2767
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
plugins/include/plugininterface.h
plugins/samples/linux/IotivityandZigbeeClient.c [moved from plugins/samples/linux/IotivityandZigbee.c with 91% similarity]
plugins/samples/linux/IotivityandZigbeeClient.h [moved from plugins/samples/linux/IotivityandZigbee.h with 80% similarity]
plugins/samples/linux/IotivityandZigbeeServer.c [new file with mode: 0644]
plugins/samples/linux/IotivityandZigbeeServer.h [new file with mode: 0644]
plugins/samples/linux/SConscript
plugins/src/plugininterface.c
plugins/unittests/plugininterfacetest.cpp