TorrentFileの中身
Torentファイルを読み込んでみよう
{
"announce":http://example.com/tracker,
"created by":torrent generator,
"creation date":1364723642,
"encoding":utf-8,
"info":{
"length":1024,
"name":xxx
"piece length":16384,
"pieces":<......20バイト単位のバイナリデータ>
}
}announce
created by
creation date
info.length
info.name
piece length
pieces
ファイルが複数の場合
Torrentファイルを作成してみよう
Last updated