1
vote
2answers
77 views
Create a new instance of an object, or modify the existing one?
I'm attempting to create a BitTorrent library in C# as a side project, for fun. However, I've run into a design issue that could create problems later on if I don't address it now. …
0
votes
0answers
18 views
Network help through socks proxy
Hi, I'm looking networking help. I have a secure tunnel set up which gives me an http proxy on port 8080 and a socks proxy on port 1080. I also have ProxyCap installed which is c …
0
votes
1answer
40 views
How to calculate the scrape URL for a torrent
Hi, so I've read the Bittorrent specification and done a number of searches, trying to find out how I can get the seeds/peers/downloaded data from a torrent tracker (using Python). …
0
votes
1answer
66 views
SSH tunneling + HTTP proxy
Hi!
Consider the following scenario:
I can connect to SSH_Server to access internet.
I can also connect to HTTP_Proxy to access blocked ports.
Now I want to use the HTTP_Proxy th …
1
vote
5answers
116 views
wget-like bittorrent client or library?
Is there any bittorrent client or (Java|Python|Ruby|Perl) library that I can use like wget or curl?
I would like to use simply as a step in a script, like you would use wget.
EDI …
0
votes
3answers
90 views
BitTorrent in the Office ? [closed]
I read in places that BitTorrent is either not very good on a LAN, or brings no benefit.
It seems that for file sharing though, it could be in theory a good way of things in a cor …
0
votes
0answers
40 views
Bittorrent tracker
Hi,
I'm building an application that will serve bittorrent video downloads. Which BT tracker is scalable, fast and efficient, and easy to integrate into an application?
I'll prob …
1
vote
2answers
140 views
Adobe Air - BitTorrent?
Has anyone had any experience using Adobe Air to create BitTorrent application?
Is there presently any reference on this?
Please provide as much information as possible.
0
votes
3answers
104 views
flash torrent client
is there any such web based flash torrent client available either free/commercial?
4
votes
3answers
408 views
Java BitTorrent library
Are there any decent BitTorrent libraries for Java? I need to program a simple torrent client, but it would be great if I didn't have to write everything from scratch.
0
votes
3answers
283 views
Implementing Bittorrent Protocol
I am looking for a tutorial/blog post on how to implement bittorrent protocol step by step.
How it works? How do you make requests to peers? and talk to trackers.
I do not mind th …
0
votes
3answers
198 views
How does a DHT in a Bittorent client get “bootstrapped”?
If I have a torrent w/o any trackers in it, and I just started a bittorent client so I have no peers yet...how do I know who to first connect with in the DHT? It seems like I woul …
2
votes
1answer
107 views
How to count torrent seeders and peers?
How can I create a seeder and peer counter for a torrent tracking site ?
4
votes
5answers
3k views
Convert NSData bytes to NSString?
I'm trying to use the BEncoding ObjC class to decode a .torrent file.
NSData *rawdata = [NSData dataWithContentsOfFile:@"/path/to/the.torrent"];
NSData *torrent = [BEncoding objec …
0
votes
3answers
290 views
BitTorrent tracker announce problem
I've been throwing a little bit of spare time at writing a BitTorrent client, mostly out of curiosity but partly out of a desire to improve my c# skills.
I've been using the theor …
