我该如何阅读 BitTorrent 作品?
我目前正在为 Ruby 开发一个 torrent 元信息管理库。
我在读取文件中的片段时遇到问题。我只是不明白我该怎么做。我知道我应该对文件的片段长度字节进行一次SHA1摘要(或多次读取片段长度字节,或者什么?)
我指望你的帮助。 伪/Python/Ruby/PHP 代码优先。
提前致谢。
I'm currently developing a torrent metainfo management library for Ruby.
I'm having trouble reading the pieces from the files. I just don't understand how I'm supposed to go about it. I know I'm supposed to SHA1 digest piece length bytes of a file once (or read piece length bytes multiple times, or what?)
I'm counting on your help.
Pseudo / Python / Ruby / PHP code preferred.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
C#
C#
请在此处查看此发行版:
http://prdownload.berlios.de /torrentparse/TorrentParse.GTK.0.21.zip
用 PHP 编写,它包含一个编码器和解码器以及我相信的输入和输出!
Please taker a look at this distribution here:
http://prdownload.berlios.de/torrentparse/TorrentParse.GTK.0.21.zip
Written in PHP, it contains an Encoder and Decoder and the in's and out I believe!