https://github.com/nihui/kamule
https://github.com/nihui/kamule
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nihui/kamule
- Owner: nihui
- Created: 2019-05-26T01:50:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T01:54:09.000Z (about 7 years ago)
- Last Synced: 2025-02-08T09:47:07.632Z (over 1 year ago)
- Language: C++
- Size: 99.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
KaMule is a KDE gui frontend for aMule
it has most basic features
manage ed2k servers
search files on global servers
manage download
show upload clients and shared files
configure aMule preference
this software is still in early stage
hope my application won't eat your cat
you need a working aMule-daemon 2.3.1
version 2.3.1 is a must
kamule should work out of box using internal amule daemon instance since version 0.5
manual install instruction
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
make
sudo make install
=====================================================================
how to use this application with external amule daemon instance
run amuled as "amuled -e -o"
enter your ec password in amuled
launch kamule application, set up proper amuled host ip/port and ec password
host ip/port should be 127.0.0.1 and 4712 by default for a local amule daemon
click connect button first
click login button second
now kamule should work fine