Ticket #127 (closed Enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Transmission daemon and CGI interface

Reported by: oleo Assigned to: titer
Priority: Normal Milestone: Sometime
Component: Daemon Version: 0.6
Severity: Normal Keywords: daemon cli
Cc:

Description

Daemon supports multiple torrents specified in config file at startup. This config file is reloaded with SIGHUP and new torrents added/removed. SIGUSR1 writes .status files in torrent directories. Cumulative statistics can be obtained with SIGUSR2.

Input config file should contain full pathnames to torrent files. Torrents are saved into dirname of .torrent files.

This allow scripting with various approaches. At present daemon works only in foregroud mode.

See discussion at http://transmission.m0k.org/forum/viewtopic.php?p=3757#3757

Attachments

transmissiond.c (15.1 kB) - added by oleo on 10/12/2006 10:22:18 AM.
Latest daemon
transmission_watchdog (6.8 kB) - added by oleo on 10/12/2006 10:22:58 AM.
For running with cron ever 30 minutes or so
transmission.cgi (14.5 kB) - added by oleo on 10/12/2006 10:23:34 AM.
WWW interface
transmission.conf (1.3 kB) - added by oleo on 10/12/2006 10:25:31 AM.
config for transmission_watchdog and CGI interface
daemon.patch (1.9 kB) - added by oleo on 10/12/2006 10:26:22 AM.
Makefile patch for adding daemon to CLI

Change History

10/12/2006 10:22:18 AM changed by oleo

  • attachment transmissiond.c added.

Latest daemon

10/12/2006 10:22:58 AM changed by oleo

  • attachment transmission_watchdog added.

For running with cron ever 30 minutes or so

10/12/2006 10:23:34 AM changed by oleo

  • attachment transmission.cgi added.

WWW interface

10/12/2006 10:25:31 AM changed by oleo

  • attachment transmission.conf added.

config for transmission_watchdog and CGI interface

10/12/2006 10:26:22 AM changed by oleo

  • attachment daemon.patch added.

Makefile patch for adding daemon to CLI

11/13/2006 09:54:00 AM changed by oleo

  • summary changed from daemon to location of latest sources.

Transmisison Daemon & CGI interface matured and now is built for several embeded platforms with som Brent patches against tracker.c.

For updates visit http://trac.nslu2-linux.org/optware/browser/trunk/make/transmission.mk and http://trac.nslu2-linux.org/optware/browser/trunk/sources/transmission

11/13/2006 09:55:39 AM changed by oleo

  • summary changed from location of latest sources to Transmission daemon and CGI interface.

04/01/2007 05:24:06 AM changed by jah

  • status changed from new to closed.
  • resolution set to fixed.

04/02/2007 04:15:47 AM changed by jah

fixed in [1617]

11/12/2007 11:44:57 PM changed by charles

  • component changed from Transmission to Daemon.