doc/manual/man_dtncat.html
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 <html>
       
     2 <head>
       
     3 <title> DTN2 Man pages: dtncat </title>
       
     4 
       
     5 </head>
       
     6 <body>
       
     7 <h1>dtncat
       
     8 </h1>
       
     9 
       
    10 <p>
       
    11 <h2>NAME
       
    12 </h2>
       
    13 <p>
       
    14 <tt>dtncat -	source bundles from stdin or receive bundles to stdout. Resembles the nc (netcat) unix program
       
    15 
       
    16 <h2>SYNOPSIS
       
    17 </h2> 
       
    18 <p>
       
    19 To source bundles from stdin:
       
    20 <p>
       
    21 usage: <tt>dtncat [opts] -s EID -d EID</tt>
       
    22 <p>
       
    23 To receive bundles to stdout:
       
    24 <p>
       
    25 usage: <tt>dtncat [opts] -l EID</tt>
       
    26 <h2>DESCRIPTION
       
    27 </h2>
       
    28 <p>common options:
       
    29 <blockquote><pre>
       
    30  -v verbose
       
    31  -h/H help
       
    32  -i <i>regid</i> registration id for listening
       
    33 receive only options (-l option required):
       
    34  -l <i>eid</i> receive bundles destined for eid (instead of sending)
       
    35  -n <i>count</i> exit after count bundles received (-l option required)
       
    36 send only options (-l option prohibited):
       
    37  -s <i>eid|demux_string</i> source eid
       
    38  -d <i>eid|demux_string</i> destination eid
       
    39  -r <i>eid|demux_string</i> reply to eid
       
    40  -e <i>time</i> expiration time in seconds (default: one hour)
       
    41  -c request custody transfer
       
    42  -C request custody transfer receipts
       
    43  -D request for end-to-end delivery receipt
       
    44  -R request for bundle reception receipts
       
    45  -F request for bundle forwarding receipts
       
    46  -w wait for bundle status reports
       
    47  -S <i>sequence_id</i> sequence id vector
       
    48  -O <i>obsoletes_id</i> obsoletes id vector
       
    49 </pre><blockquote>
       
    50 </body>
       
    51 </html>
       
    52