feat: 네트워크 서버 구현 (TCP/UDP 에코, 파일전송) #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
python app.py server
명령어 추가주요 변경사항
tcp_server.py
,udp_server.py
,file_server.py
구현 세부사항
TCP 에코 서버
UDP 에코 서버
파일 전송 서버
CLI 통합
python app.py server tcp-echo
- TCP 에코 서버python app.py server udp-echo
- UDP 에코 서버python app.py server file-transfer
- 파일 전송 서버Docker Compose 통합
Test plan
테스트 결과
Docker Compose로 모든 서버를 실행하고 기존 클라이언트 도구로 테스트 완료