Yaron Naveh
Yaron Naveh

Reputation: 24406

How to distribute a file to multiple clients efficiently?

I am building an application which, hopefully, will be installed on many clients (desktop and mobile). Client A may generate a file and publish that he has it. Clients B-Z may decide they want this file.

Some assumptions:

I am thinking to use the bittorrent protocol.

Is it a good approach assuming I use a public tracker or DHT?

Upvotes: 1

Views: 210

Answers (1)

Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65391

Not sure which programming language you are using.

If you are using a .net language you could use MS Sync Framework (which is free) See: http://msdn.microsoft.com/nb-no/sync/bb980926.aspx

Upvotes: 1

Related Questions