Next: UsecaseF2F, Previous: UsecaseQoS, Up: Use cases
This is some kind of too slow link. Offline delivery methods is the only choice. Just send files as shown in previous section, but use removable media for transferring packets to other nodes.
Assume that you send two files to bob
node. Insert USB storage
device, mount it and run:
% nncp-xfer -node bob /media/usbstick
to copy all outbound packets related to bob
’s node. Use
-force
option to forcefully create related directory on USB
storage if they are missing (for example when running for the first
time).
If you use single storage device to transfer data both to bob
and
alice
, then just omit -node
option to copy all existing
outgoing packets to that storage device.
% nncp-xfer /media/usbstick
Unmount it and transfer somehow to Bob and Alice. When they will insert it in their computers, they will use exactly the same command:
% nncp-xfer /media/usbstick
to find all packets related to their node and copy them locally for
further processing. nncp-xfer
is the only command used with
removable devices.