esp-protocols/components/asio
2023-08-22 13:55:10 +04:00
..
asio@58384fb6af ASIO: Initial version based on IDF 5.0 with history 2022-06-24 15:33:10 +04:00
examples fix(common): added idf_component.yml for examples 2023-08-22 13:55:10 +04:00
port CI: fixing the files to be complient with pre-commit hooks 2022-10-17 18:16:52 +02:00
CHANGELOG.md fix(common): Reintroduce missing CHANGELOGs 2023-03-13 12:58:25 +01:00
CMakeLists.txt ignore format warnings 2022-07-12 18:13:01 +04:00
idf_component.yml Add homepage URL and License to all components 2023-03-02 12:35:17 +01:00
Kconfig asio: Use internal ssl context and engine impl 2022-06-22 14:18:18 +04:00
LICENSE Add homepage URL and License to all components 2023-03-02 12:35:17 +01:00
README.md docs(common): updated component and example links 2023-04-19 11:58:05 +04:00

ASIO port

Component Registry

Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.

Examples

Get started with examples examples

Documentation