Command line torrent client written in kotlin using coroutines.
java -jar krot.jar ~/Downloads/lego.torrent /tmp/lego/
First argument is torrent file, second - destination folder.
- Request pipelining
- Multithreaded hash check at init
- Magnet links
- Write tests
- DHT + peers boost
- Track fastest peers
- Start simultaneously with hash check
- Error with 0day tracker java.lang.IllegalArgumentException: Torrent not registered with this tracker
- Netty
- Investigate high CPU
- There are other java based clients - compare
- TCP/UDP
- Native image
- Prettify cmd arguments
- Implement faster sha1
- Multithreaded sha1 for peers