simple torrent

{'creation date': 1201940337, 'announce': 'http://bt.5qzone.net:80', 'info':
 {'length': 4763977, 'piece length': 262144, 'name': 'promise.mp3', 'pieces': 
'\x04zK=c\x94\x1dy\x95\xceBw\x9fZ\xcb\xa2<0W\x81\xda\x96#+u\x83\xf19o\xad\x0bX\x9b
\xd8G\x00\xd3\xf6\xce\xf9g_\x8e\xaby\xa1\xdb\xff\x84L\x9f\'B\xd4\xc4\x8c\x818\xdbD\
x1c\xca\x06}}


dict的结构,使用decode对bencode进行解码torrent解码就能得到上面的对象了。bencode是对内存中关于种子数据结构的自定义持久化的方式。

你可能感兴趣的:(数据结构,C++,c,.net,python)