基于嵌入式linux平台的通信基站系统,主要用到通常的tcp/ip通信,串口通信。另外,部分通信用到了开源的通信接口——zeroMQ。
OSChina For PC. 详细介绍:http://my.oschina.net/fants/blog/144407
A C++ library that packaged some I think useful functions such like string operations, code page operations, some encoding/decoding operations and a lexical parser etc..
a sqlite3 operation-interfaces in c++, trasaction supported. this can be used in across-platform projects, such as lua games.
c++. This is an across-platform ThreadPool, implemented with C++11. single-thread&multi-task / multi-thread&multi-task supported. If cocos-2d-x engine used, you can use "PerformInCocosThread" to run UI-RenderTask in your sub Thread from pool.