# xop **Repository Path**: fensnote/xop ## Basic Information - **Project Name**: xop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++11实现的轻量级网络框架 项目介绍 - * 在工作中需要实现一个跨平台的RTSP服务器,在参考了开源项目muduo和live555的设计后,封装了一个简单的网络框架。 项目案例 - * [RtspServer](https://github.com/PHZ76/RtspServer) * [RtmpServer](https://github.com/PHZ76/rtmp) 目前情况 - * 支持Windows和Linux平台, 在Windows下使用select, Linux下使用 epoll。 * 实现了定时器,触发事件,日志,环形缓冲区, 内存池。 编译环境 - * gcc4.7 * vs2015 整体框架 - ![image](https://github.com/PHZ76/xop/blob/master/pic/1.pic.jpg) 后续计划 - * 增加对象池。 * 其他优化。 其他 -