# network **Repository Path**: brifuture/network ## Basic Information - **Project Name**: network - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-16 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # network 学习asio的最多、最全、最有用、最容易学会的例子,功能与asio的examples不重叠。 ## projects **Httpclient** is a simple httpclient **httpclient-https** is a simple httpclient, with https supported **socks5-daemon** is a simple socks5 server implemention **fixed-size-package** shows how to send and receive packets of a fixed-length header. Endianness is not considered in the code. **redis-asio** is a simple redis client implemention. **io_context** example of io_context, shows how to use run/poll/dispatch/post **simplest_httpsvr** is trying to make a simplest http svr **custom_errorcode** shows how to make custom error_code in asio **custom_timer_manager** shows how to make a custom timer manager for asio **protobuf_rpc** shows how to implement a simple rpc framework of protobuf 2.x **echo_client** async echo client, which is not included in asio examples **asio_libcurl** demonstrate how to integrate asio with libcurl, the old example is kinda too old, and has some bugs.