Python BitTorrent Library [closed]

你离开我真会死。 提交于 2019-11-27 12:52:41

问题


Is there a Python BitTorrent library that just works?

I need to tinker around with BitTorrent protocol for a research project and I don't want to reinvent the wheel and write my own implementation of the protocol (and neither I am capable of doing so)

I looked at the sources for the official BitTorrent client, but that is not what I am looking for. A library/ module is what I would prefer.

Thanks!


回答1:


You might want to have a look at the python-libtorrent project. It's a wrapper around the libtorrent C++ library, which claims to be efficient and easy to use.




回答2:


BitTornado is pure Python library written by John Hoffman.



来源:https://stackoverflow.com/questions/4418157/python-bittorrent-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!