Skip to content

Client-Server sockets in c.Server exec the commands sent from client.

Notifications You must be signed in to change notification settings

Nisfeight8/Client-Server-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Client-Server-Sockets

Client-Server sockets in c. Server exec the commands sent from client.

Run instructions:

  • gcc client.c -o client
  • gcc server.c -o server
  • ./server [port]
  • ./client [hostname] [port]

About

Client-Server sockets in c.Server exec the commands sent from client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages