This project provides a Node.js implementation of the aMule External Connections (EC) Protocol based on the aMule EC Protocol HOWTO.
Tested with aMule 3.0.1, and with master builds past it for the commands that only exist there. Older cores, back to 2.3.3, keep working: a command the daemon may not know is gated on the capability it advertises at connect time and is never sent otherwise, and the rest degrade to the older reply.
- Communicate with aMule via EC protocol
- Send commands and receive status or transfer info
git clone https://github.com/got3nks/amule-ec-node.git
cd amule-ec-node
npm installnpm startSee examples/test.js for usage.
MIT