Skip to content

shahmanthan1209/Client-Server-Socket-Based-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Client-Server-Socket-Based-Shell

Implemented shell using server-client socket C programming

Before running the project:

Find your IP Address: ip addr show

Run server.c

Compile it using: gcc server.c -o server

Run: ./server port_number

Run client.c

Compile it using: gcc client.c -o client

Run: ./client ip_addr port_number

About

Implemented shell using server-client socket C programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages