# RemoteControl **Repository Path**: clear-water/remote-control ## Basic Information - **Project Name**: RemoteControl - **Description**: 一个远程控制程序 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RemoteControl #### 介绍 基于MFC框架写的远控程序,使用CS模型,服务器控制客户端进行收发数据 #### 功能说明 1. 远程控制且查看屏幕 2. 远程查看文件,并且支持上传和下载文件 3. 远程执行 CMD 命令 4. 远程查看进程,并且可以结束指定进程 5. 心跳包保活 #### 注意 此程序虽然使用了心跳包保活,但并不能支持多个客户端连接,只能支持一个客户端连接(说白了就是只能控制一个客户端)