搜索资源列表
HttpProxy.zip
- A http server with boost asio,A http server with boost asio
FYChat
- FY语音聊天系统。使用google开源DUI做界面库。boost::asio做网络底层。openal实现语音,opencv实现视频,jpeg压缩。使用mysql数据库。系统实现了用户注册,密码找回,好友上下线提醒,文字语音聊天,视频聊天。-FY voice chat system. Use google to do open source DUI interface library. boost:: asio do network infrastructure. openal voice, op
Server
- boost::asio库 服务器与客户端实现-Boost: : an asio library server and client realized
testasio
- boost库里面的ASIO应用例子,粘包处理,可以参考chat_server-boost asio
chat_client
- boost asio的一个异步通信聊天室的客户端程序-boost asio asynchronous communication in a chat room client programs
nous_server
- 一个采用BOOST ASIO库写成的开源的网络框架,具有较高的性能,附带了采用此框架编写的DEMOD-A BOOST ASIO library using open-source web framework written in, high performance, with the use of this framework for the preparation of the DEMOD
boost_asio_0_3_7
- c++标准库 boost的asio异步网络库,非常方便,很容易实现网络传输。-c++ standard library of asio asynchronous network library boost, very convenient, very easy to implement network transmission.
p2p
- point to point client/server using boost::asio
asio-1.4.1
- ASIO 有望成为C++标准的网络库。已进入boost。目前最新版本。 asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.-asio is a cross-platform C++ library for n
transferd-1.0.0
- 基于boost::asio的跨平台的转发服务器-Based on the boost:: asio cross-platform relay server
daytime1
- boost asio的一个的时间服务器的示例程序-boost asio to a time server sample program
chat_sever
- boost asio的一个异步通信聊天室的服务器端程序-boost asio asynchronous communication in a chat room server-side program
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)
bas_0_40_0
- boost asio 机制 半同步半异步 服务器-boost asio half sync/half async
http-server-asio
- 基于boost asio 开发的 http-server 内附详细说明。工具:c++builder2010。-boost asio http-server
(ASIO研究包)CLient
- asio入门是引用,关于boost框架之asio入门理解(ASIO entry is a reference to the boost framework for ASIO entry comprehension)
AsioTest
- ASIO测试程序 boost-asio-cpp-network-programming-chinese.pdf(ASIO examples boost-asio-cpp-network-programming-chinese.pdf)
asio-1.10.8
- 独立与boost版本的asio库,可以用于串口编程,套接字编程等。 使用时,解压,在工程属性中设置包含目录,将asio的include目录包含到工程的包含目录下;然后在工程属性预处理器定义添加ASIO_STANDALONE;头文件中#include <asio.hpp>(Independent and boost version of the ASIO library, can be used for serial programming, socket programming,
asio_chat_client
- boost asio chat client