Changeset 1149 in ntrip


Ignore:
Timestamp:
Oct 4, 2008, 1:23:10 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1148 r1149  
    5151<li>RTIGS containing GPS record types 200 (observations) and 300 (ephemeris).</li>
    5252</ul>
    53 BNC allows to by-pass its decoding and conversion algorithms, leave whatever is received untouched and save it in files.
     53BNC allows to by-pass its decoding and conversion algorithms, leave whatever is received untouched and save it in files. Although BNC is a real-time tool, it can be run offline for post processing of data made availabe from a file.
    5454</p>
    5555<p><a name="resources"><h3>2. Resources</h3></p>
     
    1131133.12. <a href=#start>Start</a><br>
    1141143.13. <a href=#stop>Stop</a><br>
    115 3.14. <a href=#nw>No Window</a>
    116 3.15. <a href=#post>Post Processing</a>
     1153.14. <a href=#cmd>Command Line</a><br>
     116&nbsp; &nbsp; &nbsp; 3.14.1. <a href=#nw>No Window</a><br>
     117&nbsp; &nbsp; &nbsp; 3.14.2. <a href=#post>Post Processing</a><br>
    117118</p>
    118119
     
    671672</p>
    672673
    673 <p><a name="nw"><h4>3.14. No Window - optional</h4></p>
    674 <p>
    675 On all systems BNC can be started in batch mode with the command line option '-nw'. BNC will then run in 'no window' mode, using options from the configuration file ${HOME}/.config/BKG/BNC_NTRIP_Client.conf (Unix/Linux, see Config File example in the Annex) or from the register BKG_NTRIP_Client (Windows).
    676 </p>
    677 <p>
    678 Note that the self-explaining contents of the configuration file or the Windows register can easily be edited. Terminate BNC using Windows Task Manager when running it in 'no window' mode on Windows systems.
    679 </p>
    680 
    681 <p><a name="post"><h4>3.15. Post Processing - optional</h4></p>
    682 <p>
    683 Although BNC is a real-time tool, it can be run in post processing mode with reading data from a file. Use the following two command line options for that:<br><br>
    684 '--file' to enter the full path to an input file, and<br>
    685 '--format' to enter one of the format describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.<br><br>
     674<p><a name="cmd"><h4>3.14. Command Line</h4></p>
     675<p>
     676Command line options are available to run BNC in 'no window' mode or let it read data from a file in a 'post processing' mode.
     677BNC will then use processing options from the configuration file ${HOME}/.config/BKG/BNC_NTRIP_Client.conf (Unix/Linux, see Config File example in the Annex) or from the register BKG_NTRIP_Client (Windows). Note that the self-explaining contents of the configuration file or the Windows register can easily be edited.
     678</p>
     679
     680<p><a name="nw"><h4>3.14.1 No Window - optional</h4></p>
     681<p>
     682On all systems BNC can be started in batch mode with the command line option '-nw'. BNC will then run in 'no window' mode, using processing options from its configuration file. Terminate BNC using Windows Task Manager when running it in 'no window' mode on Windows systems.
     683</p>
     684
     685<p><a name="post"><h4>3.14.2 Post Processing - optional</h4></p>
     686<p>
     687Although BNC is a real-time tool, it can be run in post processing mode to read data from a file. Enter the following two command line options for that:<br><br>
     688'-file' to enter the full path to an input file, and<br>
     689'-format' to enter one of the file format describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.<br><br>
    686690Example:
    687691</p>
    688692<pre>
    689 ./bnc --file FFMJ.dat --format RTCM_3
     693./bnc -file FFMJ.dat -format RTCM_3
    690694</pre>
    691695</p>
    692696</p>
    693697<p>
    694 Note that when running in post processing mode BNC will use options for file saving, interval, sampling etc. from its configuration file ${HOME}/.config/BKG/BNC_NTRIP_Client.conf (Unix/Linux, see Config File example in the Annex) or from the register BKG_NTRIP_Client (Windows).
     698Note that when running in post processing mode BNC will use options for file saving, interval, sampling etc. from its configuration file.
    695699</p>
    696700
Note: See TracChangeset for help on using the changeset viewer.