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