Merge from master to connectivity-abstraction branch
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Tue, 23 Dec 2014 22:49:30 +0000 (14:49 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Tue, 23 Dec 2014 22:49:30 +0000 (14:49 -0800)
commit36154a01af605d6ffa16cbfade44bf1d745f9f77
treeaebe89beab2f679d076dac26680fa7aa78b19d96
parent59783cd3fa4de855ae9b972d02998e6bada01f2d
Merge from master to connectivity-abstraction branch

Change-Id: Ib27785b3f8681b37885a94e608650eed871f9051
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
234 files changed:
.gitignore
SConstruct
build_common/SConscript
build_common/arduino/SConscript [changed mode: 0755->0644]
resource/csdk/SConscript
resource/csdk/connectivity/common/src/logger.c
resource/csdk/connectivity/lib/libcoap-4.1.1/examples/tiny.c
resource/csdk/libcoap-4.1.1/examples/tiny.c
resource/csdk/libcoap-4.1.1/net.c
resource/csdk/libcoap-4.1.1/sec/netdtls.c
resource/csdk/logger/src/logger.c
resource/csdk/logger/test/loggertests.cpp
resource/csdk/makefile
resource/csdk/occoap/include/occoaphelper.h
resource/csdk/occoap/src/occoap.c
resource/csdk/occoap/src/occoaphelper.c
resource/csdk/ocsocket/src/ocsocket.c
resource/csdk/ocsocket/src/ocsocket_arduino.cpp
resource/csdk/ocsocket/src/ocsocket_arduino_wifi.cpp
resource/csdk/stack/include/internal/ocresource.h
resource/csdk/stack/include/internal/ocresourcehandler.h
resource/csdk/stack/include/internal/oicgroup.h [new file with mode: 0644]
resource/csdk/stack/include/ocstack.h
resource/csdk/stack/include/ocstackconfig.h
resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/occlient.h
resource/csdk/stack/samples/linux/SimpleClientServer/ocserver.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/ocserver.h
resource/csdk/stack/samples/linux/secure/ocserverbasicops.cpp
resource/csdk/stack/src/occollection.c
resource/csdk/stack/src/ocobserve.c
resource/csdk/stack/src/ocresource.c
resource/csdk/stack/src/ocserverrequest.c
resource/csdk/stack/src/ocstack.c
resource/csdk/stack/src/oicgroup.c [new file with mode: 0644]
resource/examples/SConscript
resource/examples/devicediscoveryclient.cpp [new file with mode: 0644]
resource/examples/devicediscoveryserver.cpp [new file with mode: 0644]
resource/examples/groupclient.cpp [new file with mode: 0755]
resource/examples/groupserver.cpp [new file with mode: 0755]
resource/examples/lightserver.cpp [new file with mode: 0755]
resource/examples/makefile [changed mode: 0644->0755]
resource/examples/presenceclient.cpp
resource/examples/presenceserver.cpp
resource/include/IClientWrapper.h
resource/include/IServerWrapper.h
resource/include/InProcClientWrapper.h
resource/include/InProcServerWrapper.h
resource/include/OCApi.h
resource/include/OCPlatform.h
resource/include/OCPlatform_impl.h
resource/include/OCResourceRequest.h
resource/include/OutOfProcClientWrapper.h
resource/include/OutOfProcServerWrapper.h
resource/include/StringConstants.h
resource/releaseNotes/Dec20th2014.txt [new file with mode: 0644]
resource/src/InProcClientWrapper.cpp
resource/src/InProcServerWrapper.cpp
resource/src/OCException.cpp
resource/src/OCPlatform.cpp
resource/src/OCPlatform_impl.cpp
resource/src/OCRepresentation.cpp
resource/src/OCUtilities.cpp
resource/third_party_libs.scons
resource/unittests/README
resource/unittests/makefile
service/SConscript
service/docs/Control Manager-Programmer's guide.pdf [new file with mode: 0644]
service/docs/Getting Started_IoTivity Services_20141218.pdf [new file with mode: 0755]
service/docs/Getting Started_SSM_PPM_Things Manager_NM_20141218.pdf [new file with mode: 0755]
service/docs/IoTivity Services_20141216.pdf [new file with mode: 0644]
service/docs/Notification Manager - Programmer's guide.pdf [new file with mode: 0644]
service/docs/PPM - Programmer's Guide_20141218.pdf [new file with mode: 0755]
service/docs/SSM - Programmer's guide_20141216.pdf [new file with mode: 0755]
service/docs/Things Manager - Programmer's guide_M2_SDK_APIs.pdf [new file with mode: 0644]
service/notification-manager/NotificationManager/build/linux/Makefile
service/notification-manager/NotificationManager/include/HostingConfig.h [new file with mode: 0644]
service/notification-manager/NotificationManager/include/HostingHandler.h [new file with mode: 0644]
service/notification-manager/NotificationManager/include/HostingInterface.h [new file with mode: 0644]
service/notification-manager/NotificationManager/include/NotificationManager.h
service/notification-manager/NotificationManager/include/OICPlatformConfig.h [new file with mode: 0644]
service/notification-manager/NotificationManager/include/RegistrationManager.h
service/notification-manager/NotificationManager/include/ResourceManager.h
service/notification-manager/NotificationManager/include/VirtualRepresentation.h
service/notification-manager/NotificationManager/src/HostingHandler.cpp [new file with mode: 0644]
service/notification-manager/NotificationManager/src/HostingInterface.cpp [new file with mode: 0644]
service/notification-manager/NotificationManager/src/LinuxMain.cpp [deleted file]
service/notification-manager/NotificationManager/src/NotificationManager.cpp
service/notification-manager/NotificationManager/src/OICPlatformConfig.cpp [new file with mode: 0644]
service/notification-manager/NotificationManager/src/RegistrationManager.cpp
service/notification-manager/NotificationManager/src/ResourceManager.cpp
service/notification-manager/NotificationManager/src/VirtualRepresentation.cpp
service/notification-manager/NotificationManager/src/linux/main.cpp [new file with mode: 0644]
service/notification-manager/SampleApp/linux/sampleConsumer/SampleConsumer.cpp
service/notification-manager/SampleApp/linux/sampleProvider/SampleProvider.cpp
service/protocol-plugin/build/linux/Makefile
service/protocol-plugin/lib/cpluff/SConscript
service/protocol-plugin/lib/cpluff/libcpluff/psymbol.c
service/protocol-plugin/plugin-manager/SConscript
service/protocol-plugin/plugin-manager/src/Config.cpp
service/protocol-plugin/plugin-manager/src/CpluffAdapter.cpp
service/protocol-plugin/plugin-manager/src/CpluffAdapter.h
service/protocol-plugin/plugin-manager/src/FelixAdapter.h
service/protocol-plugin/plugin-manager/src/Plugin.h
service/protocol-plugin/plugin-manager/src/PluginManager.cpp
service/protocol-plugin/plugin-manager/src/PluginManager.h
service/protocol-plugin/plugin-manager/src/PluginManagerImpl.cpp
service/protocol-plugin/plugins/SConscript
service/protocol-plugin/plugins/mqtt-fan/build/linux/Makefile
service/protocol-plugin/plugins/mqtt-fan/src/fanserver_mqtt_plugin.cpp
service/protocol-plugin/plugins/mqtt-light/build/linux/Makefile
service/protocol-plugin/plugins/mqtt-light/src/lightserver_mqtt_plugin.cpp
service/protocol-plugin/readme
service/protocol-plugin/sample-app/linux/SConscript
service/protocol-plugin/sample-app/linux/mqtt/Makefile
service/protocol-plugin/sample-app/linux/mqtt/mqttclient.cpp
service/soft-sensor-manager/Readme.txt
service/soft-sensor-manager/SConscript
service/soft-sensor-manager/SDK/cpp/build/linux/Makefile [moved from service/soft-sensor-manager/SDK/build/linux/Makefile with 76% similarity]
service/soft-sensor-manager/SDK/cpp/include/SSMInterface.h [new file with mode: 0644]
service/soft-sensor-manager/SDK/cpp/src/InprocSSMCore.cpp [moved from service/soft-sensor-manager/SDK/src/InprocSSMCore.cpp with 100% similarity]
service/soft-sensor-manager/SDK/include/ISSMClientListener.h [deleted file]
service/soft-sensor-manager/SDK/include/SSMClient.h [deleted file]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/CoreController.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/DataReader.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/IQueryEngineEvent.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/IReportReceiver.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/ModelData.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/QueryEngine.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/java/org/iotivity/service/ssm/SSMInterface.java [new file with mode: 0644]
service/soft-sensor-manager/SDK/src/SSMClient.cpp [deleted file]
service/soft-sensor-manager/SSMCore/build/linux/Makefile
service/soft-sensor-manager/SSMCore/include/SSMInterface.h
service/soft-sensor-manager/SSMCore/src/Common/ObjectManager.h
service/soft-sensor-manager/SSMCore/src/Common/PlatformLayer.h
service/soft-sensor-manager/SSMCore/src/Common/sqlite3.h
service/soft-sensor-manager/SSMCore/src/QueryProcessor/ContextModel.cpp
service/soft-sensor-manager/SSMCore/src/QueryProcessor/EvaluationEngine.cpp
service/soft-sensor-manager/SSMCore/src/QueryProcessor/PropagationEngine.cpp
service/soft-sensor-manager/SSMCore/src/QueryProcessor/QueryEngine.cpp
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMCore.h
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.cpp
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h
service/soft-sensor-manager/SSMCore/src/SensorProcessor/ContextExecutor.cpp
service/soft-sensor-manager/SSMCore/src/SensorProcessor/ContextRepository.cpp
service/soft-sensor-manager/SSMCore/src/SensorProcessor/ResourceFinder.cpp
service/soft-sensor-manager/SSMCore/src/SensorProcessor/ResourceFinder.h
service/soft-sensor-manager/SampleApp/SConscript
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/include/bleLib.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/include/oic_lanLib.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/src/bleLib.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/src/oic_lanLib.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/src/readme.txt [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/src/reference.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/Makefile [deleted file]
service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/THSensorApp/src/thserver.cpp
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/include/bleLib.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/include/oic_lanLib.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/include/proximity.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/include/trackee.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/src/bleLib.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/src/oic_lanLib.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/src/proximity.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/src/readme.txt [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/src/trackee.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/linux/ClientApp/SConscript [deleted file]
service/soft-sensor-manager/SampleApp/linux/SSMTesterApp/SConscript [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/linux/SSMTesterApp/build/Makefile
service/soft-sensor-manager/SampleApp/linux/SSMTesterApp/include/SSMTestApp.h
service/soft-sensor-manager/SampleApp/linux/SSMTesterApp/src/SSMTestApp.cpp
service/soft-sensor-manager/SampleApp/linux/THSensorApp/SConscript
service/soft-sensor-manager/SampleApp/linux/THSensorApp/include/ThingResourceServer.h
service/soft-sensor-manager/SampleApp/linux/THSensorApp/src/ThingResourceServer.cpp
service/soft-sensor-manager/SampleApp/linux/THSensorApp1/SConscript
service/soft-sensor-manager/SampleApp/linux/THSensorApp1/include/ThingResourceServer1.h
service/soft-sensor-manager/SampleApp/linux/THSensorApp1/src/ThingResourceServer1.cpp
service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/oic-sample/CMakeLists.txt
service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/oic-sample/src/oicapp-test.cpp
service/soft-sensor-manager/SoftSensorPlugin/DiscomfortIndexSensor/SoftSensorDescription.xml [deleted file]
service/soft-sensor-manager/SoftSensorPlugin/DiscomfortIndexSensor/build/linux/Makefile
service/soft-sensor-manager/SoftSensorPlugin/SoftSensorDescription.xml [new file with mode: 0644]
service/soft-sensor-manager/build/arduino/Makefile
service/soft-sensor-manager/build/arduino/environment.mk
service/soft-sensor-manager/build/arduino/local.properties
service/soft-sensor-manager/build/linux/environment.mk
service/soft-sensor-manager/doc/SSM Developer s guide_v0.1.pdf [deleted file]
service/soft-sensor-manager/doc/SSM Getting Started_v0.1.pdf [deleted file]
service/things-manager/SConscript
service/things-manager/build/linux/Makefile [deleted file]
service/things-manager/build/linux/makefile [new file with mode: 0644]
service/things-manager/sampleapp/SConscript
service/things-manager/sampleapp/linux/configuration/ConfigurationCollection.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/ConfigurationCollection.h [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/DiagnosticsCollection.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/DiagnosticsCollection.h [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/FactorySetCollection.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/FactorySetCollection.h [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/SConscript [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/bootstrapserver.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/con-client.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/con-server.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/configuration/makefile [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupaction/SConscript [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupaction/bookmark.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupaction/groupserver.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupaction/lightserver.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupaction/makefile [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupsyncaction/SConscript [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupsyncaction/group.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupsyncaction/makefile [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupsyncaction/musicplayer.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupsyncaction/phone.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/groupsyncaction/speaker.cpp [new file with mode: 0644]
service/things-manager/sampleapp/linux/makefile [new file with mode: 0644]
service/things-manager/sampleapp/linux/tgmclient/SConscript [deleted file]
service/things-manager/sampleapp/linux/tgmclient/makefile [deleted file]
service/things-manager/sampleapp/linux/tgmclient/tgmsdkclient.cpp [deleted file]
service/things-manager/sdk/build/linux/Makefile
service/things-manager/sdk/inc/TGMClient.h [deleted file]
service/things-manager/sdk/inc/ThingsManager.h [new file with mode: 0644]
service/things-manager/sdk/src/GroupManager.cpp [new file with mode: 0644]
service/things-manager/sdk/src/GroupManager.h [new file with mode: 0644]
service/things-manager/sdk/src/GroupSynchronization.cpp [new file with mode: 0644]
service/things-manager/sdk/src/GroupSynchronization.h [new file with mode: 0644]
service/things-manager/sdk/src/TGMClient.cpp [deleted file]
service/things-manager/sdk/src/ThingsConfiguration.cpp [new file with mode: 0644]
service/things-manager/sdk/src/ThingsConfiguration.h [new file with mode: 0644]
service/things-manager/sdk/src/ThingsDiagnostics.cpp [new file with mode: 0644]
service/things-manager/sdk/src/ThingsDiagnostics.h [new file with mode: 0644]
service/things-manager/sdk/src/ThingsManager.cpp [new file with mode: 0644]
service/third_party_libs.scons