![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Development Open Discussion Anything else about the Phex development |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() Hi I have been looking for a simple java API to work with gnutella network. I found Jtella but it's pretty outdated. Then I tried limewire but it's kinda complex Reading throughout this gnutella forum found some posts that sugest to use Phex, but I haven't found any documentation o how to use Phex as a simple java API Any idea on what can be done here, I just need basically: -search in the gnutella network -download file from given search results -generate a file hashcode (to search through the hashcode, like magnet link) I don't mind using limewire or phex, or anything else, as long as it keeps simple to use. Any help will be really appreciated Thanks |
| |||
![]() Well the Phex API is probably not as simple as you would wish it to be, but we are currently in the process to make the API more easier to use. Also there is not really much documentation available for Phex. We have a very small team and all we can offer is JavaDoc API documentation. http://www.phex.org/javadoc/phex/ Basically everything (or almost everything until its refactored) is based around the class phex.servent.Servent Check out the source of phex.Main to see how to initialize the Servent and then you can use the Servent API to navigate through the modules like network, search, download and shared files. If you are looking for anything specific drop us a note and we will do our best to assists you or improve things in the API. |
![]() |
| |