Question

How to create a magnet link downloader sharer using open source libs (C# if possible) ?

What do I need:

  • Open Source Libs/wrappers.
  • Tutorials and blog articles on How to do it, about etc.
Was it helpful?

Solution

First I'd start by checking http://en.wikipedia.org/wiki/Magnet_uri then check http://www.rasterbar.com/products/libtorrent/ (rb_libtorrent)'s source code which is a C++ Bittorrent implementation which supports magnet URIs, they use a BSD license.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top