asio.rst 565 B

123456789101112131415
  1. ASIO port
  2. =========
  3. Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
  4. The ESP-IDF component `ASIO` has been moved from ESP-IDF since version v5.0 to a separate repository:
  5. * `ASIO component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
  6. Hosted Documentation
  7. --------------------
  8. The documentation can be found on the link below:
  9. * `ASIO documentation (English) <https://espressif.github.io/esp-protocols/asio/index.html>`__