Websocket 通讯框架 uvws
- 授权协议: GPL
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/kevin158/uvws
- 软件文档: http://git.oschina.net/kevin158/uvws/blob/master/README.md
软件介绍
基于 libuv 实现的 Websocket 通讯框架,实现 RFC6455 规范,目前仅提供 ws 方式。
wss 未来视需要再进行实现。
背景介绍
将原来的YunOS下面运行的ASR,TTS,NLU等模块移植到Pepper机器人上,需要一个能够承载模块运行的通讯框架。
功能介绍
支持RFC6455,暂时不支持SSL
服务器框架
客户端框架
异步任务管理
依赖
请先安装cdeps工程的simplelog
普通编译
mkdir build cd build cmake .. make make install
交叉编译
export THIRDPARTY_HOME=/root/local export CTC_ATOM_HOME=/root/ctc-linux64-atom-2.5.2.74 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/root/local -DCMAKE_TOOLCHAIN_FILE=pepper-toolchain.cmake .. make make install
C++ How to Program (5th Edition) (How to Program)
Harvey & Paul) Deitel & Associates / Prentice Hall / 2005-01-05 / USD 98.00
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreak......一起来看看 《C++ How to Program (5th Edition) (How to Program)》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
HSV CMYK 转换工具
HSV CMYK互换工具
