Socket
Socket
Sign inDemoInstall

github.com/keyan/bittorrent

Package Overview
Dependencies
3
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/keyan/bittorrent


Version published

Readme

Source

bittorrent

The perennial favorite programming pastime of yore.

Usage

$ go build

$ ./bittorrent [torrent_file.torrent]

If no torrent file is provided then the default test file will be used, which is for the latest Debian ISO.

Background

Implementation follows the original BitTorrent spec and the unofficial spec which has more details relevant for implementation.

Notes

  • Do requests to the tracker need to be truthful? Can we lie about how much we have downloaded/uploaded?
    • No there doesn't seem to be a way to enforce honesty. More details about exploits and dishonesty in the protocol are covered here

TODO

FAQs

Last updated on 13 Dec 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc