Example

Dependencies:   FXAS21002 FXOS8700Q

Committer:
maygup01
Date:
Tue Nov 19 09:49:38 2019 +0000
Revision:
0:11cc2b7889af
Example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
maygup01 0:11cc2b7889af 1 ## Mbed Client API
maygup01 0:11cc2b7889af 2
maygup01 0:11cc2b7889af 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).
maygup01 0:11cc2b7889af 4
maygup01 0:11cc2b7889af 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):
maygup01 0:11cc2b7889af 6
maygup01 0:11cc2b7889af 7 These APIs make it possible to:
maygup01 0:11cc2b7889af 8
maygup01 0:11cc2b7889af 9 - Manage devices.
maygup01 0:11cc2b7889af 10 - Securely communicate with internet services over the industry standard TLS/DTLS.
maygup01 0:11cc2b7889af 11 - Fully control the endpoint and application logic.
maygup01 0:11cc2b7889af 12
maygup01 0:11cc2b7889af 13 The API is written in C++ to allow quick application development.