Publish resource to cloud
authorch79.cho <ch79.cho@samsung.com>
Thu, 7 Jul 2016 09:37:46 +0000 (18:37 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 15 Jul 2016 05:58:15 +0000 (05:58 +0000)
commit83cce9ed0ab42d4c4968e00ad7ad9b795620725e
treec65aa750975444ec1e3cdb7734cb161a9c2dd8aa
parent7355b975a6e7b398b3485d328ac0bbd88ff37caa
Publish resource to cloud

The changes are about cloud notification service on provider side.
The provider service publishes its resource through cloud interface.
An application is required to call NSEnableRemoteSerivce(..) API
to publish it after login process.

Change-Id: I271c81858f2d1e63bc49ef0fa0012dde48a9c11a
Signed-off-by: ch79.cho <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9213
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
12 files changed:
service/notification/examples/linux/notificationprovider.c
service/notification/include/NSProviderInterface.h
service/notification/src/common/NSCloudConnector.c [new file with mode: 0644]
service/notification/src/common/NSCloudConnector.h [new file with mode: 0644]
service/notification/src/common/NSConstants.h
service/notification/src/provider/NSProviderDiscovery.c
service/notification/src/provider/NSProviderInterface.c
service/notification/src/provider/NSProviderListener.c
service/notification/src/provider/NSProviderListener.h
service/notification/src/provider/NSProviderResource.c
service/notification/src/provider/NSProviderResource.h
service/notification/src/provider/NSProviderSystem.c