Skip to content

simargl/fltorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

FLTK Torrent Client

A lightweight BitTorrent client built with FLTK and libtorrent-rasterbar.

Build

sudo apt install libtorrent-rasterbar-dev libfltk1.3-dev

g++ fltorrent.cxx -o fltorrent \
$(fltk-config --cxxflags --ldflags) \
-ltorrent-rasterbar

Run

./fltorrent

Usage

  1. Paste a magnet link.
  2. Click Download.
  3. Files are saved to ./downloads.

Displays download progress, speeds, peers, seeders, and seeding status.

About

A lightweight BitTorrent client built with FLTK and libtorrent-rasterbar.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages