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