Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/alexchao26/bittorrent

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/alexchao26/bittorrent

  • v0.0.0-20220101184758-101a21256873
  • Source
  • Go
  • Socket score

Version published
Created
Source

BitTorrent client in Go

Initially based off of a blog post from Jesse Li to implement the OG BitTorrent protocol.

Supports

  • Original Spec (BEP0003)
    • Multi-file .torrent files
    • Original and Compact Peer List formats (BEP0023)

TODO

  • Implement 'endgame mode' as described in BEP0003 for downloading the last few pieces
  • Seeding in OG .torrent protocol
  • Magnet links - might go w/ udp trackers
    • UDP Trackers (BEP0015)
      • can acquire a list of peers (ip & port) from a UDP tracker url
    • UDP Extensions (BEP0041)
    • Extension to download metadata from peers (BEP0009)
  • DHT
  • PEX
  • Fast Extension (BEP0006)
  • Announce list - i.e. Multitracker Metadata Extension (BEP0012)
  • uTorrent Transport Protocol (BEP0029)
  • Some pretty terminal visual of pieces being downloaded?

FAQs

Package last updated on 01 Jan 2022

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