Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FXAS21002 FXOS8700Q
simple-mbed-cloud-client/mbed-cloud-client/DOXYGEN_FRONTPAGE.md@0:977e87915078, 2019-08-28 (annotated)
- Committer:
- vithyat
- Date:
- Wed Aug 28 19:24:56 2019 +0000
- Revision:
- 0:977e87915078
init
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
vithyat | 0:977e87915078 | 1 | ## Device Management Client API |
vithyat | 0:977e87915078 | 2 | |
vithyat | 0:977e87915078 | 3 | This is the Doxygen-generated API documentation for Device Management Client. See the [Files](files.html) section to find the documentation about a specific API. You should also use the [Device Management documentation](../connecting/index.html). |
vithyat | 0:977e87915078 | 4 | |
vithyat | 0:977e87915078 | 5 | The Device Management Client high-level APIs allow developers to create client side applications that connect to **Device Management**, with LwM2M features as described in the [Lightweight Machine to Machine Technical Specification](http://www.openmobilealliance.org/release/LightweightM2M/V1_0-20170208-A/OMA-TS-LightweightM2M-V1_0-20170208-A.pdf). |
vithyat | 0:977e87915078 | 6 | |
vithyat | 0:977e87915078 | 7 | Device Management Client is an extension of the existing [Mbed Client API](../mbed-client/index.html). It provides an additional feature of creating a unique identity for the client on the **Device Management** and also provides functionality to update the client's software through the **Device Management** service. |
vithyat | 0:977e87915078 | 8 | |
vithyat | 0:977e87915078 | 9 | These APIs make it possible to: |
vithyat | 0:977e87915078 | 10 | |
vithyat | 0:977e87915078 | 11 | - Use a factory flashed or developer credentials to create a unique device identity. |
vithyat | 0:977e87915078 | 12 | - Securely communicate with internet services over the industry standard TLS/DTLS. |
vithyat | 0:977e87915078 | 13 | - Manage devices. |
vithyat | 0:977e87915078 | 14 | - Fully control the endpoint and application logic from the service side. |
vithyat | 0:977e87915078 | 15 | - Provide functionality to update the devices over the air remotely controlled from the service side. |
vithyat | 0:977e87915078 | 16 | - Have a unified porting layer for porting to different platforms. |
vithyat | 0:977e87915078 | 17 | |
vithyat | 0:977e87915078 | 18 | The API is in C++ to allow quick application development. |