BTG
What is BTG?
Bittorrent client implemented in C++ and using the Rasterbar Libtorrent library.
Provides a Ncurses, Gtkmm and WWW GUI, which communicate with a common backend running the actual bittorrent operation.
Features
Daemonized backend.
Number of different clients.
Ability to change client without stopping downloads.
Common interface (transport layer) used to access the daemon shared by the clients.
Portability.
Session saving.
Per user event callback.
IPv4 filter (level1.txt and Emule lists).
Port forwarding using UPnP.
Periodic session saving.
Clients
wwwBTG (web based client written in PHP).
btgncli (Ncurses client, menu driven).
btgcli (Ncurses client, command line).
btgui (Gtkmm GUI).
Platforms
BTG is being used or was tested on:
OSX (PowerPC).
FreeBSD (PowerPC).
GNU Linux - Debian (PowerPC, amd64, i686) / Gentoo (i686) / Slackware (i586).
Так вот, имеется проблема такого плана: не могу запустить btgui. Вылетает с ошибкой "Couldn't create xml-rpc(tcp/ip) message transport". Сам демон работает:
Код: Выделить всё
[2007-Feb-04 14:41:46] Transport, TCP/IP, created and initialized.
[2007-Feb-04 14:41:46] Unable to load IP filter.
[2007-Feb-04 14:41:46] Port Mgr: using ports 10024:10025.
[2007-Feb-04 14:41:46] Port Mgr: available ports: 2.
[2007-Feb-04 14:41:46] Loading sessions from /home/kes/.btg/daemon.saved.
[2007-Feb-04 14:41:46] Loaded 0 sesssion(s).
[2007-Feb-04 14:41:46] lim: setting limits, upload = 61440, download = 409600, max upload = -1, max connections = 10.
[2007-Feb-04 14:41:46] Ready to accept clients.daemon.ini и client.ini стандартные. Кто-нить его запускал?