Changeset 1149 in ntrip
- Timestamp:
- Oct 4, 2008, 1:23:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1148 r1149 51 51 <li>RTIGS containing GPS record types 200 (observations) and 300 (ephemeris).</li> 52 52 </ul> 53 BNC allows to by-pass its decoding and conversion algorithms, leave whatever is received untouched and save it in files. 53 BNC 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. 54 54 </p> 55 55 <p><a name="resources"><h3>2. Resources</h3></p> … … 113 113 3.12. <a href=#start>Start</a><br> 114 114 3.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> 115 3.14. <a href=#cmd>Command Line</a><br> 116 3.14.1. <a href=#nw>No Window</a><br> 117 3.14.2. <a href=#post>Post Processing</a><br> 117 118 </p> 118 119 … … 671 672 </p> 672 673 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> 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. 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 </p> 679 680 <p><a name="nw"><h4>3.14.1 No Window - optional</h4></p> 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> 686 690 Example: 687 691 </p> 688 692 <pre> 689 ./bnc - -file FFMJ.dat --format RTCM_3693 ./bnc -file FFMJ.dat -format RTCM_3 690 694 </pre> 691 695 </p> 692 696 </p> 693 697 <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).698 Note that when running in post processing mode BNC will use options for file saving, interval, sampling etc. from its configuration file. 695 699 </p> 696 700
Note:
See TracChangeset
for help on using the changeset viewer.