Skip to content

RachappaB/Remote-commond-execution-using-tcp-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote-commond-execution-using-tcp-socket

This project help to execute the commond from client to run in server machine using TCP-SOCKET

Installation

you must have gcc compiler

sudo apt-get install gcc
sudo apt-get update

RUN

server

cd server

# compile the server.c file
gcc server.c

# run a.out file
./a.out

on client machine client

cd client

# compile the server.c file
gcc client.c

# run a.out file
./a.out

# enter server ip addresss
127.0.0.1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages