Does anyone know if there is something like a Limewire API? I need to be able to make Limewire download files programmatically.

EDIT: It seems Limiwire doesn't have an API. Is there any other Gnutella P2P cliente that does?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

I suppose focusing a little more upon your requirement, you've got the Gnutella downloader service/class/package API thing.

http://wiki.limewire.org/index.php?title=Gnutella_downloader

It allows you to query and download direct to the network.

Then extending that idea - you have jTella, API source for Gnutella network.

http://sourceforge.net/projects/jtella/

link|improve this answer
feedback

Unfortunately, there is not. Also, unfortunate: the source code is terribly difficult to read/modify. If, however, you're up to the challenge, then you can simply write your own application on top of limewire-core, which is seperate form the GUI.

link|improve this answer
Is there any other P2P cliente that does? – yassin Apr 25 '10 at 9:58
feedback

Not sure about a true api - but I found this by googling your title:

http://wiki.limewire.org/index.php?title=Javadocs

Seems to be built in Java. Entire set of packages seem to be there too.

link|improve this answer
I also found that, but I need a true API, without the need to recompile Limiwire source code. – yassin Apr 25 '10 at 8:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.