Skip to content

ehdrjs0836/TcpComm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TcpComm

TCP/IP Server and Client Program on Ubuntu Linux.

  1. How to compile for server

$ gcc -o server tcpip10.c

  1. How to compile for client

& gcc -o client tcpip11.c

  1. Run the server

./server 9190

  1. Run the client

./client 127.0.0.1 9190

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages