views:

109

answers:

2

Hi all,

I'm looking to write an application that uses the BitTorrent protocol to do some file distribution. Said application will be written in C#. Ideally I'm hoping not to have to implement the protocol if someone else has already done it and written it into a library.

Has anyone got any ideas?

Thanks in advance!

+2  A: 

MonoTorrent is probably the best library out there for .NET

Justin Niessner
How stable is monotorrent, is it good enough for integration into a release project?
Martin