Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 416 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 416 Bytes

ZJU socket programming.

**Please run in Unix environment. **

Server related code is in the "server" folder.

Client related is in the "client" folder.

The config file is in the "include" folder.

Use “make” command to compile the project, and then two executable files "server.out" and "client.out" will be created.

Use command "./server.out" to start the server, and "./client.out" to start the client.