BT種子文件格式[ ]

BT種子文件格式

BT種子文件使用了一種叫bencoding的編碼方法來保存數據。
bencoding現有四種類型的數據:srings(字符串),integers(整數),lists(列表),dictionaries(字典)
編碼規則如下:
strings(字符串)編碼爲:<字符串長度>:<字符串>
例如: 4:test 表示爲字符串"test"
4:例子 表示爲字符串“例子”
字符串長度單位爲字節
沒開始或結束標記

integers(整數)編碼爲:i<整數>e
開始標記i,結束標記爲e
例如: i1234e 表示爲整數1234
i-1234e 表示爲整數-1234
整數沒有大小限制
i0e 表示爲整數0
i-0e 爲非法
以0開頭的爲非法如: i01234e 爲非法

lists(列表)編碼爲:l<bencoding編碼類型>e
開始標記爲l,結束標記爲e
列表裏可以包含任何bencoding編碼類型,包括整數,字符串,列表,字典。
例如: l4:test5abcdee 表示爲二個字符串["test","abcde"]

dictionaries(字典)編碼爲d<bencoding字符串><bencoding編碼類型>e
開始標記爲d,結束標記爲e
關鍵字必須爲bencoding字符串
值可以爲任何bencoding編碼類型
例如: d3:agei20ee 表示爲{ "age"=20 }
d4:path3:C:/8:filename8:test.txte 表示爲{ "path"="C:/","filename"="test.txt" }

具體文件結構如下:
全部內容必須都爲bencoding編碼類型。
整個文件爲一個字典結構,包含如下關鍵字
announce:tracker服務器的URL(字符串)
announce-list(可選):備用tracker服務器列表(列表)
creation date(可選):種子創建的時間,Unix標準時間格式,從1970 1月1日 00:00:00到創建時間的秒數(整數)
comment(可選):備註(字符串)
created by(可選):創建人或創建程序的信息(字符串)
info:一個字典結構,包含文件的主要信息,爲分二種情況:單文件結構或多文件結構
單文件結構如下:
         length:文件長度,單位字節(整數)
         md5sum(可選):長32個字符的文件的MD5校驗和,BT不使用這個值,只是爲了兼容一些程序所保留!(字符串)
         name:文件名(字符串)
         piece length:每個塊的大小,單位字節(整數)
         pieces:每個塊的20個字節的SHA1 Hash的值(二進制格式)
多文件結構如下:
         files:一個字典結構
                length:文件長度,單位字節(整數)
                md5sum(可選):同單文件結構中相同
                path:文件的路徑和名字,是一個列表結構,如/test/test.txt 列表爲l4:test8test.txte
         name:最上層的目錄名字(字符串)
         piece length:同單文件結構中相同
         pieces:同單文件結構中相同
實例:
用記事本打開一個.torrent可以看來類似如下內容
d8:announce37:http://bt4.eastgame.net:6969/announce13:announce-listll37:http://bt4.eastgame.net:6969/announceee8:codepagei936e13:creation datei1104368830e4:infod5:filesld6:lengthi103884044e4:pathl50:Band.of.Brothers.兄弟連.EP01.HDTV.720p.Recover.rareed6:lengthi1211e4:pathl42:Band.of.Brothers.兄弟連.EP01.HDTV.720p.nfoeed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part01.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part02.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part03.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part04.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part05.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part06.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part07.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part08.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part09.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part10.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part11.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part12.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part13.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part14.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part15.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part16.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part17.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part18.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part19.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part20.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part21.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part22.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part23.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part24.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part25.rareed6:lengthi102400000e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part26.rareed6:lengthi19577056e4:pathl49:Band.of.Brothers.兄弟連.EP01.HDTV.720p.part27.rareed6:lengthi50169e4:pathl42:Band.of.Brothers.兄弟連.EP01.HDTV.720p.srteee4:name38:Band.of.Brothers.兄弟連.EP01.HDTV.720p12:piece lengthi524288e6:pieces106280:|K薒?穆擁2揮
菚8險%禸胒幘佚EX跖Sg*敥舑HPR?/p ▇r銢e級C阡團鮼編%

容易看出
announce=http://bt4.eastgame.net:6969/announce
creation date=1104368830秒
文件名=Band.of.Brothers.兄弟連.EP01.HDTV.720p
文件塊=106280
文件塊大小=524288字節

PS: e級C阡團鮼編%


http://goohome.kmip.net/blog.php
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章