Back to Esp Idf

ASIO 端口

docs/zh_CN/api-reference/protocols/asio.rst

6.1-dev631 B
Original Source

ASIO 端口

:link_to_translation:en:[English]

ASIO 是一个跨平台的 C++ 库,参见 https://think-async.com/Asio/。它采用现代 C++ 方法提供了一个一致的异步模型。

ASIO 组件自 ESP-IDF 版本 v5.0 起移到了单独的仓库:

  • GitHub ASIO 组件 <https://github.com/espressif/esp-protocols/tree/master/components/asio>__

运行 idf.py add-dependency espressif/asio 将 ASIO 组件添加到你的项目中。

文档

访问以下链接查看相关文档:

  • ASIO 文档 (English) <https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html>__