leo hendrickson / Mbed OS example-Ethernet-mbed-Cloud-connect
Committer:
leothedragon
Date:
Tue May 04 08:55:12 2021 +0000
Revision:
0:8f0bb79ddd48
nmn

Who changed what in which revision?

UserRevisionLine numberNew 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.