460dfd76a5 | ||
---|---|---|
.. | ||
include/libtorrent | ||
kademlia | ||
INSTALL | ||
LICENSE | ||
Makefile.libtorrent-only.am | ||
Makefile.libtorrent-only.in | ||
README | ||
alert.cpp | ||
allocate_resources.cpp | ||
bt_peer_connection.cpp | ||
control | ||
debianit | ||
entry.cpp | ||
escape_string.cpp | ||
file.cpp | ||
http_tracker_connection.cpp | ||
identify_client.cpp | ||
installit | ||
ip_filter.cpp | ||
makeit | ||
peer_connection.cpp | ||
piece_picker.cpp | ||
policy.cpp | ||
pytorrent.py | ||
pytorrent_core.cpp | ||
session.cpp | ||
session_impl.cpp | ||
setup.py | ||
setup_naive.py | ||
sha1.cpp | ||
stat.cpp | ||
state.txt | ||
storage.cpp | ||
test.py | ||
testit | ||
torrent.cpp | ||
torrent_handle.cpp | ||
torrent_info.cpp | ||
tracker_manager.cpp | ||
udp_tracker_connection.cpp | ||
web_peer_connection.cpp | ||
webui.py | ||
xubuntu-6.10-desktop-i386.iso.torrent |
README
================= pytorrent ================= You may compile the code with the script 'makeit'. The script 'installit' will install the pytorrent_core package to the central package store, so that it can be imported inside pytorrent.py (which is required). Currently the scripts do NOT copy pytorrent.py to the central package store, as Deluge imports pytorrent.py by "import library.pytorrent" You can check whether pytorrent works by running python test.py This does a simple torrent download. Note that the torrent file used for this test may have expired, so you may need to use a current one.