asio.rst 631 B

12345678910111213141516171819
  1. ASIO 端口
  2. ===========
  3. :link_to_translation:`en:[English]`
  4. ASIO 是一个跨平台的 C++ 库,参见 https://think-async.com/Asio/。它采用现代 C++ 方法提供了一个一致的异步模型。
  5. ``ASIO`` 组件自 ESP-IDF 版本 v5.0 起移到了单独的仓库:
  6. * `GitHub ASIO 组件 <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
  7. 运行 ``idf.py add-dependency espressif/asio`` 将 ASIO 组件添加到你的项目中。
  8. 文档
  9. ------
  10. 访问以下链接查看相关文档:
  11. * `ASIO 文档 (English) <https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html>`__