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.
How to create a magnet link downloader sharer using open source libs (C# if possible) ?
What do I need:
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.