monotorrent

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 preferred method of transferring the files, and built the application around the MonoTorrent library. On my server I am running the bttrack...

How to publish a tracker and build .torrent in bitSharp?

I'm search a step by step to use bitsharp, but I not found. I need to know how to generate .torrent file, and how to build a tracker with that. Can you help me? ...

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 work e.g. as an initial seed. I have also seen in the release notes of monotorrent 0.8 that they Added the ability to easily add webseed...

MonoTorrent: no peers connecting apart from webseeds

Hi, I've built a program based on MonoTorrent, which automatically downloads updates for a game. My problem is that no peers ever connect (neither while leeching or seeding), except for webseeds. (I tried it having 3 seeders: webseed, seeding with uTorrent and seeding with the same MonoTorrent client. Only the webseed ever connected, if...

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: Access through Firewalls/Proxies Runs over SSL Authenticated access to the installer/files Background download Handel bad connections (i.e. ...