From steviedizzle at gmail.com Mon Jun 6 14:56:46 2005 From: steviedizzle at gmail.com (Steve D.) Date: Mon Jun 6 14:53:10 2005 Subject: [rubytorrent-devel] UDP Trackers Message-ID: 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubytorrent-devel/attachments/20050606/1ad54430/attachment.htm From wmorgan-rubytorrent-devel at masanjin.net Tue Jun 7 11:00:47 2005 From: wmorgan-rubytorrent-devel at masanjin.net (William Morgan) Date: Tue Jun 7 10:56:39 2005 Subject: [rubytorrent-devel] UDP Trackers In-Reply-To: References: Message-ID: <20050607150047.GA29235@masanjin.net> Excerpts from Steve D.'s mail of 6 Jun 2005 (EDT): > 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? I do have plans to implement this, as well as clean up and package the entire thing a little better. But it will be a few weeks before I will be able to spend time on RubyTorrent again. Glad to know people are finding it useful. -- William From wmorgan-rubytorrent-devel at masanjin.net Sat Jun 25 07:59:28 2005 From: wmorgan-rubytorrent-devel at masanjin.net (William Morgan) Date: Sat Jun 25 07:54:48 2005 Subject: [rubytorrent-devel] rubytorrent future plans Message-ID: <20050625115928.GA28010@masanjin.net> 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 was wondering if anyone has a UDP .torrent file for me to play with (preferable one that's still active). Also, has anyone tried Ruby 1.8.3-preview on Windows? This allegedly solves the 20-second global freeze issue. Thanks, -- William