搜索资源列表
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
boost_serial
- 使用boost库的asio的serial,编写的串口测试程序,供大家参考-using boost asio serial class, written in serial testing procedures, for your reference
Server
- boost::asio 异步通信,boost::asio 服务器的创建-boost :: asio asynchronous communication, boost :: asio server creates
tcpproxy
- A simple tcp proxy (using boost asio)
xiaoxiaoxiyou
- 此项目是RPG+SLG的结合。 前端纯as3实现,使用aswing,后台跨平台C++,lua,网络库boost asio,服务器三层结构,DataServer,GameServer,GateServer(多个),代码结构极其简单,极易维护。 游戏系统创新实现: 1.元神出窍,将玩家分为在线和离线两个角色,玩家离线后元神可在线 2.元神队伍,就是队友不必要在线,你可以控制你的队友。 3.奴隶系统,战胜对方,即可抓对方为奴隶,奴隶可作为宝宝参战 4.情人系统,任何玩家在
Network
- Network class with boost::asio, also a packet class :3
asioSample
- 基于ASIO驱动模型的计算机声卡低延时输入输出编程-Based on the computer sound card s low-latency ASIO driver model input-output programming
work_flow
- a simple thread work flow sample based on boost asio.
asio_doc
- Boost Asio 的功能描述和一些简单的建立Server 和Client 的例子-Descr iption Boost Asio and some simple examples to build Server and Client
chaos
- Chaos是一个基于Linux平台, reactor模式的网络事件库, 目前仅支持TCP传输协议, 仅在x86_64下编译, 并遵循3-clause BSD开源协议. 在使用上, 可以说它很像boost asio坛-boost asio
asiosdk2.3
- ASIO SDK 2.3 最新版的开发包,可以和portaudio配合使用-something usefull
asioTest
- boost::asio tcp服务器的实现 要求: vs2012或以上版本 boost库与头文件自行包含-achieve boost :: asio tcp server Claim: VS2012 or later Boost self-contained libraries and header files,
Boost_asio
- boost。asio网络开发精简教程,初学者试用-boost.asio development
Boost.Asio-CPP-Network-Programming
- c++ network programming book
serialport
- SerialPort class using Boost asio library
tcpport
- TcpIp client class using Boost asio library
CRY6138VIs(20150625)
- CRY6138测试仪,初级使用例程支持声卡ASIO驱动-CRY6138 tester primary use routines support ASIO sound card drivers
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
P2PMultiplayerGame-master
- This example illustrates the use of asio in a simple single-threaded server implementation of HTTP 1.0. It demonstrates how to perform a clean shutdown by cancelling all outstanding asynchronous operations.