]> Cypherpunks.ru repositories - nncp.git/blob - doc/workflow.texi
nncp-caller command
[nncp.git] / doc / workflow.texi
1 @node Workflow
2 @unnumbered Workflow
3
4 NNCP consists of several utilities. As a rule you will have the
5 following workflow with them.
6
7 @enumerate
8 @item Run @ref{nncp-newnode} on each node to create an initial
9 @ref{Configuration, configuration} file.
10 @item Tune it up and set at least @ref{Spool, spool} and log paths.
11 @item Share your public keys and reachability addressees with your
12 neighbours. Add their keys to your configuration file and do any other
13 required configuration about their reachability, permissions of file or
14 freq transmission.
15 @item Use @ref{nncp-file}, @ref{nncp-freq}, @ref{nncp-mail}
16 (@ref{Postfix, look how} Postfix SMTP server could be configured for its
17 usage) commands to queue file, freq and mail transmissions. Repeat as
18 many times any time as you wish.
19 @item Depending on connection methods, either:
20     @itemize
21     @item run @ref{nncp-daemon} to accept remotely initiated connections
22     to your node
23     @item run @ref{nncp-caller} to initiate connection to required nodes
24     from time to time
25     @item use @ref{nncp-xfer} with removable storage devices for copying
26     packets for/from other nodes
27     @end itemize
28 @item After successful packet exchanging (or just simply from time to
29 time), run @ref{nncp-toss} for tossing (decrypting and processing) all
30 inbound queues to receive mail messages, files, file requests and relay
31 transition packets to other nodes.
32 @end enumerate