问题描述
正在寻找一些好的书籍或技术资源,以详细了解Bittorrent的工作原理?它可能涉及网络编程,P2P编程和其他主题的书.
Looking for some good books or technical resources for a detailed understanding of how Bittorrent works? It would probably involve books on Network programming, P2P programming, and other topics.
推荐答案
第一个看的地方可能是 BitTorrent. org .它列出了标准规范以及许多已成为事实上的标准的扩展(其中大多数是由µTorrent或Azereus开发的.)
The first place to look would probably be BitTorrent.org. It lists the standard specification as well as a lot of the extensions that have become de facto standards (most of which have been developed by µTorrent or Azereus).
也可以在此处找到详尽的指南与第一个链接保持最新.
A thorough guide can also be found here, though it might not be as up-to-date as the first link.
请记住,bittorrent的大多数复杂性都与客户端实现有关,而服务器("tracker")则微不足道.
Keep in mind that most of the complexity with bittorrent relates to the client implementations, whereas the server ("tracker") is fairly trivial.
这篇关于寻找一些了解Bittorrent的好书/资源吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!