2018-05-29 05:25:24 -04:00
|
|
|
ASIO port
|
|
|
|
=========
|
|
|
|
|
2022-04-28 02:34:20 -04:00
|
|
|
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 05:25:24 -04:00
|
|
|
|
2022-05-28 11:54:53 -04:00
|
|
|
The ESP-IDF component `ASIO` has been moved from ESP-IDF since version v5.0 to a separate repository:
|
2018-05-29 05:25:24 -04:00
|
|
|
|
2022-07-19 21:43:52 -04:00
|
|
|
* `ASIO component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
|
2018-05-29 05:25:24 -04:00
|
|
|
|
2022-05-28 11:54:53 -04:00
|
|
|
Hosted Documentation
|
|
|
|
--------------------
|
2020-06-05 10:17:01 -04:00
|
|
|
|
2022-05-28 11:54:53 -04:00
|
|
|
The documentation can be found on the link below:
|
2020-06-05 10:17:01 -04:00
|
|
|
|
2022-05-28 11:54:53 -04:00
|
|
|
* `ASIO documentation (English) <https://espressif.github.io/esp-protocols/asio/index.html>`__
|