View Single Post
  #8 (permalink)  
Old November 21st, 2003
Morgwen's Avatar
Morgwen Morgwen is offline
lazy dragon - retired mod
 
Join Date: October 14th, 2001
Location: Germany
Posts: 2,927
Morgwen is flying high
Default

Quote:
Originally posted by reise
And as phex use a lot more that I need to I didn't want to have to understand the whole source code
I think the Phex source is explained.

Jtella documented where he connects:

// Start a network connection and listen for succesful connection
GNUTellaConnection c = new GNUTellaConnection(host, port);
c.getSearchMonitorSession(new TestReceiver());
c.start();

You have only to search in the Phex code for the documentation... there is no need to understand the whole code.

You can also look in the Limewire code its also written in Java.

Morgwen
Reply With Quote