tizen: avoid en_speedpython for Tizen:2.4
[platform/upstream/iotivity.git] / cloud / README
1 This project contains series of modules for building cloud services.
2
3 Modules
4
5 1. stack - Java 1.7 based CoAP over TCP implementation.
6 2. interface - cloud interface server that accept incoming IoTivity clients connection.
7 3. resource_directory - resource directory server that store clients resource models.
8 4. account - account server that handle clients credential using OAuth2.
9 5. samples - sample IoTivity clients that show how clients working with cloud.
10
11 Each cloud modules has README file how to install and run.
12 You can run each modules on single computer or PAAS.
13
14 Note. resource_directory should launched before interface and account.
15
16 Architecture
17 client--------interface_server--------resource_directory_server--------mongo_db
18                       \---------------account_server-------------------mongo_db