asio.rst 718 B

12345678910111213141516171819
  1. ASIO Port
  2. =========
  3. :link_to_translation:`zh_CN:[中文]`
  4. ASIO is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
  5. The ESP-IDF component ``ASIO`` has been moved from ESP-IDF since version v5.0 to a separate repository:
  6. * `ASIO component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
  7. To add ASIO component in your project, please run ``idf.py add-dependency espressif/asio``.
  8. Hosted Documentation
  9. --------------------
  10. The documentation can be found on the link below:
  11. * `ASIO documentation (English) <https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html>`__