文件名称:remote-control
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-12-20
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- kobe *****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个linux下远程控制程序,采用并发服务器模型。客户端接收用户输入的命令,客户端通过套接字将命令传送给服务器端,服务器在收到用户的命令,对命令进行解析.在服务器端调用对应的命令,并将命令执行的结果发送给客户端,从而实现远距离控制的功能。服务器可同时对多个用户提供服务。-This is a remote control program under linux, using concurrent server model. The client receives commands entered by the user, the client through the socket to send commands to the server, the server receives the user' s command, to parse commands in the server-side calls the corresponding command, and sends the results to the command execution client, in order to achieve remote control functions. Server can serve multiple users simultaneously.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
远程控制并发服务器\tcpc
..................\tcpclient.c
..................\tcps
..................\tcpserver.c
..................\test
..................\test.c
远程控制并发服务器