Reputation: 24406
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
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