Bittorent client with google talk interface

2008-01-20 Thread Astan Chee
Hi, I dont know where to send this but I'll try here. I recently took the newest version of ABCTorrent and its code and added some features to it that I find very useful. Basically it is like a webUI except it connect to google's google talk and you can issue commands from it. Kinda like a com

Re: bittorent

2007-04-12 Thread Terry Reedy
"Linus Nordström" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I might have been a bit unclear on what i was looking for, im not >looking for a finished bitorrent client, but rather module that can >parse a .torrent file, or info on how i would goabout to write >something that can

Re: bittorent

2007-04-12 Thread Linus Nordström
On 4/11/07, Shane Geiger <[EMAIL PROTECTED]> wrote: > > > Jonathan Smith wrote: > > Linus Nordström wrote: > > > >> Hello > >> Im planing playing a bit whit bittorrent, but I'm having some trouble > >> about where to start. So if anyone could point me in the right > >> direction it would be much ap

Re: bittorent

2007-04-12 Thread Linus Nordström
I might have been a bit unclear on what i was looking for, im not looking for a finished bitorrent client, but rather module that can parse a .torrent file, or info on how i would goabout to write something that can do that. On 4/11/07, Shane Geiger <[EMAIL PROTECTED]> wrote: > > > Jonathan Smith

Re: bittorent

2007-04-11 Thread Shane Geiger
Jonathan Smith wrote: Linus Nordström wrote: Hello Im planing playing a bit whit bittorrent, but I'm having some trouble about where to start. So if anyone could point me in the right direction it would be much appreciated. The best would be if there are some already written modules that ha

Re: bittorent

2007-04-11 Thread Jonathan Smith
Linus Nordström wrote: > Hello > Im planing playing a bit whit bittorrent, but I'm having some trouble > about where to start. So if anyone could point me in the right > direction it would be much appreciated. > The best would be if there are some already written modules that > handle downloading a

Re: bittorent

2007-04-11 Thread Terry Reedy
"Linus Nordström" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Hello | Im planing playing a bit whit bittorrent, but I'm having some trouble | about where to start. So if anyone could point me in the right | direction it would be much appreciated. | The best would be if there are

bittorent

2007-04-11 Thread Linus Nordström
Hello Im planing playing a bit whit bittorrent, but I'm having some trouble about where to start. So if anyone could point me in the right direction it would be much appreciated. The best would be if there are some already written modules that handle downloading and seeding torrents, but if that ca

Re: some questions on how to study the bittorent.

2006-07-08 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Moore Liu wrote: > Hi all, > > I am very interesting in the detailed implement of bittorrent and have > read some p2p protocol document, but I want to know more of the > technique implementation. It's time-consuming to reverse-engineering > the code to understand the desig

some questions on how to study the bittorent.

2006-07-08 Thread Moore Liu
Hi all, I am very interesting in the detailed implement of bittorrent and have read some p2p protocol document, but I want to know more of the technique implementation. It's time-consuming to reverse-engineering the code to understand the design intention of it. So my question is: Is there any we