|
2009-08-14
, 20:10
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#12
|
|
2009-08-14
, 20:18
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#13
|
Transmission is now in Fremantle extras-devel (thanks!) but apparently it crashes whenever you select a torrent:
~ $ transmission
poll: Interrupted system call
**
Gtk:ERROR:gtkfilechooserdefault.c:5246:gtk_file_ch ooser_default_constructor: assertion failed: (impl->file_system)
Aborted (core dumped)
|
2009-08-15
, 17:55
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#14
|
|
2009-08-15
, 19:38
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#15
|
The Following User Says Thank You to qgil For This Useful Post: | ||
|
2009-08-15
, 19:56
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#16
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2009-08-16
, 14:29
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#17
|
The Following User Says Thank You to qgil For This Useful Post: | ||
|
2009-08-16
, 16:44
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#18
|
The Following 12 Users Say Thank You to qwerty12 For This Useful Post: | ||
andy80, gamof, javispedro, JayOnThaBeat, jcharpak, lcuk, qgil, qole, S0urcerr0r, Stskeeps, timsamoff, ukki |
|
2009-08-18
, 05:08
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#19
|
The Following User Says Thank You to qgil For This Useful Post: | ||
|
2009-08-18
, 06:55
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#20
|
The app is able to scan torrents in the folder defined in the Preferences (maybe you could make a better guess of the default folder to me it Just Work? I had to point it to my personal folders)
Now when you click a torrent link with the browser you get a dialog giving you the chance to "Open with Transmission" and "Save to device".
I'm not sure "Open with Transmission" is working right now. The torrent seed gets downloaded (you see the browser dialog briefly) but Transmission is not activated or updated in any way. If you "Save to device" and place the torrent in the right folder, a Transmission dialog pops up (if you have the app open, of course) and then the rest goes well.
Tags |
bittorrent, development, extras, fremantle |
|
A client/daemon backend is most suitable solution. An example of such an architecture is Museek-Plus for SoulSeek, MDonkey which supports hoards of P2P protocols, or for example IRC BNCs and Irssi-Proxy. It is very flexible, and excellent for dumb terminals/dumb clients/thin clients to connect to, saving resources. It works by using library which speaks the P2P protocol. This is used by a daemon which listens on a socket and port. The daemon acts as a proxy between the server and the client which connects. To this you can connect to with a client backend (http, console via socket, qt gui optimized for desktop, gtk gui optimized for tablet/phone, osx gui, windows gui, ..). This daemon can run on the tablet so that client backends control the P2P application running on the tablet, but it could also run on an other machine. This way a user using Maemo can BitTorrent running on a different computer than theirs. For example on their router (OpenWRT) or on their Windows computer or a server. This saves a lot of resources on the tablet, and even the data could be exported using UPnP-AV.
Most BitTorrent clients on desktops allow the user to control it via web browser over http:// but there is otherwise not a standard developed for control backends protocol.
MLDonkey supports BitTorrent as well btw. It should work fine on the tablet, both the clients as well as the daemon.
[EDIT]wTorrent is a web frontend for rTorrent. It could be used together with lighttpd. On bottom you see it is ported to other platforms like MacOSX. You also see more rTorrent related projects.[/EDIT]
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
Last edited by allnameswereout; 2009-06-03 at 10:36.