You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

Fiume

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Fiume

A Bittorrent client for single-file torrents.

0.0.1.0
PyPI
Maintainers
1

Fiume

PyPI version

logo

A toy BitTorrent client written in python, based on the official specs.

Installation and usage

Install it from pip:

pip install Fiume

Launch it with fiume from command line:

usage: fiume [-h] [-p PORT] [-v] [--delay DELAY]
         torrent_path output_file

positional arguments:
torrent_path          path to .torrent file
output_file           where to download the file

optional arguments:
-h, --help            show this help message and exit
-p PORT, --port PORT  port for this client
-v, --verbosity       debug level
--delay DELAY         delay for every sent message (only debug)

Functionalities

What it can do

  • Download of single-file torrents from multiple peers!
  • Save download state beetwen sessions, and start again at a later time
  • Reach acceptable speed downloads (achives maximum download speed on my home connections, ie. 6MBytes/s)

What it can SOMEWHAT do

  • Offer a basic CLI

What it can NOT do

  • Download of multiple-file torrents
  • Support DHT, Message Stream Encryption or any other extension
  • Manage more than one .torrent at a time (although you could spawn more than one Fiume process to do that)
  • While download functionalities has been tested, uploading functionalities are still under test (correctly)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts