Skip to content

bitdove/EchoServer_CSAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyEchoServer

CI

简介

CSAPP第十一章网络编程的例子,echo服务器。用CMake构建

使用方法

  1. clone repo

    git clone https://github.com/xgx127/MyEchoServer.git
  2. 构建项目

    cd MyEchoServer
    ./build.sh
  3. 开启服务端

    cd bin
    ./echoserver <port>
  4. 开启客户端

    //开启新的终端窗口
    cd bin
    ./echoclient localhost <port>

About

Implement an echo server and build the project with make as the first step of the SurgeX project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published