Freature Request: Plugin or Builtin suport for web seeding

Suggestions and discussion of future versions
Post Reply
wancharle
New User
New User
Posts: 4
Joined: Tue Sep 22, 2009 1:34 pm

Freature Request: Plugin or Builtin suport for web seeding

Post by wancharle »

Hi guys,

Sorry my english i speak portuguese,
I never used bitornado, my experience is with transmission and now deluge.

But bitornado have a freature nice: web seeding
from wikipedia:
Web seeding
"Web seeding was implemented in 2006 as the ability of BitTorrent clients to download torrent pieces from an HTTP source in addition to the swarm. The advantage of this feature is that a site may distribute a torrent for a particular file or batch of files and make those files available for download from that same web server; this can simplify seeding and load balancing greatly once support for this feature is implemented in the various BitTorrent clients. In theory, this would make using BitTorrent almost as easy for a web publisher as simply creating a direct download while allowing some of the upload bandwidth demands to be placed upon the downloaders (which normally use only a very small portion of their upload bandwidth capacity).
Is very simple the site need have one file for manipulate requests Ex.: http://michaeljackson.com/music/xx/download.php
and the cliente call the url for get pieces.

Code: Select all

PROTOCOL:

The client calls the URL given, in the following format:
<url>?info_hash=[hash]&piece=[piece]{&ranges=[start]-[end]{,[start]-[end]}...}

Examples:
http://www.whatever.com/seed.php?info_hash=%9C%D9i%8A%F5Uu%1A%91%86%AE%06lW%EA%21W%235%E0&piece=3
http://www.whatever.com/seed.php?info_hash=%9C%D9i%8A%F5Uu%1A%91%86%AE%06lW%EA%21W%235%E0&piece=8&ranges=49152-131071,180224-262143
i need help for make the plugin or anyone should make? Where i get help for programing the plugin (i already programer python)
damoxc
Top Bloke
Top Bloke
Posts: 117
Joined: Sat Jul 19, 2008 7:26 pm
Location: Hampshire, UK
Contact:

Re: Freature Request: Plugin or Builtin suport for web seeding

Post by damoxc »

Webseeds are already supported by libtorrent, and consequently also Deluge.
wancharle
New User
New User
Posts: 4
Joined: Tue Sep 22, 2009 1:34 pm

Re: Freature Request: Plugin or Builtin suport for web seeding

Post by wancharle »

Sory, I did not know...

is the same protocol that is said or different?
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Freature Request: Plugin or Builtin suport for web seeding

Post by loki »

The webseed feature is available in creating a torrent, you just paste in the location of the web address to the hosted file when creating the torrent. I'm not sure if you can specify a webseed at any other time however.

I could be way off but I thought webseed and infohash were 2 very different things.
Post Reply