My simple program for remote PC control to start very simple tasks.
We can switch from command line to program startup IP address and port (both client and server side).
With this program we can choose a series of commands to be executed by the Server. Eventually passing also an entire string containing the command to be executed (To evaluate this option).
You can see documentation right here!
\---EasyRemoteControl-main<br>
| .gitignore
| LICENSE
| README.md
|
+---doc
| NOTE.md
|
\---workspace
+---Client
| | .gitignore
| | .project
| |
| \---src
| Client.c
| client.h
| client_server_structure.h
|
\---Server
| .gitignore
| .project
|
\---src
client_server_structure.h
Server.c
server.h
The code will always be in english.