Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 296 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 296 Bytes

python-file-downloader

Just a crude implementation of the network stack in python to download contents of the given URL.
Wrote it for fun when I was learning Python so it is highly unoptimized.

Includes basic HTTP - TCP - IP - ARP - ETHERNET header generator and validator.