2023-07-31 16:13:41 +08:00
|
|
|
ASIO Port
|
2018-05-29 11:25:24 +02:00
|
|
|
=========
|
|
|
|
|
2023-09-04 15:03:28 +08:00
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
|
|
|
ASIO is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
|
2018-05-29 11:25:24 +02:00
|
|
|
|
2023-07-31 16:13:41 +08:00
|
|
|
The ESP-IDF component ``ASIO`` has been moved from ESP-IDF since version v5.0 to a separate repository:
|
2018-05-29 11:25:24 +02:00
|
|
|
|
2022-07-20 09:43:52 +08:00
|
|
|
* `ASIO component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
|
2018-05-29 11:25:24 +02:00
|
|
|
|
2023-07-31 16:13:41 +08:00
|
|
|
To add ASIO component in your project, please run ``idf.py add-dependency espressif/asio``.
|
2023-03-27 14:35:40 +04:00
|
|
|
|
2022-05-28 19:54:53 +04:00
|
|
|
Hosted Documentation
|
|
|
|
--------------------
|
2020-06-05 16:17:01 +02:00
|
|
|
|
2022-05-28 19:54:53 +04:00
|
|
|
The documentation can be found on the link below:
|
2020-06-05 16:17:01 +02:00
|
|
|
|
2024-01-19 14:40:33 +08:00
|
|
|
* `ASIO documentation (English) <https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html>`__
|