mirror of https://github.com/ARMmbed/mbed-os.git
16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
Markdown
About this document
|
|
=====================
|
|
|
|
This document introduces the mbed Client and the use of its API. The document is divided into the following chapters:
|
|
|
|
- [**Introduction**](Introduction.md) is a brief introduction to the mbed Client and its features.
|
|
- [**The Client Registration feature**](client_reg_dereg.md) introduces the Client Registration feature in detail.
|
|
- [**The Device Management and Service Enabler feature**](dev_man_serv_enable.md) introduces the Device Management and Service Enabler feature in detail.
|
|
- [**The Information Reporting feature**](info_reporting.md) introduces the Information Reporting feature in detail.
|
|
- [**mbed Client data types**](data_types.md) describes how the different data types are processed in the mbed Client and the REST API.
|
|
- [**How to use the mbed Client API**](Howto.md) contains detailed instructions on using the mbed Client API.
|
|
- [**Porting mbed Client**](porting-guide.md) is meant for advanced users and tells how to build mbed Client and port it for different platforms.
|
|
- [**Useful reading**](further-reading.md) links you to mbed Device Connector documentation and the developer site.
|
|
|
|
|