mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 07:31:37 +01:00
1.28.0~0 Features - Updates asio to 1.28 (b310abe) Bug Fixes - Makes the examples to override path (842b2b2) - Removes esp_exception and make all examples to use exceptions (c1c9350) - removed Wno-format flag and fixed formatting warnings (c48e442) - added idf_component.yml for examples (d273e10) - Reintroduce missing CHANGELOGs (200cbb3) Updated - docs(common): updated component and example links (f48d9b2) - docs(common): improving documentation (ca3fce0) - Add homepage URL and License to all components (ef3f0ee) - Added badges with version of components to the respective README files (e4c8a59) - CI: Fix ASIO example test (6e2bb51) - Examples: using pytest.ini from top level directory (aee016d) - CI: fixing the files to be complient with pre-commit hooks (945bd17)
ASIO port
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
- View the full html documentation