Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

File metadata and controls

10 lines (7 loc) · 481 Bytes

Computer Network

Here are the code of my computer network works. They will mainly given with rust version.

UDP

A very basic message system based on udp protocol. Only this program will have C language edition.

TCP basic file server

A basic server system implemented "ls" and file's uploading and downloading. Multi-threading for multi connection to connect to server is supported. Since this is not implemented based on async method, watch for your usable threads.