espressif/asio

1.32.0~1

Latest
uploaded 1 month 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 by implementing both a chat client and server. In client mode, it connects to a…
    7.81 KB
  • async_request
    The application demonstrates how to compose async operations using ASIO to build network protocols and operations on the ESP32. It shows the control…
    5.60 KB
  • socks4
    The application demonstrates how to connect to a Socks4 proxy using asynchronous operations with ASIO, showcasing the SOCKS protocol’s flow between…
    7.07 KB
  • ssl_client_server
    Simple Asio client and server example with SSL/TLS transport, designed to run on any ESP platform board. It connects to a configured server and…
    10.30 KB
  • tcp_echo_server
    Simple Asio TCP echo server using WiFi STA or Ethernet. The server receives and echoes back messages transmitted from clients after establishing a…
    3.87 KB
  • udp_echo_server
    This is a simple Asio UDP echo server example that uses either WiFi or Ethernet. The server establishes a connection, receives messages from clients,…
    3.86 KB