![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Find the Best VPN | Today's Posts | Search |
| Development Open Discussion Anything else about the Phex development |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
I'm trying to develop some kind of fileserver-application which should be able to run server side (no gui) and serve files in a shared directory. are there any *simple* examples how to implement this using phex? The sources I got from SVN seem to be a little bit complex.... Thanks a lot in advance, Chris |
|
#2
|
|||
|
|||
|
Hi!
I'm still looking for a very simple and basic example on how to setup a client, which simply serves a few files (without gui, without the rest of the functionality ....). Could anyone please help? Thanks a lot in advance, Christoph
|
|
#3
|
||||
|
||||
|
As of now, there's an example how to start phex without gui.
Advanced Questions - PhexWiki java -Xmx512m -Djava.awt.headless=true -jar phex.jar This is a Java feature and still needs an xserver, since some java classes depend on it, but it doesn't need to have a display and can be run serverside. You can setup the sharing diretory directly in the config files, and you can also switch from headless to full gui by just starting Phex differently (with the normal starting command). Everything else should be a matter of stripping code. Besides: The Phex subversion repository contains a shell script which builds and runs phex headless: build-and-run-headless How to get the code: Subversion - PhexWiki Besides (2): We'd be glad, if you'd work in our public subversion repository (in a branch), so we can easily transfer those changes which would also benefit the mainline client.
__________________
-> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
|
#4
|
||||
|
||||
|
Besides (3): Our main programmer (GregorK) works on improving the Phex API, so it can be used more efficiently for other means but plain filesharing.
If you like to, you can have a look at our usecases for an API ( Concepts - PhexWiki ), where we created some possible uses for Phex, and we'd be glad if you could add your own.
__________________
-> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] Creating a simple gnutella search client | 2eXtreme | General Gnutella Development Discussion | 1 | November 23rd, 2010 01:30 PM |
| When one new client join in Gnutella,How did it get address of the other client and connect to it? | fhuibo212 | General Windows Support | 0 | July 12th, 2010 01:31 AM |
| Client to Client Encryption | lyonadmiral | New Feature Requests | 1 | February 1st, 2006 05:55 AM |
| Writing a simple gnutella client | phanij | General Gnutella Development Discussion | 2 | August 7th, 2004 04:42 AM |
| Help!? VERY Simple! | Quailedawg007 | Open Discussion topics | 2 | June 18th, 2003 10:36 PM |