Displaying 2 results from an estimated 2 matches for "dtorrent".
Did you mean:
torrent
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 discovered. Unless another
argument is passed after the
Package there will be an exception as args (in BitTorrent.iniitalize)
will be nil.
So calling it like
RubyTorrent::BitTorrent.new(dtorrent.met...
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 generated for it.
.
-------------- next part --------------
A non-text attachment was scr...