I'm working on a new version of aMuleInfo Widget.
This new version don't works anymore with amulesig.dat file. It now uses amulecmd commande, so it can interact directly with aMule.
Now you can :
- Display informations about a local or remote mule (as previous but without sharing amulesig.dat file on webserver)
- Add an ed2k link to a local or remote mule by drag'n'droping it on the widget.
- View the list of your downloads queue.
I'll release a beta version of aMule as soon as possible.
If you could test it and tell me what is wrong, or, best, if you're a developpeur, help me to improve it, it'll be cool.
Points to improve :
- Now, widget creates a new widget.system('./amulecmd -h host... -c command') to each command. So it takes a lot of cpu. I would launch an unique './amulecmd -h host' at widget launch then interact with it with asynchronous system calls. I'm working on it...
- Then, it'll be cool if the widget could use all possibilities of amulecmd command.