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.
simple-mbed-cloud-client/mbed-cloud-client/mbed-client/DOXYGEN_FRONTPAGE.md@0:8f0bb79ddd48, 2021-05-04 (annotated)
- Committer:
- leothedragon
- Date:
- Tue May 04 08:55:12 2021 +0000
- Revision:
- 0:8f0bb79ddd48
nmn
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
leothedragon | 0:8f0bb79ddd48 | 1 | ## Mbed Client API |
leothedragon | 0:8f0bb79ddd48 | 2 | |
leothedragon | 0:8f0bb79ddd48 | 3 | This is the Doxygen generated API documentation of Mbed Client. See the [Files](files.html) section to find the documentation about specific API. It should be used together with the [Mbed Client Guide](../legacy-products/index.html). |
leothedragon | 0:8f0bb79ddd48 | 4 | |
leothedragon | 0:8f0bb79ddd48 | 5 | The Mbed Client high-level APIs allow Mbed OS developers to create applications 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): |
leothedragon | 0:8f0bb79ddd48 | 6 | |
leothedragon | 0:8f0bb79ddd48 | 7 | These APIs make it possible to: |
leothedragon | 0:8f0bb79ddd48 | 8 | |
leothedragon | 0:8f0bb79ddd48 | 9 | - Manage devices. |
leothedragon | 0:8f0bb79ddd48 | 10 | - Securely communicate with internet services over the industry standard TLS/DTLS. |
leothedragon | 0:8f0bb79ddd48 | 11 | - Fully control the endpoint and application logic. |
leothedragon | 0:8f0bb79ddd48 | 12 | |
leothedragon | 0:8f0bb79ddd48 | 13 | The API is written in C++ to allow quick application development. |