![]() |
Optware.Torrent HistoryHide minor edits - Show changes to markup March 29, 2008, at 07:51 AM
by --
Changed lines 118-119 from:
to:
March 29, 2008, at 07:51 AM
by -- Bandwidth limit question
Changed lines 118-119 from:
to:
July 25, 2006, at 06:43 AM
by -- Add seeding practice
Changed lines 92-93 from:
to:
Do not push too much. Torrent_watchdog has a code for checking maximum number of active torrents. If all ports (BTGET_MAXPORT-BTGET_MINPORT+1) are occupied, then no new torrent will be enqueued, unless some are pushed away from seed queue. There is no expire time on seeding torrents! One must push it to done manually! July 19, 2006, at 08:53 AM
by --
Changed lines 116-117 from:
to:
July 05, 2006, at 09:14 AM
by -- syslog feature
Added line 20:
July 05, 2006, at 09:03 AM
by --
Changed line 9 from:
to:
Changed lines 114-115 from:
to:
July 05, 2006, at 08:57 AM
by -- Inital description which should be done a long time ago.
Changed lines 1-2 from:
Info on the torrent scripts. to:
Torrent download machineChanged lines 4-7 from:
to:
Torrent package consist of set of shell scripts for torrent processing with lightweight libbt torrent library written entirely in C. All shell scripts are compatible with busybox Features
WorkflowFor queue torrent file processing there should exist tree directories:
Typical file flow is source -> work -> target
For every torrent file from source, directory with the same name is created. Then torrent file is moved into this directory and program btget is run in background and constantly supervised with Config
Minimum config change after first install is setting initial directories which default to SOURCE=/tmp/harddisk/torrent/source WORK=/tmp/harddisk/torrent/work TARGET=/tmp/harddisk/torrent/target Mail can be sent if MAILTO/FROM is set and proper mail client is installed. Preconfigured mail client is set. Default MAILER is mini_sendmail found in wl500g Oleg firmware, but can be overriden in ProgramsPackage torrent (1.4-3) is installed on root and has the following files:
Package libbt (1.05-4) is installed on root and has the following files:
Torent adminThis is quick explanation of the options:
UsageFor copying .torrent files into source dir one could use samba, ftp, wget and other means of fetching. torrent_watchdog is meant to be run periodicly, but it can be issued at any time from command line. Finised torrents in target can be always re/moved from target. One can use rm -rf torent-subdir or samba services. WWW interface does not consist such functionality due to inadvent removal from third party on public WWW page. Remove and Purge just do cleanup. The most usefull command is Push which forces move from one queue to other. With Push one can start processing a torrent, stop active torrent or push from/to seeding state. Changed lines 95-101 from:
to:
Files:
Changed lines 103-104 from:
to:
Changed lines 107-115 from:
to:
Best practice:
oleo July 05, 2006, at 08:57 AM January 10, 2005, at 08:58 PM
by --
Changed lines 1-16 from:
Describe {{Torrent}} here. to:
Info on the torrent scripts. Intro
Issues:
Feature requests:
|