Tagged Questions
The monotorrent tag has no wiki summary.
3
votes
1answer
389 views
Creating a torrent file with monotorrent: How do I add webseeds?
I have been looking at monotorrent and while investigating the whole bittorrent thing I saw that a torrent file may also specify web seeds, which are basically standard HTTP downloads but which can ...
2
votes
1answer
238 views
MonoTorrent to distribute software
Just wondering of what people think of using MonoTorrent and the torrent protocol as the core part of an installer....
Essentially I am creating an installer which has the following requirements:
...
1
vote
1answer
135 views
MonoTorrent and metadata mode
MonoTorrent client doesn't download file from another peer using matadata mode:
var torrentDefaults = new TorrentSettings {
UseDht = true,
EnablePeerExchange = true
};
var engine = new ...
1
vote
2answers
945 views
BitSharp / MonoTorrent chokes all peers
I am writing a library to download files via bittorrent. There will be no user intervention. The user is to be blissfully unaware that files are even being downloaded. I've chosen BitTorrent as the ...
0
votes
0answers
77 views
MonoTorrent - Client seeding issue
I am using the MonoTorrent-BitTorrent Libary in a client app of mine. I don't want to bother about the details, but the issue I am encountering is the following:
I have 3 clients, anything is fine ...
0
votes
1answer
210 views
C# monotorrent client embed problem
I need to embed torrent client (ability to download files by .torrent file) inside of my C# application. I am using monotorrent library to do that.
I need to write windows app that can download files ...
0
votes
0answers
94 views
how to write a client application for monotorrent with asp.net
I'm trying to write a client app using monotorrent library with asp.net.
there is a clientapp sample provided by monotorrent but since I'm using asp.net I need to know how to keep the engine running ...
0
votes
1answer
316 views
How to add a class function to get completed peers in a torrent?
I have created a script that generates information about a torrent file! But I'm lacking in creating a seeds and peers displaying function! Someone told me that they are in the completed field defined ...