# socket programming_week3 **Repository Path**: xiaofeng779877/socket-programming_week3 ## Basic Information - **Project Name**: socket programming_week3 - **Description**: 25计算机网络实验 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: week2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-04-29 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TJU Socket Programming ## 1. Branches - `master`: 第一周任务 - `week2`: 第二周任务 ## 2. Files - `DockerFile`: Script to build the docker image for the project's environment. - `Makefile`: Contains rules for `make`. - `README.md`: Current document. - `cp1`: CP1 scripts and examples. - `cp2`: CP2 scripts and examples. - `cp3`: CP3 scripts and examples. - `src/`: Source code for the project. - `src/echo_client.c`: Simple echo network client. - `src/echo_server.c`: Simple echo network server - `src/example.c`: Example driver for parsing. - `src/lexer.l`: Lex/Yacc related logic. - `src/parser.y` - `src/parse.c` - `include/parse.h`