2003-11-20 20:58:29 +01:00
|
|
|
==========
|
|
|
|
libtorrent
|
|
|
|
==========
|
|
|
|
|
|
|
|
|
2004-01-07 01:48:02 +01:00
|
|
|
=================== ======= =========== ===============
|
|
|
|
`sourceforge page`_ manual_ screenshot_ `mailing list`_
|
|
|
|
=================== ======= =========== ===============
|
2003-11-20 20:58:29 +01:00
|
|
|
|
|
|
|
.. _sourceforge page: http://www.sourceforge.net/projects/libtorrent
|
2004-01-07 01:48:02 +01:00
|
|
|
.. _manual: manual.html
|
|
|
|
.. _screenshot: libtorrent_screen.png
|
2003-12-09 19:09:34 +01:00
|
|
|
.. _mailing list: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
|
2003-11-20 20:58:29 +01:00
|
|
|
|
|
|
|
libtorrent is a C++ library that aims to be a good alternative to all the
|
|
|
|
`other bittorrent implementations`__ around. It is a
|
|
|
|
library and not a full featured client, although it comes with a working
|
|
|
|
example client.
|
|
|
|
|
|
|
|
__ links.html
|
|
|
|
|
|
|
|
The main goals of libtorrent are:
|
|
|
|
|
|
|
|
* to be cpu efficient
|
|
|
|
* to be memory efficient
|
|
|
|
* to be very easy to use
|
|
|
|
|
2004-01-03 04:22:53 +01:00
|
|
|
|
2003-11-20 20:58:29 +01:00
|
|
|
Feedback
|
|
|
|
========
|
|
|
|
|
|
|
|
There's a `mailing list`__.
|
|
|
|
|
|
|
|
__ http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
|
|
|
|
|
|
|
|
You can usually find me as hydri in ``#btports @ irc.freenode.net``.
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-11-23 04:00:45 +01:00
|
|
|
Aknowledgements
|
|
|
|
===============
|
|
|
|
|
2003-11-26 17:02:17 +01:00
|
|
|
Written by Arvid Norberg and Daniel Wallin. Copyright (c) 2003
|
|
|
|
|
2003-12-14 06:56:12 +01:00
|
|
|
Contributions by Magnus Jonsson
|
|
|
|
|
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
|
|
|
|
|
|
|
|