Fork for workshops

Revision:
0:6b753f761943
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/simple-mbed-cloud-client/mbed-cloud-client/DOXYGEN_FRONTPAGE.md	Fri Oct 12 21:22:49 2018 +0000
@@ -0,0 +1,17 @@
+Mbed Cloud Client API
+=====================
+
+This is the Doxygen generated API documentation of Mbed Cloud Client. See the [Files](files.html) section to find the documentation about a specific API. It should be used together with the [Mbed Cloud documentation](https://cloud.mbed.com/docs/current).
+
+The Mbed Cloud Client high-level APIs allow mbed Cloud developers to create client side applications that connect to the Mbed Cloud service, 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).
+
+Mbed Cloud Client is an extension of the existing [Mbed Client API](http://cloud.mbed.com/docs/current/mbed-client/index.html). It provides an additional feature of creating a unique identity for the client on the Cloud service and also provides functionality to update the client's software through the Mbed Cloud service.
+
+- Use a factory flashed or developer credentials to create a unique device identity.
+- Securely communicate with internet services over the industry standard TLS/DTLS.
+- Manage devices on the Mbed Cloud service.
+- Fully control the endpoint and application logic from the service side. 
+- Provide functionality to update the devices over the air remotely controlled from the service side.
+- Have a unified porting layer for porting to different platforms.
+
+The API is in C++ to allow quick application development.