similar to: rubytorrent

Displaying 20 results from an estimated 300 matches similar to: "rubytorrent"

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:
2007 Aug 25
1
Made a tracker for rubytorrent
Hi, I noticed the website said "there isn''t a tracker yet, but plans are in the works". 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
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 +++
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)) avoids this, but then a new problem is
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 torrent file from"\ekobudi\bittorent\host0" to"
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 file (just some random strings in a file) and the torrent that was
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
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 GNU GPL. Note that RubyTorrent doesn''t include a
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. 4. ri documentation I
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
2007 Dec 14
5
How do I mock params?
Here is the code within the controller: Line 69: @photo = @member.build_photo(params[:photo]) unless params[:photo][:uploaded_data].blank? I got a little ahead of myself and wrote the code, and now have a bunch of errors telling me that: ------- 6) NoMethodError in ''Spec::Rails::Example::ControllerExampleGroup MembersController handling PUT /members/1 should find the member
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 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
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... URL:
2008 Jan 04
2
Menu - labels
Webgen uses file paths to generate multilevel menues, bread crumbs etc. And limits the character range in paths to a-zA-Z. As the directory names are used verbatim as menu labels this is fairly limitting for non-english pages. Is there a way to map directory names to configurable UTF8 strings for menu labels? oao
2009 Jun 19
3
Planning of next challenges for Firefox
Fellow open video enthusiasts, Chris Blizzard just suggested that with all the Xiph developers attending the OpenVideoConference, we should all get together and discuss the next things to attack for Ogg Theora/Vorbis in Firefox. I think that's a great idea. Assuming that everyone stays for the hackfest on Sunday, we picked 10am on Sunday for a thorough discussion and planning session (1-2
2007 Apr 03
1
metainfo.yaml
Can there be multiple metainfo.yaml files in different directories? I can''t find any indication in the docs, and I''m upgrading an old project based on webgen 0.3.8 which has this sort of setup. By the way, to parse my own inline html with textile I was able to write a content converter quite successfully. Scott
2012 Feb 08
2
dotnet35 on WINE 1.4-rc2
What is the current status of dotnet35 on WINE 1.4-rc2 or on the stable 1.2.3? Code: winetricks dotnet35 installs up to .NET 3.0 for me, but it can't seem to install 3.5. Thanks.[/code]
2014 Sep 11
1
Alternative data stream on volume cannot be created
Hello, I met an issue to create ADS on a volume to store meta info. A Samba server on Ubuntu is configured as follows to provide a share for Windows client. OS: Ubuntu 14.04.1 LTS. SAMBA: Version 4.1.6-Ubuntu Kernel: 3.13.0-34-generic The policy is as follows, [Share] path = /home/daniel/Public/sharefolder1 read only = no browseable = yes guest ok = no create mask = 0777
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