- Timestamp:
- Jan 21, 2009, 11:12:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1512 r1519 74 74 </p> 75 75 <p> 76 All configuration options for running BNC on Unix/Linux/Mac systems are saved in file ${HOME}/.config/BKG/BKG_NTRIP_Client.conf, see annexed 'Configuration Example'. On Windows systems, configuration options are saved in register HKEY_CURRENT_USER/Software/BKG/BKG_NTRIP_Client. The default configuration file/register name 'BKG_NTRIP_Client' can be changed. The file/register contents can easily be edited. Some options can be changed on-the-fly. 76 All configuration files for running BNC on Unix/Linux/Mac systems are saved in directory ${HOME}/.config/BKG. The default configuration file name there is 'BKG_NTRIP_Client' with suffix '.conf'. 77 </p> 78 <p> 79 On Windows systems all configurations for running BNC are saved in register HKEY_CURRENT_USER/Software/BKG. The default configuration register name there is 'BKG_NTRIP_Client. 80 </p> 81 <p> 82 The default 'BKG_NTRIP_Client' can be changed. The contents of configuration files/registers can easily be edited. Some options can be changed on-the-fly. See annexed 'Configuration Example' for a complete set of saved configuration options. 77 83 </p> 78 84 <p> … … 847 853 <p><a name="cmd"><h4>3.15. Command Line Options</h4></p> 848 854 <p> 849 Command line options are available to run BNC in 'no window' mode or let it read data from a file in offline mode. BNC will then use processing options from the configuration file (Unix/Linux/Mac) or from the Windows register. Note that the self-explaining contents of the configuration file or the Windows register can easily be edited. It is possible to introduce your own configuration file/register names instead ofthe default name 'BKG_NTRIP_Client'.855 Command line options are available to run BNC in 'no window' mode or let it read data from a file in offline mode. BNC will then use processing options from the configuration file (Unix/Linux/Mac) or from the Windows register. Note that the self-explaining contents of the configuration file or the Windows register can easily be edited. It is possible to introduce a specific configuration file/register name instead of using the default name 'BKG_NTRIP_Client'. 850 856 </p> 851 857 852 858 <p><a name="nw"><h4>3.15.1 No Window Mode - optional</h4></p> 853 859 <p> 854 Apart from its regular windows mode, BNC can be started on all systems as a background/batch job with command line option '-nw'. BNC will then run in 'no window' mode, using processing options from its configuration file on disk. Terminate BNC using Windows Task Manager when running it in 'no window' mode on Windows systems.860 Apart from its regular windows mode, BNC can be started on all systems as a background/batch job with command line option '-nw'. BNC will then run in 'no window' mode, using processing options from its configuration file/register on disk. Terminate BNC using Windows Task Manager when running it in 'no window' mode on Windows systems. 855 861 </p> 856 862 <p> … … 875 881 </p> 876 882 <p> 877 Note that it is necessary to define a date and time for the first epoch because RTCM streams do not contain complete time stamps as needed for RINEX. Note further that when running BNC in offline mode, it will use options for file saving, interval, sampling etc. from its configuration file .883 Note that it is necessary to define a date and time for the first epoch because RTCM streams do not contain complete time stamps as needed for RINEX. Note further that when running BNC in offline mode, it will use options for file saving, interval, sampling etc. from its configuration file/register. 878 884 </p> 879 885 880 886 <p><a name="conffile"><h4>3.15.3 Configuration File - optional</h4></p> 881 The default configuration file name on Unix/Linux/Mac systems is 'BKG_NTRIP_Client' with suffix '.conf'. On Windows systems the configuration is saved in register 'BKG_NTRIP_Client'. You may change the configuration file/register name at startup time using the command line option '--conf <<u>confFile</u>>'. 887 The default configuration file name on Unix/Linux/Mac systems is 'BKG_NTRIP_Client' with suffix '.conf'. On Windows systems the configuration is saved in register 'BKG_NTRIP_Client'. You may change the configuration file/register name at startup time using the command line option '--conf <<u>confFile</u>>'. This allows to run several BNC jobs in parallel on the same host using differen sets of configuration options. 882 888 </p> 883 889 <p> … … 886 892 </p> 887 893 <p> 888 This leads to a configuration file 'MyConfig.conf' and a Windowsregister 'MyConfig'.894 This leads to a BNC job using configuration file 'MyConfig.conf' or the Windows configuration register 'MyConfig'. 889 895 </p> 890 896 … … 1227 1233 </p> 1228 1234 <p> 1229 Note further that configuration options saved on disk can be changed/edited on-the-fly while BNC is already processing data.1235 Note further that the following configuration options saved on disk can be changed/edited on-the-fly while BNC is already processing data: 1230 1236 </p> 1231 1237 <p>
Note:
See TracChangeset
for help on using the changeset viewer.