Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Committer:
JimCarver
Date:
Thu Oct 25 14:00:12 2018 +0000
Revision:
4:e518dde96e59
Parent:
0:6b753f761943
Simulated dispenser

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JimCarver 0:6b753f761943 1 Mbed Cloud Client API
JimCarver 0:6b753f761943 2 =====================
JimCarver 0:6b753f761943 3
JimCarver 0:6b753f761943 4 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).
JimCarver 0:6b753f761943 5
JimCarver 0:6b753f761943 6 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).
JimCarver 0:6b753f761943 7
JimCarver 0:6b753f761943 8 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.
JimCarver 0:6b753f761943 9
JimCarver 0:6b753f761943 10 - Use a factory flashed or developer credentials to create a unique device identity.
JimCarver 0:6b753f761943 11 - Securely communicate with internet services over the industry standard TLS/DTLS.
JimCarver 0:6b753f761943 12 - Manage devices on the Mbed Cloud service.
JimCarver 0:6b753f761943 13 - Fully control the endpoint and application logic from the service side.
JimCarver 0:6b753f761943 14 - Provide functionality to update the devices over the air remotely controlled from the service side.
JimCarver 0:6b753f761943 15 - Have a unified porting layer for porting to different platforms.
JimCarver 0:6b753f761943 16
JimCarver 0:6b753f761943 17 The API is in C++ to allow quick application development.