]> Cypherpunks.ru repositories - nncp.git/blob - doc/usecases/nolink.texi
Add various documentation indices
[nncp.git] / doc / usecases / nolink.texi
1 @node UsecaseNoLink
2 @cindex extreme environments
3 @cindex lack of link
4 @section Extreme terrestrial environments, no link
5
6 This is some kind of too slow link. Offline delivery methods is the only
7 choice. Just send files as shown in previous section, but use removable
8 media for transferring packets to other nodes.
9
10 Assume that you send two files to @emph{bob} node. Insert USB storage
11 device (SD is preferable!), mount it and run @ref{nncp-xfer}:
12
13 @example
14 $ nncp-xfer -node bob /media/usbstick
15 @end example
16
17 to copy all outbound packets related to @emph{bob}. Use @option{-mkdir}
18 option to create related directory on USB/SD storage if they are missing
19 (for example when running for the first time).
20
21 If you use single storage device to transfer data both to @emph{bob} and
22 @emph{alice}, then just omit @option{-node} option to copy all available
23 outgoing packets.
24
25 @example
26 $ nncp-xfer /media/usbstick
27 @end example
28
29 Unmount it and transfer storage to Bob and Alice. When they will insert
30 it in their computers, they will use exactly the same command:
31
32 @example
33 $ nncp-xfer /media/usbstick
34 @end example
35
36 to find all packets related to their node and copy them locally for
37 further processing. @command{nncp-xfer} is the only command used with
38 removable devices.