Skip to content

Welsdy/TcpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TcpServer

a simple tcpserver

Compile

Compile code with CMAKE

  1. Create a build directory and enter the build directory
mkdir build && cd build
cmake ../  
  1. run the make
make  

Introduction