espressif/asio

1.32.0~2

Latest
uploaded 2 days ago
Cross-platform C++ library for network and I/O programming

6 examples

  • asio_chat
    The application demonstrates a simple use of the Asio library, allowing for chat server and client configurations.
    7.81 KB
  • async_request
    The application demonstrates how to compose async operations using ASIO to build network protocols and operations.
    5.60 KB
  • socks4
    This example demonstrates connecting to a Socks4 proxy using async operations with ASIO.
    7.07 KB
  • ssl_client_server
    This example demonstrates a simple Asio client and server using SSL/TLS transport on various ESP platforms.
    10.30 KB
  • tcp_echo_server
    This is a simple Asio TCP echo server example using WiFi STA or Ethernet, echoing back messages from clients.
    3.87 KB
  • udp_echo_server
    Simple Asio UDP echo server using WiFi or Ethernet, which receives and echoes back client messages.
    3.86 KB