2018-05-29 11:25:24 +02:00
|
|
|
ASIO port
|
|
|
|
=========
|
|
|
|
|
2022-04-28 14:34:20 +08: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 11:25:24 +02:00
|
|
|
|
2022-05-28 19: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 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
|
|
|
|
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
|
|
|
|
2022-05-28 19:54:53 +04:00
|
|
|
* `ASIO documentation (English) <https://espressif.github.io/esp-protocols/asio/index.html>`__
|