File tree 1 file changed +23
-2
lines changed
1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
- # meta-device-cloud
2
- Wind River® Helix™ Device Cloud Yocto layer
1
+ Description
2
+ ===========
3
+ Device Cloud (DC) is a cloud/device platform that accelerates
4
+ device to cloud and cloud to cloud interaction. This meta layer integrates
5
+ a Python implementation that is designed to be run on the device side and can be
6
+ used for device actuation, management, sending telemetry, remote
7
+ console etc.
8
+
9
+ The Python agent for DC is designed for quick deployment on any
10
+ platform that supports Python. The continuous deployment model uses
11
+ "pip" to install and update the latest modules. Any application that
12
+ wants to use DC cloud services can import the "device_cloud" module and
13
+ begin using the DC APIs.
14
+
15
+ Requirements:
16
+ -------------
17
+ meta-device-cloud layer depends on:
18
+ * meta-python layer
19
+ * meta-openembedded layer
20
+ * openembedded layer
21
+ * meta-intel (if an Intel BSP is required)
22
+
23
+ For Yocto details see README.yocto.md
You can’t perform that action at this time.
0 commit comments