Changeset 4030 in ntrip for trunk/BNC/bnchelp.html
- Timestamp:
- Apr 22, 2012, 10:16:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r3968 r4030 280 280 3.19.2. <a href=#post>Offline Mode</a><br> 281 281 3.19.3. <a href=#conffile>Configuration File</a><br> 282 3.19.4. <a href=#confopt>Configuration Options</a><br> 282 283 </p> 283 284 … … 2261 2262 </p> 2262 2263 2264 <p><a name="confopt"><h4>3.19.4 Configuration Options - optional</h4></p> 2265 <p> 2266 BNC 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 <keyName> <keyValue> 2270 </p> 2271 <p> 2272 where <keyName> stands for the name of an option contained in the configuration file and <keyValue> 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> 2275 bnc --nw --conf <confFileName> --key <keyName1> <keyValue1> --key <keyName2> <keyValue2> ... 2276 </p> 2277 <p> 2278 Example: 2279 </p> 2280 <p> 2281 ./bnc -conf CONFIG.bnc --key proxyPort=8001 --key rnxIntr="1 day" 2282 </p> 2283 2263 2284 <p><a name="limits"><h3>4. Limitations & Known Bugs</h3></p> 2264 2285 <ul>
Note:
See TracChangeset
for help on using the changeset viewer.