A small BitTorrent client API and CLI.
After installed dependencies, build the lib running this command on your terminal:
make
To install:
make install
- Installed shared object path:
/usr/local/lib/bitfunky.so
.
A simple cli written in C++, using cli-creator. You can check how to install and use the cli here: ./cli/README.md.
- TODO: I really don't like to write UI's anymore :(
- Download torrents from
.torrent
files andmagnet
links; - Create torrents from file directories;
- Magnet database, manage locally stored magnet links to create downloads.