开发者

How do I design a torrent application?

开发者 https://www.devze.com 2022-12-29 05:32 出处:网络
I was curious as to the \"correct\" architecture of a torrent application; with WPF as the front开发者_如何学编程 end?There are .NET classes out there for handling torrent exchanges - a place to start

I was curious as to the "correct" architecture of a torrent application; with WPF as the front开发者_如何学编程 end?


There are .NET classes out there for handling torrent exchanges - a place to start might be to take a look at the layouts they're using and the bug tracking systems the developers use and see what the complaints are - that may give you an idea of what design they've chosen and where it's fallen short. From there, you can look at things you might do differently when designing your own system.

For starters, here are two in .NET:

  • http://projects.qnetp.net/projects/show/monotorrent
  • http://writtorrent.sourceforge.net/
0

精彩评论

暂无评论...
验证码 换一张
取 消