top of page
Xiaoshuo Li
EE 450 Final Project
This final project is to write a socket programming in C++ using TCP that allows client to get the file type (send a request to server) and to get the checksum of a file, and to download the file from the server.
This project helps me to better understand socket programming and concepts such as TCP, port numbers, checksum etc. I am getting familiar with C++ coding for socket programming after this project, and I learned the approach how to program a network system from reading papers and getting online information.
bottom of page