Skip to content

chojpsh1/socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket

It is simple socket programming.

'echo_server.c' and 'echo_client.c' are codes that only server can send string to client.

After you compile it, you can run it with commands './echo_server PORT' and './echo_client 127.0.0.1 PORT'.

'chat_server.c' and 'chat_client.c' are codes that server and client can send string to each other in turn, not at the same time.

(Use thread, for enabling at the same time.)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages