Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:tinytic [2010/11/03 14:32] – jame | howto:tinytic [2013/05/13 18:33] (current) – [Configuration] jame | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Instructions and information for using the TinyTIC tic processor with Synchronet, by [[person: | Instructions and information for using the TinyTIC tic processor with Synchronet, by [[person: | ||
| - | TinyTIC is a small, simple TIC processor that will work with Synchronet. | + | TinyTIC is a small, simple |
| + | |||
| + | ==== Configuration ==== | ||
| + | An example (on a Linux system) configuration file for TinyTIC: | ||
| + | |||
| + | < | ||
| + | ## Configuration File for TinyTIC v0.8 | ||
| + | |||
| + | ## Logfile is where you want the logfile to be created and | ||
| + | ## what its name should be. | ||
| + | Logfile / | ||
| + | |||
| + | ## Inbound is where your mailer stores the TIC files and their | ||
| + | ## corresponding files | ||
| + | Inbound / | ||
| + | |||
| + | ## DataFile is used to specify where the text file will be created | ||
| + | ## for each process of the TIC files and what its name | ||
| + | ## will be. | ||
| + | DataFile / | ||
| + | |||
| + | ## AreaName is used to denote which files belong to which area. Areas | ||
| + | ## are specified in the TIC files. | ||
| + | ## -Format: AreaName < | ||
| + | AreaName ECHOLIST / | ||
| + | AreaName FIDONEWS / | ||
| + | AreaName NODEDIFF / | ||
| + | AreaName BACKBONE / | ||
| + | AreaName NODELIST / | ||
| + | AreaName I-BINKD / | ||
| + | </ | ||
| + | |||
| + | ==== BinkD ==== | ||
| + | The [[howto: | ||
| + | |||
| + | < | ||
| + | exec "/ | ||
| + | </ | ||
| + | |||
| + | And where the ticin.sh script could look something like this: | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| + | # / | ||
| + | # | ||
| + | cd /opt/sbbs | ||
| + | |||
| + | export SBBSCTRL=/ | ||
| + | export SBBSNODE=/ | ||
| + | |||
| + | / | ||
| + | |||
| + | / | ||
| + | </ | ||
| + | |||
| + | And the ticpost.sh script is used to post an announce message about received files: | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| + | # / | ||
| + | # | ||
| + | |||
| + | SBDIR=/ | ||
| + | cd $SBDIR | ||
| + | |||
| + | export SBBSCTRL=/ | ||
| + | export SBBSNODE=/ | ||
| + | |||
| + | WORKDIR=$SBDIR/ | ||
| + | MSGTEXT=$WORKDIR/ | ||
| + | AREA=$SBDIR/ | ||
| + | |||
| + | if [ -f $WORKDIR/ | ||
| + | |||
| + | cat $WORKDIR/ | ||
| + | && rm $WORKDIR/ | ||
| + | |||
| + | # post message | ||
| + | $SBDIR/ | ||
| + | |||
| + | fi ; | ||
| + | </ | ||
| ==== See Also ==== | ==== See Also ==== | ||
| - | * [[: | + | * TinyTIC Documentation |
| * [[http:// | * [[http:// | ||
| + | * [[: | ||
| + | * [[: | ||
| - | {{tag>}} | + | {{tag>fidonet}} |