# 远程通信系统 **Repository Path**: linuxuboot/internet-chat ## Basic Information - **Project Name**: 远程通信系统 - **Description**: 基于Linux平台下的远程通信系统 包含公聊、私聊、以及文件传输模块。 使用epoll+线程池的方式来处理并发。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-04-07 - **Last Updated**: 2024-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 远程通信系统 #### 介绍 远程通信系统 #### 软件架构 软件架构说明 #### 安装教程 make #### 使用说明 server部署到服务器或者本地之中, client执行cli IP PORT; #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request