Skip to content

My simple program for remote PC control to start very simple tasks.

License

Notifications You must be signed in to change notification settings

zSavT/EasyRemoteControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyRemoteControl

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).

Documentation

You can see documentation right here!

Directory

\---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.

About

My simple program for remote PC control to start very simple tasks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages