aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: aMule Client Daemon and aMule Interface for Terminal  (Read 14075 times)

sokod

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
  • myself
    • http://www.sokod.tk
aMule Client Daemon and aMule Interface for Terminal
« on: March 27, 2004, 08:09:08 PM »

Sorry if this feature have already supported by aMule.

Well, i think an amule client daemon and amule interface for terminal would be a good idea for people with one server on their LANs so they could to run an amule interface for terminal and connect with amule client daemon in order to handle it. The amule client daemon should have support for web server administration, user accounts and user priorities. Each user could connect to amule client (by terminal, gui or web interface) daemon to add and administer their downloads.
Logged
^SaRgE^ (aka sokod or sokem)

JonathanShields

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #1 on: April 04, 2004, 04:48:18 AM »

The feature you're requesting is being worked on ShareDaemon. It would be GREAT but, as aMule is based on eMule, and eMule's design is not great, core and GUI cannot be easily split.
ShareDaemon is (wishes to become) eMule, designed in a way that allows plug-ins. GUI could be one of those plug-ins.
SD is the (beautiful) future, and aMule is the present. An excelently supported present, by the way. :)
Logged
C combines the power of assembler language with the ease-of-use of the assembler language.

Diesis

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
RE: aMule Client Daemon and aMule Interface for Terminal
« Reply #2 on: April 04, 2004, 10:58:35 PM »

I agree with this feature request.
Logged
Debian GNU/Linux testing on PIII 450MHz - 320Mb DIMM - HP Vectra VL8i - 2x80Gb Maxtor Hdd

JonathanShields

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #3 on: April 05, 2004, 04:36:46 AM »

I'd like it also. But it requires to rewrite completely, from scratch the client.
A lot of work, being done on ShareDaemon. Search for it on SourceForge. And help, if you are so interested. :)
Logged
C combines the power of assembler language with the ease-of-use of the assembler language.

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #4 on: April 05, 2004, 06:55:07 AM »

It could be done someday. Meanwhile, let's improve aMule. Maybe someday we'll be all SD devs, we're good friends anyway.
Logged

Diesis

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #5 on: April 05, 2004, 10:42:46 PM »

May be an extension of amulecmdDLG, a simple parameter to launch amule without displaying nothing (null display ?() ike:

# amule --no-x

and after use amulecmdDLG or amulecmdWEB to connect to it ...

For me will be enough practical  :rolleyes:.
Logged
Debian GNU/Linux testing on PIII 450MHz - 320Mb DIMM - HP Vectra VL8i - 2x80Gb Maxtor Hdd

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #6 on: April 06, 2004, 12:08:47 AM »

it will be done that way yes. but not yet :)
Logged

lfroen

  • Guest
Daemon
« Reply #7 on: April 08, 2004, 04:26:17 PM »

Quote
Originally posted by JonathanShields
The feature you're requesting is being worked on ShareDaemon. It would be GREAT but, as aMule is based on eMule, and eMule's design is not great, core and GUI cannot be easily split.
ShareDaemon is (wishes to become) eMule, designed in a way that allows plug-ins. GUI could be one of those plug-ins.
SD is the (beautiful) future, and aMule is the present. An excelently supported present, by the way. :)

SD seems a very distant future - just by looking to their code ...
imho it is not that impossible to split *mule into daemon and client.
Logged

sokod

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
  • myself
    • http://www.sokod.tk
Thanks to all ...
« Reply #8 on: April 25, 2004, 04:50:35 PM »

for answer to my post so i didn't know ShareDaemon project and now i'll see it. Anyway, im going to continue supporting and testing this project because it is the best p2p client for GNU/Linux and i like it much.

My congratulations for all amule team!! :)
Logged
^SaRgE^ (aka sokod or sokem)

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #9 on: April 25, 2004, 08:32:09 PM »

Thanks!
Logged

lfroen

  • Guest
core - gui split
« Reply #10 on: June 07, 2004, 12:29:02 PM »

After reviewing lates cvs snapshots I can tell that amule can be relatively easy split to core and gui.
The only requerements is that core will remain wx-based - since all socket, strings and many low level classes (like list and hash) are wx-based.
Considering this, changes in present code will remain minimal and will contain following changes:
1. removing references to gui elements from protocol and data code.
2. stop using gui elements (controls) as containers for data structures
3. remove window-based messages
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #11 on: June 07, 2004, 01:38:20 PM »

we know. The state of current cvs is like it is because we're already doing that. but we have unicode to finish first.

Anyway, there are structural changes to the app to be done. Too indeep into the code to tell here without a incredibly complex discussion about *mule codebase :)
Logged

lfroen

  • Guest
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #12 on: June 08, 2004, 06:47:41 AM »

My question is: will you accept patches that addressing those issues ? Against what version ?
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: aMule Client Daemon and aMule Interface for Terminal
« Reply #13 on: June 08, 2004, 11:26:16 AM »

Of course we will accept patches, provided that they dont break too much at the same time. ;)
It would probably be best to do it against the cvs snapshots.
Why dont you get on irc and meet us in #amule on freenode.net?
Logged

lfroen

  • Guest
cvs
« Reply #14 on: June 09, 2004, 11:07:11 AM »

Is there any reason why browsing cvs thru browser (web-cvs) is disabled ?
Logged
Pages: [1] 2