Socket
Book a DemoInstallSign in
Socket

github.com/0xNathanW/bittorrent-goV2

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/0xNathanW/bittorrent-goV2

Source
Go
Version
v0.0.0-20240608162450-571b07743ee5
Version published
Created
Source

BitTorrent-Go

A client for the file-sharing protocol BitTorrent. Will connect to other peers on a peer2peer network to download file specified in a .torrent file. Information such as peer, activity, download speed and download progress will be displayed on a terminal dashboard.

Demo

IP's randomised and detailed errors omitted in demo GIF.

Installation

Clone the repository: git clone https://github.com/0xNathanW/bittorrent-go

Build executable: go build main.go

Usage

To use run the executable with an argument of the path for the .torrent file:

Eg. {.exe name} {path to .torrent file}

FAQs

Package last updated on 08 Jun 2024

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