search for: rubytorrent

Displaying 20 results from an estimated 25 matches for "rubytorrent".

2005 Feb 07
0
Trying to Seed Maybe Bug?
Hi, trying to get rubytorrent to act as a seeder. I''m instantiation the RubyTorrent::Bittorrent with a pre-created MetaInfo object... bt = RubyTorrent::BitTorrent.new(dtorrent.metainfo) bt.on_event(self, :tracker_connected) { |s, url| puts "[tracker] connected to tracker #{url}" } I will attack the test...
2005 Jan 25
2
Testing preRelease 0.3
Hi all, I?ve updated my local repository with version from 05/01/26 0:00 CET My test - torrent is very active, so Azureus gets an average download of 40kb/s after a few seconds running, and up to 90kb/s after two minutes. Rubytorrent has not even 1 piece after fifteen minutes. It gets connected to 12 or 15 peers but the download ratio is always below 2kb/s. From my point of view there is a long break while trying to connect to a peer. I didn`t watch the code but there seems to happen nothing for at least half a second. And...
2005 Apr 20
2
RSS downloader
Hi, I am current writing a ruby application that does something similar the RSSFeed plugin for azureus (see http://azureus.sourceforge.net/plugin_details.php?plugin=rssfeed). in ruby. The plan is to use it drive rubytorrent to do the actual downloading. Does anyone know of a similar project written in ruby ? This is my first project in ruby, I have been programming in C and C++ for a number of years now and decided it was time for a new challenge :) Also, do you think that it makes sense, once I have some code work...
2005 Feb 07
4
[patch] MetaInfo.from_stream
This patch fixes a typo in MetaInfo.from_stream. Alexander. -------------- next part -------------- Index: rubytorrent/metainfo.rb =================================================================== RCS file: /var/cvs/rubytorrent/rubytorrent/rubytorrent/metainfo.rb,v retrieving revision 1.8 diff -u -r1.8 metainfo.rb --- rubytorrent/metainfo.rb 7 Feb 2005 19:52:53 -0000 1.8 +++ rubytorrent/metainfo.rb 8 Feb 2005 00:...
2005 Jan 10
2
rubytorrent
hello, we are interested in using rubytorrent as a project in a hackfest we''re organizing, and I would like to know if you have any idea of stuff that needs to be done, or something like it. Thanks, --lf
2005 Feb 12
0
RubyTorrent 0.3 (beta)
I''m happy to announce RubyTorrent 0.3, which I''ve decided is good enough to be called a beta. :) >From http://rubytorrent.rubyforge.org/: RubyTorrent is a pure-Ruby BitTorrent peer library and toolset. You can use it to download or serve files over BitTorrent from any Ruby program. RubyTorrent is released under the GN...
2005 Jan 19
3
rubytorrent problem on windows xp
Hi everyone Is rubytorrent work on windows XP. I have problem for using it. Here my Configuration OS: Windows XP Ruby Version: 1.8.2 Already Install Azureus and ABC torrent. I manage to set Azerus behave as tracker that listen to IP 127.0.0.1 and seeding file from "\ekobudi\bittorrent\host0". After that I copy...
2007 Aug 25
1
Made a tracker for rubytorrent
.... I also noticed the mailinglist said that two years ago, so I wrote one myself. I''m still testing/finishing it, but it should be done in about a day. It uses why the lucky stiffs excellent camping microframework. How would you like me to release it? I''d like to see it included in rubytorrent, but if that''s not appropriate, I can turn it into a gem. It also makes use of rubytorrent for metainfo and bencoding. Thanks, Lucas
2005 Jun 25
0
rubytorrent future plans
Hi all, I''m going to do my best to spend some time on RubyTorrent over the next week or so. Here''s what I plan to accomplish: 1. gem packaging 2. Slight API changes: move to Net::BitTorrent rather than RubyTorrent; remove the requirement for ''self'' being passed to on_event (not very Rubyish IMO); etc. 3. Add UDP tracker support....
2005 Jan 12
2
Extending metainfo class
Hi, I`ve still posted this comment on comp.lang.ruby and after that I found this list ;) I`ve had some problems with a .torrent file because of unknown fields. The file was created with: BitComet/0.56 So, I extended the metainfo class like this: -- Andreas Index: rubytorrent/rubytorrent/metainfo.rb =================================================================== RCS file: /var/cvs/rubytorrent/rubytorrent/rubytorrent/metainfo.rb,v retrieving revision 1.4 diff -r1.4 metainfo.rb 62,63c62,67 < :ed2k => String < s.label :piece_length => &q...
2005 Feb 07
3
WindowsXP
Already try the pre realease 0.3. The rtpeer.rb is working. But I don''t know why is take quite a while to listen only port 6969. The after that start to scan port 6881,6882..etc. After that manage to download the file normally. As usual I run everything in one PC. Azureus, ABC, and rubytorrent. The example on "doc\api.txt" still doesn''t work for me. I am very hapy the rtpeer.rb is working regards Eko
2005 Jul 31
1
trackerless
Hi William, Do you have any plan to make rubytorrent support trackerless Bittorrent. I think this will be very usefull for rubytorrent user Regards Eko
2005 Feb 07
1
Regarding '' info'' Bug
I think i tracked down the situation. Using RubyTorrent::BitTorrent.new with only a single argument of metainfo leads to a Package being created from ''metainfo.info'', and then Package internally calls info again, dieing. invoking like bt = RubyTorrent::BitTorrent.new(dtorrent.metainfo,RubyTorrent:: Package.new(dtorrent.metainfo))...
2005 Jun 06
1
UDP Trackers
Hi, I''ve been making a Ruby bittorrent client using gtk2 and of course rubytorrent. One snag that I have run into is udp trackers (i.e. udp:// ). I was just wondering if you have plans to implement this? Thanks, Steve By the way, you can check out my project on rubyforums.com<http://rubyforums.com> -------------- next part -------------- An HTML attachment was scrubbed....
2005 Jan 25
0
lots of changes in cvs
Hi all, I''ve been spending a lot of time over the past few weeks on RubyTorrent. All the changes are in CVS. Highlights are: - Transfer speeds should be much better, thanks to a better piece selection algorithm, and being more aggressive about dropping boring peers and adding new ones, - Download/upload rate limits now work. - Many bugs fixed. - .torrent creation n...
2007 May 09
1
Why Devel Stop ?
Hi, I ask me why the devel of RubyTorrent is stop for 2 year ? You haven''t time or other reason ? Thanks for your answer. -- Cyril Mougel
2005 Feb 07
1
[matz@ruby-lang.org: Re: Performance of CGI::Cookie / SimpleDelegator fix]
Matz claims 1.8.3 might be released in April. If we''re lucky, maybe it will have the Windows socket connection fix applied. (Although the patch has been hanging around since last June... but maybe they just needed some prodding. :) ) Then RubyTorrent will be much more usable on Windows. ----- Forwarded message from Yukihiro Matsumoto <matz@ruby-lang.org> ----- Date: Tue, 8 Feb 2005 09:32:52 +0900 From: Yukihiro Matsumoto <matz@ruby-lang.org> To: ruby-talk@ruby-lang.org (ruby-talk ML) Subject: Re: Performance of CGI::Cookie / Simpl...
2005 Jan 06
0
welcome
Welcome all. Feel free to use this list for any comments, bug reports, or patches pertaining to RubyTorrent. The RubyForge site is up: http://rubyforge.org/projects/rubytorrent/, and anonymous CVS is enabled. -- William <wmorgan-rubytorrent-devel@masanjin.net>
2007 May 19
0
Logger Vs rt_debug
Hi, In rubytorrent, you use a rt_debug function in util.rb. So why don''t use the logger require, with a const in Rubytorrent module ? There are a particular raison or not ? Regards, -- Cyril Mougel
2006 Jun 02
0
Licensing question
I''m considering using rubytorrent as the transport in a distributed build system. (DamageControl - a rails-based continuous integration server similar to buildbot - http://buildbot.sourceforge.net/ and bitten - http://bitten.cmlenz.net/) DamageControl is going to be licensed under a BSD license, so I was wondering if you''...