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