Changeset 1150 in ntrip
- Timestamp:
- Oct 4, 2008, 10:07:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1149 r1150 115 115 3.14. <a href=#cmd>Command Line</a><br> 116 116 3.14.1. <a href=#nw>No Window</a><br> 117 3.14.2. <a href=#post> Post Processing</a><br>117 3.14.2. <a href=#post>Offline</a><br> 118 118 </p> 119 119 … … 674 674 <p><a name="cmd"><h4>3.14. Command Line</h4></p> 675 675 <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.676 Command line options are available to run BNC in 'no window' mode or let it read data from a file in 'offline' mode. 677 677 BNC 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 678 </p> … … 680 680 <p><a name="nw"><h4>3.14.1 No Window - optional</h4></p> 681 681 <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> 682 On 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> 687 Although 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 <<u>file</u>>' to enter the full path to an input <u>file</u>, and</li> 692 <li>'-format <<u>format</u>>' to enter one of the file <u>format</u> describing strings 'RTCM_2', 'RTCM_3' or 'RTIGS'.</li> 693 </ul> 694 <p> 695 Example:<br><br> 693 696 ./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> 699 Note that when running BNC in 'offline' mode, it will use options for file saving, interval, sampling etc. from its configuration file. 699 700 </p> 700 701 … … 783 784 <tr><td>Jul 2007 </td><td>Version 1.4 </td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr> 784 785 <tr><td>Apr 2008 </td><td>Version 1.5 </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 </td><td>Version 1.6 </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 processingmode</td></tr>786 <tr><td>Oct 2008 </td><td>Version 1.6 </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> 786 787 </table> 787 788 </p>
Note:
See TracChangeset
for help on using the changeset viewer.