Multipart - networked downloader

i want to program a downloader which works for slow networks. for example if i and a friend of mine are connected through a LAN .. i would want my downloader to download 1-50 % of xyz.file and my friend would download 51-100% of xyz.file ... (where xyz.file is any file to be downloaded from a website) . In the next stage the downloader would merge the files together to produce the original file.. i wish to program this thing using c# . Any help is welcome .. Please also tell me which classes/interfaces to study for this project of mine .. any kick-start code is also welcome ..

Regards
M Mohsin Ali

Comments

  • This has already been done a million times over - do some research on "Bit Torrent" - there are many clients already made out there that have already been optimized and tested and all that.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion