2006-08-28 02:36:00 +02:00
|
|
|
.. raw:: html
|
2003-11-20 20:58:29 +01:00
|
|
|
|
2006-08-28 02:36:00 +02:00
|
|
|
<div id="librarySidebar">
|
2003-11-20 20:58:29 +01:00
|
|
|
|
2006-09-23 23:24:28 +02:00
|
|
|
* download_
|
2006-08-28 02:36:00 +02:00
|
|
|
* features_
|
|
|
|
* `building libtorrent`_
|
|
|
|
* examples_
|
|
|
|
* `api documentation`_
|
|
|
|
* screenshot_
|
2006-11-08 01:34:02 +01:00
|
|
|
* extensions_
|
2006-08-29 03:13:17 +02:00
|
|
|
* `mailing list`_ (archive_)
|
2006-08-28 02:36:00 +02:00
|
|
|
* `who's using libtorrent?`_
|
|
|
|
* `report bugs`_
|
2006-09-26 00:37:48 +02:00
|
|
|
* `sourceforge page`_
|
|
|
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
* `ruby bindings`_
|
|
|
|
* `python bindings`_
|
2003-11-20 20:58:29 +01:00
|
|
|
|
2006-08-28 02:36:00 +02:00
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div id="libraryBody">
|
|
|
|
|
|
|
|
==========
|
|
|
|
libtorrent
|
|
|
|
==========
|
|
|
|
|
2006-09-23 23:24:28 +02:00
|
|
|
.. _download: http://sourceforge.net/project/showfiles.php?group_id=79942
|
2006-08-28 02:36:00 +02:00
|
|
|
.. _features: features.html
|
|
|
|
.. _`building libtorrent`: building.html
|
|
|
|
.. _examples: examples.html
|
|
|
|
.. _`api documentation`: manual.html
|
2005-08-17 19:19:20 +02:00
|
|
|
.. _screenshot: client_test.png
|
2006-11-08 01:34:02 +01:00
|
|
|
.. _extensions: extension_protocol.html
|
2003-12-09 19:09:34 +01:00
|
|
|
.. _mailing list: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
|
2006-08-29 03:13:17 +02:00
|
|
|
.. _archive: http://dir.gmane.org/gmane.network.bit-torrent.libtorrent
|
2006-08-01 17:27:08 +02:00
|
|
|
.. _`who's using libtorrent?`: projects.html
|
2006-08-28 02:36:00 +02:00
|
|
|
.. _`report bugs`: http://sourceforge.net/tracker/?group_id=79942&atid=558250
|
|
|
|
.. _sourceforge page: http://www.sourceforge.net/projects/libtorrent
|
2003-11-20 20:58:29 +01:00
|
|
|
|
2006-09-26 00:37:48 +02:00
|
|
|
.. _`ruby bindings`: http://libtorrent-ruby.rubyforge.org/
|
|
|
|
.. _`python bindings`: http://code.google.com/p/python-libtorrent/
|
|
|
|
|
2003-11-20 20:58:29 +01:00
|
|
|
libtorrent is a C++ library that aims to be a good alternative to all the
|
2004-01-18 20:12:18 +01:00
|
|
|
other bittorrent implementations around. It is a
|
2003-11-20 20:58:29 +01:00
|
|
|
library and not a full featured client, although it comes with a working
|
2005-08-17 19:19:20 +02:00
|
|
|
`example client`__.
|
|
|
|
|
|
|
|
__ client_test.html
|
2003-11-20 20:58:29 +01:00
|
|
|
|
|
|
|
The main goals of libtorrent are:
|
|
|
|
|
2006-08-28 02:36:00 +02:00
|
|
|
* to be cpu efficient
|
|
|
|
* to be memory efficient
|
|
|
|
* to be very easy to use
|
2003-11-20 20:58:29 +01:00
|
|
|
|
2004-01-03 04:22:53 +01:00
|
|
|
|
2004-01-17 21:04:19 +01:00
|
|
|
Donate
|
|
|
|
======
|
|
|
|
|
|
|
|
Support the development of libtorrent
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
|
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
|
|
<input type="hidden" name="business" value="c99ang@cs.umu.se">
|
|
|
|
<input type="hidden" name="item_name" value="libtorrent">
|
|
|
|
<input type="hidden" name="return" value="http://libtorrent.sf.net">
|
|
|
|
<input type="hidden" name="currency_code" value="EUR">
|
|
|
|
<input type="hidden" name="tax" value="0">
|
|
|
|
<input type="image" src="https://www.paypal.com/images/x-click-but04.gif"
|
|
|
|
border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-11-20 20:58:29 +01:00
|
|
|
Feedback
|
|
|
|
========
|
|
|
|
|
2004-01-17 21:04:19 +01:00
|
|
|
There's a `mailing list`__, general libtorrent discussion.
|
2003-11-20 20:58:29 +01:00
|
|
|
|
|
|
|
__ http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
|
|
|
|
|
2005-08-09 01:32:38 +02:00
|
|
|
You can usually find me as hydri in ``#libtorrent`` on ``irc.freenode.net``.
|
2003-11-20 20:58:29 +01:00
|
|
|
|
|
|
|
|
2004-10-13 14:14:11 +02:00
|
|
|
Acknowledgements
|
2004-10-14 03:17:04 +02:00
|
|
|
================
|
2003-11-23 04:00:45 +01:00
|
|
|
|
2006-09-26 00:37:48 +02:00
|
|
|
Written by Arvid Norberg. Copyright (c) 2003-2006
|
2003-11-26 17:02:17 +01:00
|
|
|
|
2005-06-21 14:25:05 +02:00
|
|
|
Contributions by Magnus Jonsson, Daniel Wallin and Cory Nelson
|
2003-12-14 06:56:12 +01:00
|
|
|
|
2003-12-17 22:21:09 +01:00
|
|
|
Thanks to Reimond Retz for bugfixes, suggestions and testing
|
|
|
|
|
2003-11-26 17:02:17 +01:00
|
|
|
Project is hosted by sourceforge.
|
|
|
|
|
|
|
|
|sf_logo|__
|
|
|
|
|
|
|
|
.. |sf_logo| image:: http://sourceforge.net/sflogo.php?group_id=7994
|
|
|
|
__ http://sourceforge.net
|
2003-11-20 20:58:29 +01:00
|
|
|
|
2006-08-28 02:36:00 +02:00
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
</div>
|
2003-11-20 20:58:29 +01:00
|
|
|
|