Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / resource-encapsulation / README
1 == Brief Guide to Service Basis 
2
3 resource encapsulation provides common functions such as resource broker, cache, resource container.
4
5 1. resourceBroker 
6 resourceBroker checks and monitors the status of resources. 
7 This module notifies the change of reachability of selected resource to users. 
8
9 2. resourceCache
10 resourceCache provides the up-to-date "DATA" of remote resource to users.
11 It tracks the most recent value of the selected resource and notifies to users according to called API
12
13 3. resourceContainer
14 Need to be updated.