Changeset 4030 in ntrip


Ignore:
Timestamp:
Apr 22, 2012, 10:16:23 PM (12 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r3968 r4030  
    280280&nbsp; &nbsp; &nbsp; 3.19.2. <a href=#post>Offline Mode</a><br>
    281281&nbsp; &nbsp; &nbsp; 3.19.3. <a href=#conffile>Configuration File</a><br>
     282&nbsp; &nbsp; &nbsp; 3.19.4. <a href=#confopt>Configuration Options</a><br>
    282283</p>
    283284
     
    22612262</p>
    22622263
     2264<p><a name="confopt"><h4>3.19.4 Configuration Options - optional</h4></p>
     2265<p>
     2266BNC applies options from the configuration file but allows updating any of them through options specified on the command line while the contents of the configuration file remains unchanged. The command line syntax for that looks as follows
     2267</p>
     2268<p>
     2269--key &lt;keyName&gt; &lt;keyValue&gt;
     2270</p>
     2271<p>
     2272where &lt;keyName&gt; stands for the name of an option contained in the configuration file and &lt;keyValue&gt; stands for the value you want to assign to it. The following is a syntax example for a complete command line:
     2273</p>
     2274<p>
     2275bnc --nw --conf &lt;confFileName&gt --key &lt;keyName1&gt; &lt;keyValue1&gt; --key &lt;keyName2&gt; &lt;keyValue2&gt; ...
     2276</p>
     2277<p>
     2278Example:
     2279</p>
     2280<p>
     2281./bnc -conf CONFIG.bnc --key proxyPort=8001 --key rnxIntr="1 day"
     2282</p>
     2283
    22632284<p><a name="limits"><h3>4. Limitations &amp; Known Bugs</h3></p>
    22642285<ul>
Note: See TracChangeset for help on using the changeset viewer.