2.9 KiB
#ARM mbed Networking Stack API Reference Manual
About this manual
This manual describes the APIs regarding the ARM mbed Networking stack, for example, 6LoWPAN related APIs, Thread stack related APIs, General network related APIs, Socket APIs, Event OS APIs, Platform API, and Driver API.
As Thread runs on top of the 6LoWPAN stack, most of the networking stack functionality is shared. However, when building the stack you can cherry-pick the features, configurations or functionalities. In such case, please refer to Build time configurations.
To read even more of the APIs, check the Doxygen documentation.
Intended audience
This manual has been written for experienced software developers to assist with using the ARM software product range.
Using this manual
The reference manual contains several chapters; you can read them in sequence, but they can also be read as stand-alone. They are:
-
Introduction to APIs: Read this to understand more about the 6LoWPAN stack from API perspective.
-
IPv6/6LoWPAN Stack Initialization: Read this to understand how to initialize the IPv6/6LoWPAN stack.
-
An Event-driven Scheduling Model: Read this to understand more about the event-driven scheduling model. If you are using ARM mbed OS, skip this.
-
Platform API: Brief description of Platform API. Detailed discussion in Porting section.
-
Device Driver API: Brief description of Device Driver API. Detailed discussion in Porting section.
-
Network API Definitions: Read this to understand more about the network API definitions.
-
Library Timer API: Read this to understand more about the timer functionality.
-
Sockets Use and Available APIs: Read this to understand more about socket use and the available APIs.
-
The Network Control Layer: Read this to understand the functions of the network control layer.
-
Dynamic Memory API: Read this for an introduction to the dynamic memory API of the 6LoWPAN stack.
-
Data Structures, Types and Variables: Read this to understand the data structure, types and variables used in the socket and RF layers.
-
Debug Statistics Interface API: Read this to understand the debug statistics interface API.
-
Thread Related APIs:Read this to familiarize yourself with the Thread protocol related APIs.
-
Load balancing API:Read this to familiarize yourself with the Load balancing API
-
Warm restart:Read this to familiarize yourself with the Warm restart feature