OpenThread snippet for Zephyr L2 networking layer (ot-zephyr-l2)

To build with this snippet, follow the instructions in the Using Snippets page. When building with west, run the following command:

west build -- -D<project_name>_SNIPPET=ot-zephyr-l2

Overview

This snippet enables the Zephyr networking layer integration for the OpenThread stack.

This architecture uses Zephyr networking layer to communicate OpenThread stack with the IEEE 802.15.4 radio driver. It integrates Zephyr networking features, such as Sockets, IPv6, DNS, DHCPv6, zperf, and more.

To learn more about this architecture, see OpenThread stack architecture.

Note

This configuration has an impact on the memory and flash usage of your application. It also affects the throughput of the network traffic.