搜索资源列表
AAAAAAServer
- 基于boost开发的网络tcp服务器模型,效率很好。适合中小型公司开发服务器,跨平台。接口简单。只要写出适当的回调函数集合,记得要下载boost库哦-a server-side programing model based on boost network library.
network_frame
- 使用boost::ASIO开发的一个tcp/udp服务器、客户端的架构。-this a framework for the network(tcp/udp,server and client) by the boost::asio
tcpproxy
- A simple tcp proxy (using boost asio)
boostfile2
- c++ boost asio库实现的文件传输的例子,使用了tcp协议,给出了头文件的定义和源文件-c++ boost asio library implements the file transfer example, using tcp protocol, given the definition of header files and source files
boost_opengl_tcp
- 使用boost asio库传输opengl渲染出来的场景例子,使用tcp协议实现-Transmission using boost asio library opengl rendered scenes example, using tcp protocol
st_asio_wrapper
- 它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来; 自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样); 只支持tcp和udp协议;-It is a c/s network programming framework, based on boost.asio package (minimum tried to in
tcpproxy
- A simple tcp proxy (using boost asio)
chaos
- Chaos是一个基于Linux平台, reactor模式的网络事件库, 目前仅支持TCP传输协议, 仅在x86_64下编译, 并遵循3-clause BSD开源协议. 在使用上, 可以说它很像boost asio坛-boost asio
asioTest
- boost::asio tcp服务器的实现 要求: vs2012或以上版本 boost库与头文件自行包含-achieve boost :: asio tcp server Claim: VS2012 or later Boost self-contained libraries and header files,
VideoServices
- 应用boost_1_56_0搭建的一个网络服务器框架,服务器框架中用到boost::asio::ip::tcp::socket、boost::singleton_pool内存池、boost::shared_ptr智能指针、 读写锁、异步通信-Application of boost_1_56_0 to build a network server framework, server framework used in boost:: asio:: ip:: tcp:: socket, boo
tcp
- tcp boost asio 实现tcp通信 可自定义数据帧(tcp boost asioTCP communication can be customized data frame)