sidcode / df-downloader

Damn Fast Downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

df-downloader

##Damn Fast Downloader ##A Python-based parallel-and-distributed downloader on a Local network.

##Setup

  1. python2.7 server.py
  2. Interact with the web UI at localhost:6969/

##Features

  1. Peer discovery on the local network.
    • Currently using broadcast. *To-do: Maintain peer-list instead of broadcast.
  2. Distributing load among threads.
  3. Network Diagnostics
  4. Interactive front-end.
  5. Fast Peer-discovery To-do: Distributed Database required to maintain completed downloads
  6. Temporary Files stored. To-do: Add offline-maintenance and resume support.

##Issues

  1. The last few fragments of the file take time to download.
  2. HTTP requests to synchronize the final file has network overheads.

About

Damn Fast Downloader


Languages

Language:Python 100.0%