Skip to content

sandwichdoge/simple-echo-server-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

simple-echo-server-C

Simple TCP echo server with multi-connection support.

Compile and run

  • Server
gcc -lpthread echo_server_tcp.c && ./a.out
  • Client
gcc tcp_client.c -o client && ./client

or

nc localhost 12345

About

TCP echo server with multi-connection support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages