esp-idf/docs/zh_CN/api-reference/network/esp_openthread.rst

33 lines
1.0 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Thread
======
:link_to_translation:`en:[English]`
概述
----
`Thread <https://www.threadgroup.org>`_ 是一个基于 IP 的网状网络协议,它基于 802.15.4 物理层和 MAC 层。
应用示例
--------------------
ESP-IDF 示例目录 :example:`openthread` 包含以下应用程序:
- OpenThread 交互 shell:example:`openthread/ot_cli`
- 边界路由器 (Thread Border Router):example:`openthread/ot_br`
- Thread 无线电协处理器 (Thread Radio Co-Processor):example:`openthread/ot_rcp`
API参考
-------------
应使用 OpenThread API 操作 Thread 网络。请参考 `OpenThread API 文档 <https://openthread.io/reference>`_
ESP-IDF 提供额外的 API用于启动和管理 OpenThread 实现执行网络接口绑定和边界路由功能。
.. include-build-file:: inc/esp_openthread.inc
.. include-build-file:: inc/esp_openthread_types.inc
.. include-build-file:: inc/esp_openthread_lock.inc
.. include-build-file:: inc/esp_openthread_netif_glue.inc
.. include-build-file:: inc/esp_openthread_border_router.inc