Skip to content

tapin13/c-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# C-SERVER-CLIENT

Simple server and client wrote on C.

Compiled on LinuxMint 17.3

To Compile:
gcc server.c -o server -Wall
gcc client.c -o client -Wall

To Run:
./server
in another terminal ./client

Used by manuals:
https://en.wikipedia.org/wiki/Berkeley_sockets
http://www.cs.rpi.edu/~moorthy/Courses/os98/Pgms/socket.html

About

server and client on C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages