Fork for workshops

Committer:
JimCarver
Date:
Fri Oct 12 21:22:49 2018 +0000
Revision:
0:6b753f761943
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JimCarver 0:6b753f761943 1 mbed Client API
JimCarver 0:6b753f761943 2 ================
JimCarver 0:6b753f761943 3
JimCarver 0:6b753f761943 4 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](https://docs.mbed.com/docs/mbed-client-guide/en/latest/)
JimCarver 0:6b753f761943 5 hosted in http://docs.mbed.com.
JimCarver 0:6b753f761943 6
JimCarver 0:6b753f761943 7 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://technical.openmobilealliance.org/Technical/technical-information/release-program/current-releases/oma-lightweightm2m-v1-0):
JimCarver 0:6b753f761943 8
JimCarver 0:6b753f761943 9 - Manage devices on mbed Device Server.
JimCarver 0:6b753f761943 10 - Securely communicate with internet services over the industry standard TLS/DTLS.
JimCarver 0:6b753f761943 11 - Fully control the endpoint and application logic.
JimCarver 0:6b753f761943 12
JimCarver 0:6b753f761943 13 The API is written in C++ to allow quick application development.