Top "Bittorrent" questions

BitTorrent is a peer-to-peer file-sharing protocol.

Open source torrent client in C#

I'm looking for an open source implementation of a torrent client written in C#. I found some old posts on …

c# open-source bittorrent
Connecting P2P over NAT?

I started to explore the option of connecting with other using a p2p connection, so I coded a simple …

networking p2p network-protocols nat bittorrent
Is it possible to build a torrent client using only HTML(5) and JavaScript?

There isnt much more to add. Is it possible to build a torrent client using only HTML and JavaScript. You …

javascript html websocket bittorrent
What is the best approach to handle large file uploads in a rails app?

I am interested in understanding the different approaches to handling large file uploads in a Rails application, 2-5Gb files. …

ruby-on-rails http bittorrent large-file-upload
Why can't torrent traffic be encrypted?

The goal of this question is that I am just trying to better understand the nature of P2P and …

encryption network-programming p2p bittorrent network-security
Given a .torrent file how do I generate a magnet link in python?

I need a way to convert .torrents into magnet links. Would like a way to do so in python. Are …

python bittorrent magnet-uri
Pure PHP torrent client?

I'm a developer for a PHP CMS and I want to add a BitTorrent capability to it. The CMS already …

php bittorrent
Downloading Torrent with Node.JS

I was wondering if anyone had an example of how to download a torrent using NodeJS? Essentially, I have an …

javascript node.js rss bittorrent
Reading the fileset from a torrent

I want to (quickly) put a program/script together to read the fileset from a .torrent file. I want to …

parsing bittorrent
Downloading a Torrent with libtorrent-python

I have the following python code: import libtorrent as lt import time ses = lt.session() ses.listen_on(6881, 6891) params = { 'save_…

python bittorrent libtorrent magnet-uri