esp_openthread.rst 1.0 KB

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