Implementing Bittorrent Protocol

后端 未结 8 1866
孤独总比滥情好
孤独总比滥情好 2020-12-22 15:59

I am looking for a tutorial/blog post on how to implement bittorrent protocol step by step. How it works? How do you make requests to peers? and talk to trackers.

I

8条回答
  •  一整个雨季
    2020-12-22 16:14

    This is a implementation of the bittorrent protocol done in .NET. Its source code is available on github and it has documentation

    Monotorrent

提交回复
热议问题