deluge/library
Alon Zakai ebf34d59af 2006-12-05 09:35:10 +00:00
..
include/libtorrent directory restructuring 2006-12-01 18:07:03 +00:00
kademlia directory restructuring 2006-12-01 18:07:03 +00:00
INSTALL branding changed to 'pytorrent' 2006-12-02 10:32:57 +00:00
LICENSE 2006-12-01 20:52:33 +00:00
README 2006-12-02 10:34:01 +00:00
alert.cpp directory restructuring 2006-12-01 18:07:03 +00:00
allocate_resources.cpp directory restructuring 2006-12-01 18:07:03 +00:00
bt_peer_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
control branding changed to 'pytorrent' 2006-12-02 10:32:57 +00:00
debianit branding changed to 'pytorrent' 2006-12-02 10:32:57 +00:00
entry.cpp directory restructuring 2006-12-01 18:07:03 +00:00
escape_string.cpp directory restructuring 2006-12-01 18:07:03 +00:00
file.cpp directory restructuring 2006-12-01 18:07:03 +00:00
http_tracker_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
identify_client.cpp directory restructuring 2006-12-01 18:07:03 +00:00
installit directory restructuring 2006-12-01 18:07:03 +00:00
ip_filter.cpp directory restructuring 2006-12-01 18:07:03 +00:00
makeit directory restructuring 2006-12-01 18:07:03 +00:00
peer_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
piece_picker.cpp directory restructuring 2006-12-01 18:07:03 +00:00
policy.cpp directory restructuring 2006-12-01 18:07:03 +00:00
pytorrent.py reduce size 2006-12-05 09:22:53 +00:00
pytorrent_core.cpp 2006-12-03 19:08:51 +00:00
session.cpp directory restructuring 2006-12-01 18:07:03 +00:00
session_impl.cpp directory restructuring 2006-12-01 18:07:03 +00:00
setup.py optimize size 2006-12-05 09:32:31 +00:00
setup_naive.py 2006-12-05 09:24:37 +00:00
sha1.cpp directory restructuring 2006-12-01 18:07:03 +00:00
stat.cpp directory restructuring 2006-12-01 18:07:03 +00:00
state.txt directory restructuring 2006-12-01 18:07:03 +00:00
storage.cpp directory restructuring 2006-12-01 18:07:03 +00:00
test.py reduce size 2006-12-05 09:22:53 +00:00
testit directory restructuring 2006-12-01 18:07:03 +00:00
torrent.cpp directory restructuring 2006-12-01 18:07:03 +00:00
torrent_handle.cpp directory restructuring 2006-12-01 18:07:03 +00:00
torrent_info.cpp directory restructuring 2006-12-01 18:07:03 +00:00
tracker_manager.cpp directory restructuring 2006-12-01 18:07:03 +00:00
ubuntu.torrent 2006-12-05 09:35:10 +00:00
udp_tracker_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
web_peer_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00

README

=================
pytorrent
=================

The simplest way to use this project is to install the .deb file,
which appears in the "debs" subfolder. This was tested under
Ubuntu 6.06 (Dapper), but may work in other Debian-based systems.

Otherwise, you may compile the code with the script 'makeit'. The
script 'installit' will install the package, so you can import it as
a module under python.

After installation of torrent, you can install and run
Deluge, http://www.deluge-torrent.com/

As a simpler test, you can check whether pytorrent works by
by running

python test.py

This does a simple torrent download. Note that the torrent is for
the Ubuntu 6.06 release, and was available as of 15.9.2006. You
may need to replace the torrent with another.

If successful, you will see test.py print the torrent status
to the screen each second. Notice in particular the download speed
and amount downloaded so far, to see if things are working.

Note: You may need to change the port used, depending on your system.