资源简介
Visual Studio 实现TCp socket 异步通信,分为客户端和服务器端两份资源
代码片段和文件信息
#include
#include
#include
#include “boost/shared_ptr.hpp“
#include
#include
#include
using namespace boost::asio;
class Client
{
typedef ip::tcp::socket socket_type;
typedef std::shared_ptr sock_ptr;
public:
Client() :m_ep(ip::address::from_string(“127.0.0.1“) 6688)
{
start();
}
void run()
{
m_io.run();
}
private:
void start()
{
sock_ptr sock(new socket_type(m_io));
sock->async_connect(m_ep bind(&Client::connect_handler this placeholders::error sock));
}
void connect_handler(const boost::system::error_code& ec sock_ptr sock)
{
if (ec)
{
return;
}
std::cout << “receive from:“ << sock->remote_endpoint().address() << std::endl;
sock->async_read_some(buffer(m_buf)
bind(&Client::read_handler this placeholders::errorsock));
}
void read_handler(const boost::system::error_code& ec sock_ptr sock)
{
if (ec)
{
return;
}
std::ofstream outfile;
outfile.open(“D:\\testdata_case012.sp“ std::ios::app);
outfile << m_buf << std::endl;
outfile.close();
//std::cout << m_buf << std::endl;
sock->async_read_some(buffer(m_buf)
bind(&Client::read_handler this placeholders::errorsock));
}
private:
io_service m_io;
ip::tcp::endpoint m_ep;
enum { max_length = 1000 };
char m_buf[max_length+16];
int count;
};
int main()
{
try
{
std::cout << “client start.“ << std::endl;
Client cl;
cl.run();
}
catch (std::exception& e)
{
std::cout << e.what() << std::endl;
}
getchar();
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 286720 2017-02-17 14:22 yibus\yibus\Debug\yibus.exe
文件 1890944 2017-02-17 14:22 yibus\yibus\Debug\yibus.ilk
文件 4066304 2017-02-17 14:22 yibus\yibus\Debug\yibus.pdb
文件 1638532 2017-02-17 14:22 yibus\yibus\yibus\Debug\server.obj
文件 2370560 2017-02-17 14:22 yibus\yibus\yibus\Debug\vc120.idb
文件 1159168 2017-02-17 14:22 yibus\yibus\yibus\Debug\vc120.pdb
文件 1610 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.log
文件 542 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\cl.command.1.tlog
文件 89944 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\CL.read.1.tlog
文件 396 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\CL.write.1.tlog
文件 1098 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\li
文件 3202 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\li
文件 370 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\li
文件 160 2017-02-17 14:22 yibus\yibus\yibus\Debug\yibus.tlog\yibus.lastbuildstate
文件 1959 2017-02-17 14:22 yibus\yibus\yibus\server.cpp
文件 3558 2017-02-15 10:57 yibus\yibus\yibus\yibus.vcxproj
文件 947 2017-02-15 10:57 yibus\yibus\yibus\yibus.vcxproj.filters
文件 109445120 2017-02-17 14:32 yibus\yibus\yibus.sdf
文件 961 2017-02-15 10:55 yibus\yibus\yibus.sln
..A..H. 17408 2017-02-17 14:32 yibus\yibus\yibus.v12.suo
文件 297472 2017-02-17 14:20 yibuc\yibuc\Debug\yibuc.exe
文件 1460088 2017-02-17 14:20 yibuc\yibuc\Debug\yibuc.ilk
文件 3812352 2017-02-17 14:20 yibuc\yibuc\Debug\yibuc.pdb
文件 1683 2017-02-17 14:20 yibuc\yibuc\yibuc\client.cpp
文件 1713222 2017-02-17 14:20 yibuc\yibuc\yibuc\Debug\client.obj
文件 2362368 2017-02-17 14:20 yibuc\yibuc\yibuc\Debug\vc120.idb
文件 1093632 2017-02-17 14:20 yibuc\yibuc\yibuc\Debug\vc120.pdb
文件 693 2017-02-17 11:26 yibuc\yibuc\yibuc\Debug\yibuc.Build.CppClean.log
文件 1610 2017-02-17 14:20 yibuc\yibuc\yibuc\Debug\yibuc.log
文件 542 2017-02-17 14:20 yibuc\yibuc\yibuc\Debug\yibuc.tlog\cl.command.1.tlog
............此处省略26个文件信息
相关资源
- TCP-IP详解(共三卷).rar
- HTTP: The Definitive Guide
- Visual Assist X 2029 官方原版+破解补丁
- IAR VisualSTATE 6.41 part2
- E-Studio Pro v4.42
- VisualGDB5.4p3破解补丁安装包.zip
- Microsoft Visual Basic for Applications7.1(x
- TCP/IP 详解,完整三卷
- texstudio 2.12.6 for Windows
- AquaDataStudio18.0.19 x64破解文件
- 想学好网络编程必看的书
- 图解TCP_IP_第5版.pdf
- Visual C 6.0
- 维宏NcstudioV9.0.zip
- TCP-IP详解 (卷1+卷2+卷3) 中文,PDF
- (必读)TCPIP详解 第二版 pdf版
- 基于vs2010做的tcp通信调试工具源码
- Visual Assist X 亲测可用VS2017
- VisualAssistX.rar
- VisualSVN-Server-3.8-x86x64企业版(破解)
- TCP_IP协议详解(全三卷)高清PDF(非
- FLStudio20_GettingStartedManual_English.pdf
- Visual.Basic.NET中文版程序设计培训教程
- TeeChart for .NET 3.0 For Visual Studio 2005 破
- 29997_bde_installer_for_rad_studio_delphi_c_bu
- AVR Studio 安装程序4.0.7版稳定型强烈推
- andriod studio 简单计算器
- 番茄插件破解版(vs助手-visualAssistx)
- STM32F407 TCP服务器例程
- TCP/IP详解 全三卷 pdf 高清 非扫描 简体
评论
共有 条评论