uploaded 4 months ago
Cross-platform C++ library for network and I/O programming
-
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…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 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…
Archive size ~ 3.86 KB