bitsharp

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...

Trying to SVN Checkout Open Source BitSharp Library

I am having some trouble trying to checkout the BitSharp source code using SVN. When I try to checkout http://anonsvn.mono-project.com/viewvc/trunk/bitsharp/src, revision HEAD, Fully recursive, Externals included - I get the message: Repository moved permanently to '/viewvc/trunk/bitsharp/src/'; please relocate Can anyone help...

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? ...