https://github.com/hyunnnchoi/cn_socketprogramming
Simple implementation of TCP/UDP/UNIX Socket Communication
https://github.com/hyunnnchoi/cn_socketprogramming
Last synced: 3 months ago
JSON representation
Simple implementation of TCP/UDP/UNIX Socket Communication
- Host: GitHub
- URL: https://github.com/hyunnnchoi/cn_socketprogramming
- Owner: hyunnnchoi
- Created: 2023-11-08T00:47:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T02:44:36.000Z (about 1 year ago)
- Last Synced: 2024-12-29T03:57:26.121Z (5 months ago)
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Socket Programming
---
- 2023-2학기 컴퓨터 네트워크 수업을 들으며, 간단히 TCP/UDP/UNIX 소켓 기반의 통신을 구현해 보았습니다.