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

learn more… | top users | synonyms

1
vote
0answers
14 views

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. I understand that in order to transfer a file of this size it will need ...
0
votes
0answers
18 views

Building libtorrent rasterbar with Android NDK

I know it's possible because of this post : Compile Libtorrent Rasterbar with Android NDK anyone?. I was wondering if someone can show me a tutorial or anything that can help me to use that library in ...
0
votes
1answer
17 views

Bittorrent PIECE message not received

Basically i get messages like Choke, Unchoke, Have and Bitfield, but i don't receive any of the PIECE messages, why could it be so? I saw some old unanswered question also, but it didn't help. ...
3
votes
1answer
40 views

How to build a torrent cluster on a group of Amazon EC2 for transferring files between machines?

I want to build a torrent server on a group of Amazon EC2 machines. This is for completely internal usage. Essentially, I want a fast way to propagate changes to large files that need to reside on ...
-2
votes
0answers
16 views

Torrent pieces downloading

I got interested in how torrents work. As it is, torrent file contains hashed info about file(s) pieces (segments) usually each piece size of 256kB, 512kB etc. Is one piece downloaded from one peer or ...
1
vote
0answers
38 views

How to get Monotorrents DHT to work?

Iam trying to get the dht implementation of monotorrent to work but i just cant seem to find any peers. ive tried most of the examplecode code availeble on the net like the testclient and dhttest. ...
0
votes
1answer
42 views

How do I seed a directory or file using python-libtorrent?

After several hours of looking for the answer I've had no luck. Can anyone point me to an example of how to create a torrent and seed that brand new torrent in python? So far I can download just ...
0
votes
2answers
73 views

Generate a torrent/magnet link from a single file in a torrent collection

I was wondering if it is possible, having a torrent collection (IE a torrent containing multiple files) to extract a single one, generating an almost new torrent/magnet link to download only that ...
-1
votes
0answers
22 views

Torrent video metadata

I need your advice. What will be the simplest way to download and extract video metadata from a file(I need to support most popular video formats), stored in .torrent. What library you'd suggest to ...
-2
votes
1answer
24 views

How does TCP relate to a wire-level protocol?

This is how I always imagined TCP to be related to an Application: Linke to image because I can't embed it (reputation) Now I try to understand the Peer Wire Protocol as described here and there is ...
-1
votes
0answers
32 views

Bitlet torrent library error

I am trying to use bitlet (https://github.com/Toilal/bitlet) torrent library in my code but I am getting unknown error. This is my code: IncomingPeerListener peerListener = new ...
-1
votes
0answers
31 views

Run Opentracker on a Linux Machine

I installed Opentracker on a fresh Lubuntu install using this guide at the official site(http://erdgeist.org/arts/software/opentracker/) and everything went fine(I assume so) and now How shall I run ...
0
votes
1answer
27 views

What order of files is used for hashing pieces in torrent

Torrent specification says for "peices" field: pieces: string consisting of the concatenation of all 20-byte SHA1 hash values, one per piece But in case of directory there are multiple files. So ...
0
votes
0answers
37 views

Qt torrent example stuck at searching

i have a problem. I am working on download-only bittorrent client. Everything was going well, but i had a pause about 2 weeks, while i changed nothing. Now i my program is stuck at searching. I also ...
0
votes
1answer
38 views

Issue With SHA1 Hash of Torrent File in Objective-C

Due to the inadequacies of µTorrent's response system when sending through either magnet links or torrent files, that is, the complete lack of a message for duplicate torrent adding, I am attempting ...
-1
votes
1answer
43 views

on what protocol torrent on and how upload affects internet speed [closed]

On which protocol does torrent run it seems logical that on UDP but I'm not sure if maybe torrent uses TCP for other things that it needs,so if torrent uses UDP how does it know when connections ...
1
vote
1answer
62 views

ASP.net Create a Torrent from File

Our current software updates are hosted on our server. We'd like to offer Torrents as an alternative download option from our server. When new releases are published it should offer people better ...
0
votes
1answer
58 views

Manipulate program with java

I don't know if this is possible (I searched a lot on google), but I want to manipulate the fields of a running program (utorrent). After I open a file (let's say example.torrent), utorrent pops up ...
0
votes
1answer
74 views

Experience with MonoTorrent or alternative to use BitTorrent on C#

I've been using the MonoTorrent library for a couple of weeks now and am looking for any kind of feedback or recommended alternatives. The only issue I have with the library so far is that it is MUCH ...
1
vote
1answer
77 views

What is this bittorrent network flow? [closed]

I've recorded some network traffic in my home that only appear up while running BitTorrent or uTorrent. I've been reading the bittorrent protocol descriptions, but I am stuck trying to figure out a ...
0
votes
1answer
138 views

Problems with Starksoft.Net.Proxy for SOCKS and bittorrent

I'm using C# to make a bittorrent application with MonoTorrent. The application is somewhat mature, but I'm adding SOCKSv5 proxy support. I've found Starksoft.Net.Proxy to handle the proxy part. ...
14
votes
1answer
330 views

Bittorrent implementation in java && need some info on swarm behaviour

I'm developing a bitTorrent client in Java. I know there are a lot of libraries out there, online, but I can't help it; I want my own. Anyway, I noticed some weird behaviors and maybe you guys know ...
-7
votes
1answer
293 views

PHP script - download torrent to my web server directly [closed]

I want to know is there any PHP script which i can put on my shared web hosting and then script DOWNLOAD to my server torrent files, but my hosting is disable shell_exec so i can't enable it, ...
0
votes
2answers
184 views

python http/udp bittorrent tracker scrape library

I have a list of torrent info_hashes. For each info_hash, I have a list of trackers that correspond with that info_hash. What I would like to do is scrape each tracker in the list to get the ...
0
votes
1answer
110 views

How does a service like Put.io work?

Just got invited to put.io ... it's a service that takes a torrent file (or a magnet link) as input and gives a static file available for download from it's own server. I've been trying to understand ...
0
votes
1answer
166 views

How to get the first peer from a torrent-magnet link?

I've been trying to understand the torrent-magnet technology, but I can't seem to figure out how you get connected to the first peer when opening a magnet link. When you get a magnet link like below, ...
3
votes
1answer
72 views

Twisted and libtorrent - do I need to worry about blocking?

I am looking into building a multi-protocol application using twisted. One of those protocols is bittorrent. Since libtorrent is a fairly complete implementation and its python bindings seems to be a ...
0
votes
2answers
244 views

Torrent related: tracker response on UDP protocol (Update #3 - working)

Update #3: I managed to make it work, method doConnect() presented bellow is OK, more info in my own response bellow. ==================================================== I am mainly ...
0
votes
0answers
85 views

Scripting rTorrent

Documentation on rTorrent is very short, so I'm looking for some references on scripting rTorrent using its own scripting system. Concurrent Problem: I need to pass a string through rTorrent. I ...
0
votes
0answers
46 views

Meaning of bytes in BitTorrent protocol

I am going to try to write simple BitTorrent client. Of course I read http://wiki.theory.org/BitTorrentSpecification. I began by analyzing communication between two clients. I have problem with ...
0
votes
3answers
155 views

If firewalls don't accept incoming connections by default how do p2p networks work?

If firewalls block all incoming connections by default how do p2p technologies work? Like torrents, how do you connect to everyone who shares a file and get the information from them? Does it go ...
1
vote
1answer
221 views

How to stream video via bittorrent in an HTML5 <video>-tag?

How to use p2p-next.org´s SwarmPlayer v2..? I´am trying to use this for an site, Do not have the money to pay for alot of bandwidth. So I need steam the videos via bittorrent. I´am using Ubuntu ...
1
vote
1answer
69 views

BitTorrent protocol implementation: Not receiving “Piece” messages

I've implemented most of the BitTorrent protocol in Java. The problem is that for some reason none of the peers are sending me any of the pieces I request. (After 3 hours I received only 2 ...
0
votes
0answers
60 views

I've written my own javascript bencode library and I still can't generate torrent info hashes?

I've searched everywhere looking for a working JavaScript Bencode module and couldn't find one so I decided to write my own for the purpose of generating torrent info hashes. The module works to the ...
0
votes
0answers
60 views

BitTorrent for file sync

BitTorrent just publishes the Sync for file synchronization among different devices, I just wonder how it works, since before, the seed for the file is static as the the file never changed. Thanks in ...
0
votes
1answer
138 views

prioritizing torrent download sequences using libtorrent

Suppose I have 2+ clients (developed by me) ALL using libtorrent ( http://www.rasterbar.com/products/libtorrent/manual.html#queuing ) Can I prioritize download of a file from other clients ...
0
votes
0answers
51 views

Selfish clique torrent client implementation?

I am using this code as base: http://www.cs.tau.ac.il/~hillelav/courses/voddiversegroup/GROUP_VOD_CODE.tar.gz I wish to change the vanilla bit-torrent implementation so that clients with the 'clique' ...
0
votes
0answers
121 views

unchoking/anti-snubbing torrent when using ttorrent

I am trying out ttorrent for making experimental java based torrent client. The client downloads fine for a certain percentage of data and then stops recieving data at all. I checked the network ...
1
vote
1answer
142 views

How to send the parameter with UDP protocol using twisted

How to connect to the following url using twisted and get the response from the tracker. ...
0
votes
0answers
88 views

Ruby Magnet link from torrent file

How do I generate a magnet link from a given torrent file? Similar to this: Given a .torrent file how do I generate a magnet link in python? Extra points if you explain how magnet links work. Thanks. ...
0
votes
2answers
44 views

Use files while seeding by bittorrent

Is it ok to use files in other programs while they being seeded at the same times by bit torrent? What if those files are dll's or exe's?
0
votes
1answer
159 views

Download specific piece using libtorrent

Well ,I'm working on a bittorent client and I'm trying to generate thumbnails of video files by downloading a specific piece and extracting an image from it , yet I haven't been able to figure out a ...
1
vote
1answer
65 views

Get alerts for upload activity with libtorrent (rasterbar)

I am trying to get alerts for the data that I'm sending peers. My code works great for incoming blocks by looking for libtorrent.block_finished_alert but I want to know when and what I am sending to ...
0
votes
1answer
68 views

Generate torrent links from server-side

I don't know a lot about torrents, at least not enough to understand how certain websites can offer both a normal download link and a torrent link to download a file uploaded by a user. Is ...
2
votes
0answers
150 views

Using a magnet uri in Scala to download a file

I'm wanting to include some bittorrent features in my Scala app. I want to use magnet links exclusively if I can for their ease of use. The issue is I'd like to use a prebuilt library like ttorrent. ...
0
votes
1answer
156 views

torrent client: sending handshake message to peer

From i got the peerlist and i get up a tcp connection to peer, i tries to a handshake message to them, but they dont seem to respond. This is my message in code: message = bytes(chr(19))+"BitTorrent ...
0
votes
1answer
31 views

What's does the 'downloaded' entry represent from a BitTorrent tracker response?

Example response: Array(4 complete => 3147 downloaded => 33 incomplete => 71 name => ubuntu-12.10-desktop-i386.iso ) From the BT specs it looks like complete ...
0
votes
0answers
150 views

how to get the peer list from torrent tracker response

i am making a torrent client. I decode the torrent file and send this request to tracker: ...
1
vote
1answer
77 views

how to send a get request to bit torrent tracker

I am trying to implement a bit torrent client. The first step is decode the torrent file, which I did and here is result: ...
2
votes
1answer
182 views

how to connect to a bit torrent tracker in c

I am tying to connect to a bit torrent tracker, http://tracker.thepiratebay.org. The gethostbyname() keeps returning null, how should I fix this? Also do you see anything else wrong with this code? ...

1 2 3 4 5 7