New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/keyan/bittorrent

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/keyan/bittorrent

  • v0.0.0-20211213225203-44b0e6b26861
  • Source
  • Go
  • Socket score

Version published
Created
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

Package last updated on 13 Dec 2021

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc