apps/dtnquery/dtnquery.1
changeset 17 3d5d756acac0
parent 1 44c5e3fa6d30
child 18 3d1ea31e2a19
equal deleted inserted replaced
16:dee8e37f24c2 17:3d5d756acac0
    15 .\"
    15 .\"
    16 
    16 
    17 .TH dtnquery 1 "November 16, 2010"
    17 .TH dtnquery 1 "November 16, 2010"
    18 .LO 1
    18 .LO 1
    19 .SH NAME
    19 .SH NAME
    20 dtnquery \- send DTN queries 
    20 dtnquery \- send and receive DTN queries 
    21 .SH SYNOPSIS
    21 .SH SYNOPSIS
    22 .B dtnquery 
    22 .B dtnquery 
    23 .RB -s 
    23 .RB -s 
    24 .IR src
    24 .IR src
    25 .RB [ -d 
    25 .RB [ -d 
    32 .IR query ]
    32 .IR query ]
    33 .RB [ -r
    33 .RB [ -r
    34 .IR exact ]
    34 .IR exact ]
    35 .RB [ -m
    35 .RB [ -m
    36 .IR send | receive | both ]
    36 .IR send | receive | both ]
       
    37 .RB [ -n
       
    38 .IR count ]
    37 .RB [ -E
    39 .RB [ -E
    38 .IR seconds ]
    40 .IR seconds ]
    39 .RB [ -e 
    41 .RB [ -e 
    40 .IR seconds ]
    42 .IR seconds ]
    41 .RB [ -hv ]
    43 .RB [ -hv ]
    77 .TP
    79 .TP
    78 .B \-\^d
    80 .B \-\^d
    79 The destination EID for the bundle.
    81 The destination EID for the bundle.
    80 .TP
    82 .TP
    81 .B \-\^f
    83 .B \-\^f
    82 The file name to save the response as.d)
    84 The file name to save the response as. The default for this is the query 
       
    85 value itself. This may be overridden using this flag.
    83 .TP
    86 .TP
    84 .B \-\^t
    87 .B \-\^t
    85 Type of query. Can be `literal' (default), `base64' or `file'. 
    88 Type of query. Can be `literal' (default), `base64' or `file'. 
    86 .TP
    89 .TP
    87 .B \-\^q
    90 .B \-\^q
    95 The matching rule. Currently only `exact' is supported.
    98 The matching rule. Currently only `exact' is supported.
    96 .TP
    99 .TP
    97 .B \-\^m
   100 .B \-\^m
    98 Mode to run in. Can be asynchronous: `send' or `receive' or synchronous
   101 Mode to run in. Can be asynchronous: `send' or `receive' or synchronous
    99 `both' (default).
   102 `both' (default).
       
   103 .TP
       
   104 .B \-\^n
       
   105 When receiving bundles, this specifies the number of bundles to receive
       
   106 before exiting. The default value is 1, and a value of 0 will cause the 
       
   107 dtnquery to loop forever receiving bundles.
   100 .TP
   108 .TP
   101 .B \-\^E
   109 .B \-\^E
   102 The number of seconds to wait for a query response. Default 0: listen
   110 The number of seconds to wait for a query response. Default 0: listen
   103 forever
   111 forever
   104 .TP
   112 .TP