Changeset 1150 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1149 r1150  
    1151153.14. <a href=#cmd>Command Line</a><br>
    116116&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>
     117&nbsp; &nbsp; &nbsp; 3.14.2. <a href=#post>Offline</a><br>
    118118</p>
    119119
     
    674674<p><a name="cmd"><h4>3.14. Command Line</h4></p>
    675675<p>
    676 Command line options are available to run BNC in 'no window' mode or let it read data from a file in a 'post processing' mode.
     676Command line options are available to run BNC in 'no window' mode or let it read data from a file in 'offline' mode.
    677677BNC 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.
    678678</p>
     
    680680<p><a name="nw"><h4>3.14.1 No Window - optional</h4></p>
    681681<p>
    682 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 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>
    687 Although 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>
    690 Example:
    691 </p>
    692 <pre>
     682On all systems BNC can be started as a batch job 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 Offline - optional</h4></p>
     686<p>
     687Although BNC is a real-time tool, it can be run in 'offline' mode to read data from a file for post processing purposes. Enter the following two command line options for that:
     688</p>
     689<p>
     690<ul>
     691<li>'-file &#060;<u>file</u>&#062;' to enter the full path to an input <u>file</u>, and</li>
     692<li>'-format &#060;<u>format</u>&#062;' to enter one of the file <u>format</u> describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.</li>
     693</ul>
     694<p>
     695Example:<br><br>
    693696./bnc -file FFMJ.dat -format RTCM_3
    694 </pre>
    695 </p>
    696 </p>
    697 <p>
    698 Note that when running in post processing mode BNC will use options for file saving, interval, sampling etc. from its configuration file.
     697</p>
     698<p>
     699Note that when running BNC in 'offline' mode, it will use options for file saving, interval, sampling etc. from its configuration file.
    699700</p>
    700701
     
    783784<tr><td>Jul 2007 &nbsp;</td><td>Version 1.4 &nbsp;</td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr>
    784785<tr><td>Apr 2008 &nbsp;</td><td>Version 1.5 &nbsp;</td><td>[Add] Handle ephemeris from RTCM Version 3.x streams<br> [Add] Upgrade to Qt Version 4.3.2<br> [Add] Optional RINEX v3 output<br> [Add] SBAS support<br> [Bug] RINEX skeleton download following stream outage<br> [Add] Handle ephemeris from RTIGS streams<br> [Add] Monitor stream failure/recovery and latency<br> [Mod] Redesign of main window<br> [Bug] Freezing of About window on Mac systems<br> [Bug] Fixed problem with PRN 32 in RTCMv2 decoder<br> [Bug] Fix for Trimble 4000SSI receivers in RTCMv2 decoder<br> [Mod] Major revision of input buffer in RTCMv2 decoder</td></tr>
    785 <tr><td>Oct 2008 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000<br> [Add] RTCMv3 decoder for clock and orbit corrections<br>[Add] Check RTCMv3 streams for incoming message types<br> [Add] Decode RTCMv2 message types 3, 20, 21, and 22<br> [Add] Loss of lock and lock time indicator in RINEX output<br> [Bug] Rounding error in RTCMv3 decoder concern. GLONASS height<br> [Mod] Accept GLONASS in RTCMv3 when transmitted first<br> [Add] Leap second 1 January 2009<br> [Add] Read data from file, post processing mode</td></tr>
     786<tr><td>Oct 2008 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000<br> [Add] RTCMv3 decoder for clock and orbit corrections<br>[Add] Check RTCMv3 streams for incoming message types<br> [Add] Decode RTCMv2 message types 3, 20, 21, and 22<br> [Add] Loss of lock and lock time indicator in RINEX output<br> [Bug] Rounding error in RTCMv3 decoder concern. GLONASS height<br> [Mod] Accept GLONASS in RTCMv3 when transmitted first<br> [Add] Leap second 1 January 2009<br> [Add] Read data from file, offline mode</td></tr>
    786787</table>
    787788</p>
Note: See TracChangeset for help on using the changeset viewer.