Skip to content

Commit 3d97a6e

Browse files
authored
Adding a brief description of the API.
1 parent 97e522b commit 3d97a6e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

DOXYGEN_FRONTPAGE.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
ARM mbed Client
1+
mbed Client API
22
================
33

4-
## Introduction
5-
This is the Doxygen generated documentation of mbed Client.
6-
It should be used in conjunction with the [mbed Client Guide](https://docs.mbed.com/docs/mbed-client-guide/en/latest/)
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/)
75
hosted in http://docs.mbed.com.
86

9-
# API documentation
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):
8+
9+
- Manage devices on mbed Device Server.
10+
- Securely communicate with internet services over the industry standard TLS/DTLS.
11+
- Fully control the endpoint and application logic.
12+
13+
The API is written in C++ to allow quick application development.
1014

11-
See [Files](files.html) section to find a documentation about specific API.

0 commit comments

Comments
 (0)