[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Torrent library for Ruby

Andrei Maxim

11/24/2006 6:36:00 PM

Hi folks,

I'm fairly new to Ruby and the whole Ruby on Rails thing, although I have some experience with ASP.NET and C#. I'm trying to
learn Ruby and Ruby on Rails through some pet projects, like a small backup script and a small web application.

Right now I'm trying to get the hang of RoR and I decided to create a small torrent tracker as most of the ones written in PHP
seem to be extremely large scripts and quite difficult to debug (I'm no PHP expert, but...). I'm looking for a Ruby torrent gem
and I found a couple of Rubyforge:

1. RubyTorrent
2. libtorrent-ruby

and there seem to be a couple of clients written in Ruby plus some utilities like Bencode and Bcodec.

The first project, RubyTorrent, is at 0.3 and that version was released back in 2005 with no updates since. libtorrent-ruby is a
newer project, but at version 0.1 and with a smaller activity than RubyTorrent.

I really don't know which project is better suited for my little web application or if one is written better than the other so I'm
trying to gather some comments from people with more experience in Ruby than myself.

Thanks,

Andrei Maxim




2 Answers

Giles Bowkett

11/26/2006 6:15:00 PM

0

I know a little about RubyTorrent, which is that the guy who wrote it
is both friendly and smart. He's an AI guy at Stanford. He said the
library was functional but could do with some performance
enhancements. I don't know anything about the other library.

On 11/24/06, Andrei Maxim <andrei@andreimaxim.ro> wrote:
> Hi folks,
>
> I'm fairly new to Ruby and the whole Ruby on Rails thing, although I have some experience with ASP.NET and C#. I'm trying to
> learn Ruby and Ruby on Rails through some pet projects, like a small backup script and a small web application.
>
> Right now I'm trying to get the hang of RoR and I decided to create a small torrent tracker as most of the ones written in PHP
> seem to be extremely large scripts and quite difficult to debug (I'm no PHP expert, but...). I'm looking for a Ruby torrent gem
> and I found a couple of Rubyforge:
>
> 1. RubyTorrent
> 2. libtorrent-ruby
>
> and there seem to be a couple of clients written in Ruby plus some utilities like Bencode and Bcodec.
>
> The first project, RubyTorrent, is at 0.3 and that version was released back in 2005 with no updates since. libtorrent-ruby is a
> newer project, but at version 0.1 and with a smaller activity than RubyTorrent.
>
> I really don't know which project is better suited for my little web application or if one is written better than the other so I'm
> trying to gather some comments from people with more experience in Ruby than myself.
>
> Thanks,
>
> Andrei Maxim
>
>
>
>
>


--
Giles Bowkett
http://www.gilesg...

Corban Brook

2/12/2007 12:41:00 AM

0