Changeset 4171 in ntrip


Ignore:
Timestamp:
May 15, 2012, 9:27:56 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r4169 r4171  
    716716                  + ".config" + QDir::separator()
    717717                  + organizationName() + QDir::separator()
    718                   + applicationName() + ".ini";
     718                  + applicationName() + ".bnc";
    719719  }
    720720  else {
  • trunk/BNC/bnchelp.html

    r4164 r4171  
    152152</p>
    153153<p>
    154 As a default, configuration files for running BNC on Unix/Linux/Mac systems are saved in directory '${HOME}/.config/BKG'. On Windows systems, they are typically saved in directory 'C:/Documents and Settings/Username/.config/BKG'. The default configuration file name is 'BNC.ini'.</p>
    155 <p>
    156 The default file name 'BNC.ini' can be changed and the file contents can easily be edited. On graphical user interfaces it is possible to Drag &amp; Drop a configuration file icon to start BNC (not on Mac systems). Some configuration options can be changed on-the-fly. See annexed 'Configuration Examples' for a complete set of configuration options. It is also possible to start and configure BNC via command line.
     154As a default, configuration files for running BNC on Unix/Linux/Mac systems are saved in directory '${HOME}/.config/BKG'. On Windows systems, they are typically saved in directory 'C:/Documents and Settings/Username/.config/BKG'. The default configuration file name is 'BNC.bnc'.</p>
     155<p>
     156The default file name 'BNC.bnc' can be changed and the file contents can easily be edited. On graphical user interfaces it is possible to Drag &amp; Drop a configuration file icon to start BNC (not on Mac systems). Some configuration options can be changed on-the-fly. See annexed 'Configuration Examples' for a complete set of configuration options. It is also possible to start and configure BNC via command line.
    157157</p>
    158158<p><a name="optsettings"><h3>4. Settings</h3></p>
     
    22752275<p><a name="cmd"><h4>4.19. Command Line Options</h4></p>
    22762276<p>
    2277 Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or Post Processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.ini'.
     2277Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or Post Processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.bnc'.
    22782278</p>
    22792279
     
    23052305
    23062306<p><a name="conffile"><h4>4.19.3 Configuration File - optional</h4></p>
    2307 The default configuration file name is 'BNC.ini'. You may change this name at startup time using the command line option '--conf &lt;<u>confFileName</u>&gt;'. This allows running several BNC jobs in parallel on the same host using different sets of configuration options. <u>confFileName</u> stands either for the full path to a configuration file or just for a file name. If you introduce only a filename, the corresponding file will be saved in the current working directory from where BNC is started.
     2307The default configuration file name is 'BNC.bnc'. You may change this name at startup time using the command line option '--conf &lt;<u>confFileName</u>&gt;'. This allows running several BNC jobs in parallel on the same host using different sets of configuration options. <u>confFileName</u> stands either for the full path to a configuration file or just for a file name. If you introduce only a filename, the corresponding file will be saved in the current working directory from where BNC is started.
    23082308</p>
    23092309<p>
    23102310Example:<br><br>
    2311 ./bnc --conf MyConfig.ini
     2311./bnc --conf MyConfig.bnc
    23122312</p>
    23132313<p>
    2314 This leads to a BNC job using configuration file 'MyConfig.ini'. The configuration file will be saved in the current working directory.
     2314This leads to a BNC job using configuration file 'MyConfig.bnc'. The configuration file will be saved in the current working directory.
    23152315</p>
    23162316<p>
    23172317On a Mac-OS X v10.6 (or higher) system the command line would be
    23182318<br><br>
    2319 open -a /Applications/bnc.app --args -conf /Users/tsyan/MyConfig.ini
     2319open -a /Applications/bnc.app --args -conf /Users/tsyan/MyConfig.bnc
    23202320<br><br>
    2321 if the program is in /Applications and the configuration file 'MyConfig.ini' in /Users/tsyan.
     2321if the program is in /Applications and the configuration file 'MyConfig.bnc' in /Users/tsyan.
    23222322</p>
    23232323
     
    27462746
    27472747<p>
    2748 The following table's left column is an example for the contents of a configuration file 'BNC.ini'. It enables the retrieval of an observations stream via NTRIP for the generation of 15 min RINEX files:
     2748The following table's left column is an example for the contents of a configuration file 'BNC.bnc'. It enables the retrieval of an observations stream via NTRIP for the generation of 15 min RINEX files:
    27492749</p>
    27502750<table>
Note: See TracChangeset for help on using the changeset viewer.