Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 688 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 688 Bytes

HTTP-file-downloader-

In this project we build an HTTP file downloader that supports resuming and multiple simultaneous connections. The HTTP client is able to download a file present both from a specified location on the internet and the HTTP server that you will set up. Additionally, it reports some metrics at specified intervals while the file is being downloaded. In the understanding of this project, you will gain sufficient expertise in the following skills:

  1. Details of HTTP
  2. Details of various metrics used to analyze the connection quality
  3. Socket programming in python
  4. Multi-threading in python

Project done in extreme programming style with @mirzaabdulwahab1612