We have a client/server application that needs to transfer the same large files to, sometimes, many different clients.
At first all is being done the most obvious way, serving the file from the webserver api where the clients send their requests to, but everything is done manually.
A great way to dramatically improve error redundancy, and transfer speed would be to use a peer-to-peer protocol such as bittorrent.
Due to deadline constraints though I can't spend too much time on the trial/error process.
I can't find any simple tracker implementation that is easily integrated to our python api.
Does anybody know of any up to date bittorrent tracker that is simple enough to just work without all whistles and bells?