# boost_asio_example **Repository Path**: zewen/boost_asio_example ## Basic Information - **Project Name**: boost_asio_example - **Description**: boost_asio example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-01-29 - **Last Updated**: 2021-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # boost_asio_example boost_asio example 使用Boost.ASIO 进行网络通信的两个简单例子, 分为同步的和异步的 需要根据需要修改客户端文件里面的服务器ip地址 # 编译命令: ``` g++ -o client_async client_async.cpp -std=c++11 -lboost_system -lpthread ```