aMule Forum

English => aMule Help => Topic started by: Third Angel on October 19, 2004, 07:27:00 PM

Title: amule as core+gui
Post by: Third Angel on October 19, 2004, 07:27:00 PM
Hi

I wants to know if it's possible to config the amule program (ora compile with particular options) in the form of a core part (a daemon running in background for every user of the machine) and a gui part to let each user of the host connect to the core and use it.
In fact how can I use amule in a multiuser machine, if it's a monolititc application ? The future webserver will not cover this kind of problem.

Thanks a lot of the patience.

Marco
Title: Re: amule as core+gui
Post by: Jacobo221 on October 19, 2004, 10:01:26 PM
aMule is not a monolithic application since some months ago.
if you compile it with --enable-daemon (not sure that's the option, check configure --help) you will have "amuled", which is a daemon. Then use amulecmd to connect to it.
Lots of information about this is on the wiki http://wiki.amule.org (which leads to see that you didn't searhc much :P)
Greetings!
Title: Re: amule as core+gui
Post by: horst on October 20, 2004, 02:04:39 AM
is it possible yet to connect to the core with a gui from windows? i'd like to control the core running on my linux box at home from work where i only have windows.

so is there something like the sancho-gui for amule? or a precompiled wx-gui based on a windows-port?
Title: Re: amule as core+gui
Post by: Jacobo221 on October 20, 2004, 02:40:21 AM
run amuleweb on the same box where aMule runs. and control aMule hrough Internet Explorer (or whatever) from your work place ;)
Greetings!
Title: Re: amule as core+gui
Post by: Kanniball on October 20, 2004, 02:40:28 AM
AFAIK the gui/core separation is not complete..
the working feature that u have to do what u want is to use the webserver...
check the wiki (http://wiki.amule.org) for the  instructions...

And good luck!!!!
Title: Re: amule as core+gui
Post by: Kanniball on October 20, 2004, 02:41:41 AM
oops seems that jacobo was replaying at the same time.... with better info
Title: Re: amule as core+gui
Post by: horst on October 20, 2004, 02:49:41 AM
thanks, i'll try that. but i assume that the web-interface wont offer all functions the wx-gui offers?
Title: Re: amule as core+gui
Post by: Jacobo221 on October 20, 2004, 03:32:21 AM
horst: you'll be amazed with the amount of options it gives you. believe me ;)
Title: Re: amule as core+gui
Post by: lfroen on October 20, 2004, 06:26:03 AM
Yes, some functions are still missing in daemon. And it can be controlled only from browser or amulecmd.
But those will change in near future - hopefully on next RC releases.
Title: Maybe I'm geek ....
Post by: Third Angel on October 20, 2004, 11:57:15 AM
... but I can't compile with the --enable-amule-daemon support ! ?( It's simply ignore this options so that in the final report after that configure has done all its job it says "Should aMule daemon version be built? (EXPERIMENTAL)     no" and obiuovsly it doesn't compile. Do I have to put other options with that one ? I used the option --enable-optimize and conflict with this one ? I'm a bit stuck :(

thanks a lot

Marco
Title: Re: amule as core+gui
Post by: deltaHF on October 20, 2004, 12:03:11 PM
btw, the daemon doesn't work with wxgtk 2.4.2 .. use wxgtk 2.5.3

greets
Title: RE: Maybe I'm geek ....
Post by: doomi on October 20, 2004, 01:48:16 PM
Quote
Originally posted by Third Angel
It's simply ignore this options so that in the final report after that configure has done all its job it says "Should aMule daemon version be built? (EXPERIMENTAL)     no" and obiuovsly it doesn't compile.

like jacobo said in his first post: check configure --help