Giter Site home page Giter Site logo

downloader's Introduction

Downloader

Download the file via use the bandwidth of each of the PC that all in LAN to reach the maximum download speed.
Deploy the Downloader in LAN as much as possible and start it as slave downloader, then start a Downloader as master, the master will dispatch the download task to each slave, the slave execute the task to download the part of the file and send the downloaded data back to master, the master will gather the all data that sent by slave and write it to file.

Only support the http or https protocol now.

Screenshot

Start as Slave

/usr/java/jdk1.8.0_162/bin/java -jar \
-Dhttp.ProxyHost=3.80.240.1 \
-Dhttp.ProxyPort=88 \
-DstartupType=slave \
-Dip=10.180.160.21 \
-DmulticastGroupIp=230.0.0.1 \
-DmulticastPort=9500 \
downloader.jar

Start as Master

/usr/java/jdk1.8.0_162/bin/java -jar \
-Dhttp.ProxyHost=3.80.240.1 \
-Dhttp.ProxyPort=88 \
-DstartupType=master \
-Dip=10.180.160.21 \
-Dport=9000 \
-DmulticastGroupIp=230.0.0.1 \
-DmulticastPort=9500 \
-DdownloadUrl=https://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-javase-macosx.dmg \
-DwaitSlaveTimeout=5 \
/home/sg/lf489159/Downloads/downloader.jar

downloader's People

Contributors

gnayils avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.