mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-03 08:01:42 +01:00
1.32.0 Features - Upgrade asio to 1.32 (9bdd429c) - Drop esp/asio patches in favor of sock-utils (27435b7f) Bug Fixes - Fix chat example to print only the message body (76aaea08) - Make asio enable if_nametoindex to fix linking (5db32cce) - Re-applie refs to common comps idf_component.yml (9fe44a45) - Reference common component from IDF (74fc228c) - Revert referencing protocol_examples_common from IDF (f9e0281a) - reference protocol_examples_common from IDF (09abb18b) - specify override_path in example manifest files (1d8923cf) Updated - docs(asio): Updates asio docs (ce9337d3)
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