You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOXYGEN_FRONTPAGE.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
-
ARM mbed Client
1
+
mbed Client API
2
2
================
3
3
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/)
7
5
hosted in http://docs.mbed.com.
8
6
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.
10
14
11
-
See [Files](files.html) section to find a documentation about specific API.
0 commit comments