Introduction - If you have any usage issues, please Google them yourself
This 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.