uploaded 1 year 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 in different modes, functioning as either an Asio chat server or client. The example…
    7.81 KB
  • async_request
    The application demonstrates how to compose asynchronous operations using ASIO to build network protocols and operations. It manages the lifetime of…
    5.60 KB
  • socks4
    The application demonstrates how to connect to a Socks4 proxy using asynchronous operations with ASIO. It includes details on establishing a TCP…
    7.07 KB
  • ssl_client_server
    This example demonstrates a simple Asio client and server with SSL/TLS transport that can run on any ESP platform board. It allows the client to…
    9.46 KB
  • tcp_echo_server
    Simple Asio TCP echo server using WiFi STA or Ethernet. The server receives and echoes back messages transmitted from the client after establishing a…
    3.87 KB
  • udp_echo_server
    Simple Asio UDP echo server using WiFi STA or Ethernet. The server receives and echoes back messages transmitted from a client after establishing a…
    3.86 KB