views:

85

answers:

3

Hi,

I am not aware of any application on android that is capable of downloading torrents. So in-case I would like to port an unbuntu application like transmission or another similar light weight application would it be that easy. How much of socket programming would I actually require to do in such a case.

Also if anyone is aware of a project of this nature which is ongoing, I would love to have a look at it. I specifically intend to do this for android 1.6 and 1.5, so I think that makes any new API's which might have been released for this purpose pretty redundant.

A: 

Well, such things exist:

http://www.androlib.com/android.application.org-ale-abtc-qmzp.aspx http://www.androidzoom.com/android_applications/tools/andtorrent-bittorrent-client_fywo.html

EDIT: however, they are not for free...

Im0rtality
makes it pretty redundant, I can buy paid apps in my country :) So the best I can manage is create my own or port one using the NDK. Or is my understanding of what the NDK is for wrong?
Shouvik
If there are paid ones, there shouldn't reasons why you could not write/port such app.
Im0rtality
Seems like that app only works sometimes. Also I doubt it might work exactly like a bittorrent client. for all I know it might just be tunneling the data from the a server where the torrents are getting downloaded! There is absolutely no material I can find online that would suggest otherwise, hence I decided to ask the question here.
Shouvik
A: 

Some programs exist under Androïd, but they usually only activate a remote bittorrent client from your computer for a specific file.

However I've heard of two real bittorrent clients projects, but didn't have a look at them :

aBTC : http://www.androlib.com/android.application.org-ale-abtc-qmzp.aspx

Marvin : helloandroid.com/apps/marvin-bittorrent-client

Nielk
Some how that link doesn't seem to open on my network!? Is it region specific?
Shouvik
okay fine now. It was my firewall blocking the site... =)
Shouvik
+1  A: 

dTor is a fairly new but very nice torrent client for Android devices. Despite its poor reviews on the Market, I have found it to be much better than all of the competitors. The developers are very active and there has been updates to it every week for the past month which have been making it much more stable.

You can check it out here: http://www.androlib.com/android.application.com-dtor-jwttw.aspx

Jake Wharton