uploaded 1 year ago
ASIO

readme

# 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 example test :example:`examples <examples/..>`:

## Documentation

* View the full [html documentation](https://espressif.github.io/esp-protocols/asio/index.html)

Supports all targets

License unspecified

To add this component to your project, run:

idf.py add-dependency "espressif/asio^1.0.1"

or download archive

Dependencies

  • ESP-IDF >=5.0
  • Examples:

    asio_chat

    To create a project from this example, run:

    idf.py create-project-from-example "espressif/asio^1.0.1:asio_chat"

    or download archive

    async_request

    To create a project from this example, run:

    idf.py create-project-from-example "espressif/asio^1.0.1:async_request"

    or download archive

    socks4

    To create a project from this example, run:

    idf.py create-project-from-example "espressif/asio^1.0.1:socks4"

    or download archive

    ssl_client_server

    To create a project from this example, run:

    idf.py create-project-from-example "espressif/asio^1.0.1:ssl_client_server"

    or download archive

    tcp_echo_server

    To create a project from this example, run:

    idf.py create-project-from-example "espressif/asio^1.0.1:tcp_echo_server"

    or download archive

    udp_echo_server

    To create a project from this example, run:

    idf.py create-project-from-example "espressif/asio^1.0.1:udp_echo_server"

    or download archive

    Stats

    • Downloaded in total
      Downloaded in total 2.4k times
    • Downloaded this version
      This version: 23 times

    Badge

    espressif/asio version: 1.0.1
    |