- Timestamp:
- Dec 13, 2007, 5:39:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r576 r597 31 31 <li>retrieve real-time GNSS data streams available through NTRIP transport protocol,</li> 32 32 <li>generate high-rate RINEX Observation and Navigation files to support near real-time GNSS post-processing applications, and/or</li> 33 <li>output synchronize observations epoch by epoch through an IP port to support real-time GNSS engines.</li> 34 </ul> 35 </p> 36 <p> 37 BNC decodes and converts GNSS data streams carrying code and phase data coming in 38 </p> 39 <p> 40 <ul> 41 <li>RTCM Version 2.x format containing message types 18 and 19 (GPS and GLONASS), </li> 42 <li>RTCM Version 3.x format containing message types 1002 (GPS, SBAS) or 1004 (GPS), and 1010 or 1012 (GLONASS), </li> 43 <li>RTIGS format (only GPS).</li> 44 </ul> 45 BNC also handles RTCM Version 3.x message types 1019 and 1019 carrying Broadcast Ephemeris data. 33 <li>generate synchronized observations epoch by epoch through an IP port to support real-time GNSS engines.</li> 34 </ul> 35 </p> 36 <p> 37 BNC supports the following GNSS data formats: 38 </p> 39 <p> 40 <ul> 41 <li>RTCM Version 2.x containing message types 18 and 19 (GPS and GLONASS), </li> 42 <li>RTCM Version 3.x containing message types 1002 (GPS, SBAS) or 1004 (GPS), 1010 or 1012 (GLONASS), 1019 or 1020 (Broadcast Ephemeris)</li> 43 <li>RTIGS (GPS only).</li> 44 </ul> 46 45 Furthermore, BNC allows to by-pass its decoding and conversion algorithms, leave whatever is received untouched and save it in files. 47 46 </p> 48 47 <p><a name="resources"><h3>2. Resources</h3></p> 49 48 <p> 50 BNC needs access to the Internet with a minimum of about 2 to 6 kbits/sec per stream depending on the stream format and the number of visible satellites. Make sure that you always have the necessary bandwidth available.51 </p> 52 <p> 53 Note that running BNC requires th at the clock of the hosting computer issynchronized.54 </p> 55 <p> 56 BNC has the capacity to retrieve hundreds of GNSS data streams simultaneously. Be aware that it is a powerful tool that may generate a heavy workload on the NTRIP broadcaster side depending on the number of streams it requests. We suggest to limitedthe number of streams where possible to avoid unnecessary workload.49 BNC requires access to the Internet with a minimum of about 2 to 6 kbits/sec per stream depending on the stream format and the number of visible satellites. You need to make sure that the connection can sustain the required bandwidth. 50 </p> 51 <p> 52 Note that running BNC requires the clock of the host computer to be properly synchronized. 53 </p> 54 <p> 55 BNC has the capacity to retrieve hundreds of GNSS data streams simultaneously. Please be aware that such usage may incur a heavy load on the NTRIP broadcaster side depending on the number of streams requested. We recommend limiting the number of streams where possible to avoid unnecessary workload. 57 56 </p> 58 57 … … 99 98 <li> 100 99 select an appropriate font.<br> 101 Use a smallfont size if the BNC main window exceeds the size of your screen.100 Use smaller font size if the BNC main window exceeds the size of your screen. 102 101 </li> 103 102 <li> save selected options.<br> … … 105 104 </li> 106 105 <li> 107 quit the execution of BNC.106 quit the BNC program. 108 107 </li> 109 108 </ul> … … 117 116 <li> 118 117 help contents.<br> 119 You may keep the 'Help Contents' window open while setting BNC options.118 You may keep the 'Help Contents' window open while configuring BNC. 120 119 </li> 121 120 <li> 122 121 general information about BNC.<br> 123 Close the 'About BNC' window to continue w ith BNC.122 Close the 'About BNC' window to continue working with BNC. 124 123 </li> 125 124 </ul> 126 125 </p> 127 126 <p> 128 BNC comes with a help system providing online information about its functionality and usage. Short descriptions are available for any widget. Focus to the relevant widget and press Shift+F1 to request help information. A help text appears immediately; it goes awayas soon as the user does something else. The dialogs on some operating systems may provide a "?" button that users can click; they then click the relevant widget to pop up the help text.129 </p> 130 131 <p><a name="proxy"><h4>3.3. Proxy - mandatory if BNC is operatedin a protected LAN</h4></p>132 133 <p> 134 You may like to run BNC in a Local Area Network (LAN). LANs are often protected by a proxy server. Enter your proxy server IP and port number in case one is operated in front of BNC. If you don't know the IP and port of your proxy server, check out the proxy server settings ofyour Internet browser or ask your network administrator.</p>135 <p> 136 Note that IP streaming may generally be denied in a LAN. In such a case you need to ask your network administrator for an appropriate modification of his security policy or for the installation of a TCP relay to involved NTRIP broadcasters. If that doesn't work out, run BNC outside your LAN on a host that is connected to the Internet through an Internet Service Provider.127 BNC comes with a help system providing online information about its functionality and usage. Short descriptions are available for any widget. Focus to the relevant widget and press Shift+F1 to request help information. A help text appears immediately; it disappears as soon as the user does something else. The dialogs on some operating systems may provide a "?" button that users can click; they then click the relevant widget to pop up the help text. 128 </p> 129 130 <p><a name="proxy"><h4>3.3. Proxy - for usage in a protected LAN</h4></p> 131 132 <p> 133 If you are running BNC within a protected Local Area Network (LAN), you might need to use a proxy server to access the Internet. Enter your proxy server IP and port number in case one is operated in front of BNC. If you don't know the IP and port of your proxy server, check the proxy server settings in your Internet browser or ask your network administrator.</p> 134 <p> 135 Note that IP streaming is often not allowed in a LAN. In this case you need to ask your network administrator for an appropriate modification of the local security policy or for the installation of a TCP relay to the NTRIP broadcasters. If these are not possible, you might need to run BNC outside your LAN on a host that has unobstructed connection to the Internet. 137 136 </p> 138 137 139 138 <p><a name="output"><h4>3.4. Synchronized Output</h4></p> 140 139 <p> 141 BNC lets you output synchronized observations (no ephemeris) from all stations and satellites epoch by epoch. This output is made available in a plain ASCII format and/or a binary format. The output comprises the following observations ifavailable:</p>140 BNC can generate synchronized epoch by epoch observations from all stations and satellites. The output can be in either a plain ASCII format and/or a binary format. It comprises the following observations where available:</p> 142 141 <p> 143 142 StatID, SVPRN, GPSWeek, GPSWeeks, C1, C2, P1, P2, L1, L2, S1, S2, SNR1, SNR2 144 143 </p> 145 144 <p> 146 Note that SNR stands for the signal-to-noise ratio 'S' mapped to integer numbers 1 to 9. Note further that in case an observation is unavailable, its value is set to zero '0.000'.145 Note that SNR stands for the signal-to-noise ratio 'S' mapped to integer numbers 1 to 9. In case an observation is not available, its value is set to zero '0.000'. 147 146 </p> 148 147 <p><a name="wait"><h4>3.4.1 Wait for Full Epoch - optional</h4></p> 149 148 <p> 150 When feeding a real-time GNSS engine waiting for input epoch by epoch, BNC ignores whatever is received later than 'Wait for full epoch' seconds. A value of 3 to 5 seconds could be an appropriate choice for that, depending on the latency of the incoming streams and the delay you can acceptfor your real-time GNSS product. Default value for 'Wait for full epoch' is 5 seconds.151 </p> 152 <p> 153 Note that 'Wait for full epoch' does not influence the RINEX Observation file contents. Observations received later than 'Wait for full epoch' seconds will still be included in the RINEX Observation files.149 When feeding a real-time GNSS engine waiting for input epoch by epoch, BNC drops whatever is received later than 'Wait for full epoch' seconds. A value of 3 to 5 seconds could be an appropriate choice for that, depending on the latency of the incoming streams and the delay acceptable for your real-time GNSS product. Default value for 'Wait for full epoch' is 5 seconds. 150 </p> 151 <p> 152 Note that 'Wait for full epoch' does not effect the RINEX Observation file content. Observations received later than 'Wait for full epoch' seconds will still be included in the RINEX Observation files. 154 153 </p> 155 154 156 155 <p><a name="ascii"><h4>3.4.2 ASCII Output File - optional</h4></p> 157 156 <p> 158 Enter the full path for a file to save synchronized observations in a plain ASCII format. Default value is an empty option field, meaning that no ASCII output file is created.159 </p> 160 <p> 161 Note that the size of this file rapidly inreases, mainly depending on the number of incoming streams. Thus, this output option is primarily meant for test and evaluation purposes.157 Specifies the full path to a file where synchronized observations are saved in plain ASCII format. The default value is an empty option field, meaning that no ASCII output file is created. 158 </p> 159 <p> 160 Beware that the size of this file can rapidly inrease depending on the number of incoming streams. This option is primarily meant for testing and evaluation. 162 161 </p> 163 162 164 163 <p><a name="binary"><h4>3.4.3 Port for Binary Output - optional</h4></p> 165 164 <p> 166 BNC makes synchronized observations available in a binary format on your local host (IP 127.0.0.1) through an IP port. Enter an IP port number to activate this function. Default is an empty option field, meaning that no binary output is generated.</p>167 <p>The binary output is provided as a continuous stream in the order of</p>165 BNC can produce synchronized observations in binary format on your local host (IP 127.0.0.1) through an IP port. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no binary output is generated.</p> 166 <p>The binary output is a continuous stream in the following order:</p> 168 167 <pre> 169 168 begEpoch … … 179 178 ... 180 179 </pre> 181 <p>w here the corresponding structures are defined as</p>180 <p>with the corresponding structures defined as follow:</p> 182 181 <pre> 183 182 const char begEpoch = 'A'; … … 204 203 } ; 205 204 </pre> 206 <p> Note that the source code for BNC comes with an example program named 'test_bnc_qt.cpp' that lets youread BNC's binary output from the IP port.</p>205 <p>The source code for BNC comes with an example program called 'test_bnc_qt.cpp' that allows you to read BNC's binary output from the IP port.</p> 207 206 208 207 <p><a name="rinex"><h4>3.5. RINEX</h4></p> 209 208 <p> 210 Observations will be converted to RINEX if they come in either RTCM Version 2.x, RTCM Version 3.x, or RTIGS format. BNC's RINEX Observation files generally contain C1, C2, P1, P2, L1, L2, S1, and S2 observations. In case an observation is unavailable, its value is set to zero '0.000'. Note that even if a RINEX Observation file does not contain GLONASS or SBAS data, the 'RINEX TYPE' field in the RINEX Observation file header may be set to 'M (MIXED)'.209 Observations will be converted to RINEX if they come in either RTCM Version 2.x, RTCM Version 3.x, or RTIGS format. BNC's RINEX Observation files generally contain C1, C2, P1, P2, L1, L2, S1, and S2 observations. In case an observation is unavailable, its value is set to zero '0.000'. Note that the 'RINEX TYPE' field in the RINEX Observation file header is always set to 'M(MIXED)' even if the file does not contain any GLONASS or SABAS data. 211 210 </p> 212 211 <p><a name="rnxname"><h4>3.5.1 RINEX File Names</h4></p> 213 212 <p> 214 RINEX file names are derived by BNC from the first 4 characters of the corresponding mountpoint (4Char Station ID) while omitting the residual part of the mountpoint string. Thus, retrieving data from mountpoints FRANKFURT and WETTZELL leads tohourly RINEX Observation files named</p>213 RINEX file names are derived by BNC from the first 4 characters of the corresponding mountpoint (4Char Station ID). For example, data from mountpoints FRANKFURT and WETTZELL will have hourly RINEX Observation files named</p> 215 214 <p> 216 215 FRAN{ddd}{h}.{yy}O<br> … … 221 220 </p> 222 221 <p> 223 For those streams that show mountpoints with an identical 4Char Station ID (same first 4 characters), the mountpoint strings are split into two sub-strings and both become part of the RINEX file name. Example: When simultaneously retrieving data from mountpoints FRANKFURT and FRANCE, their hourly RINEX Observation file names are defined as</p>222 If there are more than one stream with identical 4Char Station ID (same first 4 characters for their mountpoints), the mountpoint strings are split into two sub-strings and both become part of the RINEX file name. For example, when simultaneously retrieving data from mountpoints FRANKFURT and FRANCE, their hourly RINEX Observation files are named as</p> 224 223 <p> 225 224 FRAN{ddd}{h}_KFURT.{yy}O<br> … … 227 226 </p> 228 227 <p> 229 If several streams show exactly the same mountpoint (example: BRUS0 from <u>www.euref-ip.net</u> and BRUS0 from <u>www.igs-ip.net</u>), BNC adds an integer number to the file name leading i.e. to hourly RINEX Observation files like</p>228 If several streams show exactly the same mountpoint name (example: BRUS0 from <u>www.euref-ip.net</u> and BRUS0 from <u>www.igs-ip.net</u>), BNC adds an integer number to the file name leading i.e. to hourly RINEX Observation files like</p> 230 229 <p> 231 230 BRUS{ddd}{h}_0.{yy}O<br> … … 243 242 <p><a name="rnxpath"><h4>3.5.2 RINEX Directory - optional</h4></p> 244 243 <p> 245 Enter a path for saving the RINEX Observation files in a directory. If this directory does not exist, BNC will not create RINEX Observation files. Default value for 'RINEX directory' is an empty option field, meaning that streams are not converted to RINEX.244 Here you can specify the path to where the RINEX Observation files will be stored. If the specified directory does not exist, BNC will not create RINEX Observation files. Default value for 'RINEX directory' is an empty option field, meaning that no RINEX Observation files will be written. 246 245 </p> 247 246 248 247 <p><a name="rnxversion"><h4>3.5.3 RINEX Version - optional</h4></p> 249 248 <p> 250 Default format for RINEX Observation files is RINEX Version 2.11. Select 'RINEX v3' if you wantto save observations in RINEX Version 3 format.249 The default format for RINEX Observation files is RINEX Version 2.11. Select 'RINEX v3' if you would like to save observations in RINEX Version 3 format. 251 250 </p> 252 251 253 252 <p><a name="rnxscript"><h4>3.5.4 RINEX Script - optional</h4></p> 254 253 <p> 255 Whenever a RINEX Observation file is saved, you m ay like to compress, copy or upload it immediately via FTP. For that you enter the full path of a script or batch file which is then called to carry out these operations. The RINEX Observation file path will be passedto the script as a command line parameter (%1 on Windows systems, $1 on Unix/Linux systems).254 Whenever a RINEX Observation file is saved, you might want to compress, copy or upload it immediately via FTP. BNC allows you to execute a script/batch file to carry out these operations. To do that specify the full path of the script/batch file here. BNC will pass the RINEX Observation file path to the script as a command line parameter (%1 on Windows systems, $1 on Unix/Linux systems). 256 255 </p> 257 256 <p> 258 The triggering event for calling the script or batch file is the end of a RINEX Observation 'File interval'. If that is superposed by a stream outage, the triggering event is the stream reconnect.257 The triggering event for calling the script or batch file is the end of a RINEX Observation 'File interval'. If that is overridden by a stream outage, the triggering event is the stream reconnection. 259 258 </p> 260 259 <p> 261 As an alternative to initiating file uploads through BNC, you may like to call an upload script or ba ch file through your crontable (independant from BNC) once every 2 or 3 minutes after the end of each RINEX 'File interval'.262 </p> 263 264 <p><a name="rnxinterval"><h4>3.5.5 RINEX File Interval - mandatory if 'RINEX directory' set</h4></p>265 <p> 266 Select the interval for the RINEX Observation file generation. Default for RINEX 'File interval'is 15 minutes.267 </p> 268 269 <p><a name="rnxsample"><h4>3.5.6 RINEX Sampling - mandatory if 'RINEX directory' set </h4></p>270 <p> 271 Select the RINEX Observation sampl e interval in seconds. Zero '0' stands for converting all incoming epochs to RINEX. Default for RINEX 'Sampling' is '0'.260 As an alternative to initiating file uploads through BNC, you may like to call an upload script or batch file through your crontable or Task Scheduler (independent from BNC) once every 2 or 3 minutes after the end of each RINEX 'File interval'. 261 </p> 262 263 <p><a name="rnxinterval"><h4>3.5.5 RINEX File Interval - mandatory if 'RINEX directory' is set</h4></p> 264 <p> 265 Select the length of the RINEX Observation file generated. The default value is 15 minutes. 266 </p> 267 268 <p><a name="rnxsample"><h4>3.5.6 RINEX Sampling - mandatory if 'RINEX directory' is set </h4></p> 269 <p> 270 Select the RINEX Observation sampling interval in seconds. A value of zero '0' tells BNC to store all received epochs into RINEX. This is the default value. 272 271 </p> 273 272 274 273 <p><a name="rnxskeleton"><h4>3.5.7 RINEX Skeleton Extension - optional</h4></p> 275 274 <p> 276 Whenever BNC starts generating RINEX Observation files (and then once every day at midnight), it first tries to retrieve information needed for RINEX headers from so-called public RINEX header skeleton files which are derived from sitelogs. A n HTTP link to a directory containing these skeleton files may be available through data field number 7 of the affected NET record in the source-table. See <u>http://www.epncb.oma.be:80/stations/log/skl/brus.skl</u> for an example for a public RINEX header skeleton file concerning the EPN station Brussels.277 </p> 278 <p> 279 However, it may happen that public RINEX header skeleton files are not available, its contents is not up to date, or you need to have additional/optional records in the RINEX header. For that BNC allows to introduce personal skeleton files that contain the header records you would like to see. You may derive a personal RINEX header skeleton file from the information given in an up to date sitelog. A file in the 'RINEX directory' with the extension 'RINEX skeleton extension' is interpreted by BNC as a personal RINEX header skeleton file for the affectedstream.275 Whenever BNC starts generating RINEX Observation files (and then once every day at midnight), it first tries to retrieve information needed for RINEX headers from so-called public RINEX header skeleton files which are derived from sitelogs. A HTTP link to a directory containing these skeleton files may be available through data field number 7 of the affected NET record in the source-table. See <u>http://www.epncb.oma.be:80/stations/log/skl/brus.skl</u> for an example of a public RINEX header skeleton file for the Brussels EPN station. 276 </p> 277 <p> 278 However, sometimes public RINEX header skeleton files are not available, its contents is not up to date, or you need to put additional/optional records in the RINEX header. For that BNC allows using personal skeleton files that contain the header records you would like to include. You can derive a personal RINEX header skeleton file from the information given in an up to date sitelog. A file in the 'RINEX directory' with the extension 'RINEX skeleton extension' is interpreted by BNC as a personal RINEX header skeleton file for the corresponding stream. 280 279 </p> 281 280 <p> … … 293 292 Note the following regulations regarding personal RINEX header skeleton files: 294 293 <ul> 295 <li>If such a file appears in the 'RINEX directory', acorresponding public RINEX header skeleton file is ignored. The RINEX header is generated solely from the contents of the personal skeleton.</li>294 <li>If such a file exists in the 'RINEX directory', the corresponding public RINEX header skeleton file is ignored. The RINEX header is generated solely from the contents of the personal skeleton.</li> 296 295 <li>Personal skeletons should contain a complete first header record of type</li> 297 296 <br>- RINEX VERSION / TYPE 298 297 <li>They should then contain an empty header record of type</li> 299 298 <br>- PGM / RUN BY / DATE 300 <br> The existence of this empty records leads BNC to complete this line and include it in the final RINEX file header.299 <br>BNC will complete this line and include it in the actual RINEX file header. 301 300 <li>They should further contain complete header records of type</li> 302 301 <br>- MARKER NAME … … 311 310 <br>- # / TYPES OF OBSERV 312 311 <br>- TIME OF FIRST OBS 313 <br> The existence of these empty records leads BNC to include suchlines in the final RINEX file header together with an additional312 <br>BNC will include these lines in the final RINEX file header together with an additional 314 313 <br>- COMMENT 315 314 <br>line describing the source of the stream. … … 318 317 </ul> 319 318 <p> 320 If neither a public nor a personal RINEX header skeleton file is available for BNC, a default header is generated for the affected RINEX Observation file.319 If neither a public nor a personal RINEX header skeleton file is available for BNC, a default header will be used. 321 320 </p> 322 321 … … 325 324 <p><a name="rnxappend"><h4>3.5.8 Append Files</h4></p> 326 325 <p> 327 When starting BNC, new RINEX Observation files are created by default. Probably existing files will be overwritten. However, it may be desirable to append observations to already existing RINEX Observation files following a restart of BNC after an intentional 'Stop', a system crash or a crash of BNC. Hit 'Append files' to continue with already existing files and thus save what has been recorded so far. Note that option 'Append files' also concerns RINEX Navigation files, the 'ASCII output file' and the 'Log' file.326 When BNC is started, new RINEX Observation files are created by default and any existing files with the same name will be overwritten. However, users might want to append observations and ephemeris to existing RINEX files following a restart of BNC, a system crash or when BNC crashed. Tick 'Append files' to continue with existing files and keep what has been recorded so far. Note that option 'Append files' also affects RINEX Navigation files, the 'ASCII output file' and the 'Log' file. 328 327 </p> 329 328 <p><a name="mountpoints"><h4>3.6. Ephemeris</h4></p> 330 329 <p> 331 Broadcast Ephemeris can be saved in RINEX Navigation files if received inRTCM Version 3.x as message types 1019 (GPS) and 1020 (GLONASS). The file name convention follows the details given in section 'RINEX File Names' except that the first four characters are 'BNC_' and the last character is330 Broadcast Ephemeris can be saved as RINEX Navigation files when received via RTCM Version 3.x as message types 1019 (GPS) and 1020 (GLONASS). The file name convention follows the details given in section 'RINEX File Names' except that the first four characters are 'BNC_' and the last character is 332 331 </p> 333 332 <ul> … … 338 337 <p><a name="ephpath"><h4>3.6.1 Ephemeris Directory - optional</h4></p> 339 338 <p> 340 Enter a path for saving Broadcast Ephemeris data as RINEX Navigation files in a directory. If this directory does not exist, BNC will not create RINEX Navigation files. Default value for 'Ephemeris directory' is an empty option field, meaning that no RINEX Navigation files are created.339 Specify the path for saving Broadcast Ephemeris data as RINEX Navigation files. If the specified directory does not exist, BNC will not create RINEX Navigation files. Default value for 'Ephemeris directory' is an empty option field, meaning that no RINEX Navigation files will be created. 341 340 </p> 342 341 … … 346 345 </p> 347 346 348 <p><a name="ephinterval"><h4>3.6.3 Ephemeris Interval - mandatory if 'Ephemeris directory' set</h4></p>349 <p> 350 Select the interval for the RINEX Navigation file generation. Default for Ephemeris 'File interval'is 1 day.347 <p><a name="ephinterval"><h4>3.6.3 Ephemeris Interval - mandatory if 'Ephemeris directory' is set</h4></p> 348 <p> 349 Select the length of the RINEX Navigation file generated. The default value is 1 day. 351 350 </p> 352 351 353 352 <p><a name="mountpoints"><h4>3.7. Mountpoints</h4></p> 354 353 <p> 355 Each stream on an NTRIP broadcaster is defined through a unique source ID called mountpoint. An NTRIP client like BNC can access the data of a desired stream byits mountpoint. Information about mountpoints is available through the source-table maintained by the NTRIP broadcaster. Note that mountpoints could show up in BNC more than once when retrieving streams from several NTRIP broadcasters.356 </p> 357 358 Streams selected for retrieval are listed in the 'Mountpoints' section on BNC's main window. The list provides the following information extracted from NTRIP broadcaster source-tables:354 Each stream on an NTRIP broadcaster is defined using a unique source ID called mountpoint. An NTRIP client like BNC access the desired data stream by referring to its mountpoint. Information about mountpoints is available through the source-table maintained by the NTRIP broadcaster. Note that mountpoints could show up in BNC more than once when retrieving streams from several NTRIP broadcasters. 355 </p> 356 357 Streams selected for retrieval are listed under the 'Mountpoints' section on BNC's main window. The list provides the following information extracted from source-table(s) produced by the NTRIP broadcasters: 359 358 360 359 <table> 361 360 <tr></tr> 362 361 <tr><td>'mountpoint' </td><td>NTRIP broadcaster URL, port, and mountpoint.</td></tr> 363 <tr><td>'decoder' </td><td> Internaldecoder used to handle the incoming stream content according to its format; editable.</td></tr>364 <tr><td>'lat' </td><td> Latitude of reference station,degrees, north; editable if 'nmea' = 'yes'.</td></tr>365 <tr><td>'long' </td><td> Longitude of reference station,degrees, east; editable if 'nmea' = 'yes'.</td></tr>366 <tr><td>'nmea' </td><td> Shows whether or not stream retrieval needs to be initiated by BNC through sending NMEA-GGA message carrying position coordinates'lat' and 'long'.</td></tr>362 <tr><td>'decoder' </td><td>Type of decoder used to handle the incoming stream content according to its format; editable.</td></tr> 363 <tr><td>'lat' </td><td>Approximate latitude of reference station, in degrees, north; editable if 'nmea' = 'yes'.</td></tr> 364 <tr><td>'long' </td><td>Approximate longitude of reference station, in degrees, east; editable if 'nmea' = 'yes'.</td></tr> 365 <tr><td>'nmea' </td><td>Indicates whether or not streaming needs to be initiated by BNC through sending NMEA-GGA message carrying position coordinates in 'lat' and 'long'.</td></tr> 367 366 <tr><td>'bytes' </td><td>Number of bytes retrieved. 368 367 </table> … … 370 369 <p><a name="AddMounts"><h4>3.7.1 Add Mountpoints</h4></p> 371 370 <p> 372 Button 'Add Mountpoints' opens a window that allows you to select data streams from an NTRIP broadcaster bytheir mountpoints.373 </p> 374 375 <p><a name="HostPort"><h4>3.7.2 Broadcaster Host and Port - mandatory</h4></p>371 Button 'Add Mountpoints' opens a window that allows user to select data streams from an NTRIP broadcaster according to their mountpoints. 372 </p> 373 374 <p><a name="HostPort"><h4>3.7.2 Broadcaster Host and Port - required</h4></p> 376 375 <p> 377 376 Enter the NTRIP broadcaster host IP and port number. <u>http://www.rtcm-ntrip.org/home</u> provides information about known NTRIP broadcaster installations. Note that EUREF and IGS operate NTRIP broadcasters at <u>http://www.euref-ip.net/home</u> and <u>http://www.igs-ip.net/home</u>. 378 377 </p> 379 378 380 <p><a name="account"><h4>3.7.3 Broadcaster User and Password - mandatoryfor protected streams</h4></p>381 <p> 382 S treams on NTRIP broadcasters may be protected by password. Enter a valid 'User' ID and 'Password' for access to protected NTRIP broadcasterstreams. Accounts are usually provided per NTRIP broadcaster through a registration procedure. Register through <u>http://igs.bkg.bund.de/index_ntrip_reg.htm</u> for access to protected streams on <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u>.379 <p><a name="account"><h4>3.7.3 Broadcaster User and Password - required for protected streams</h4></p> 380 <p> 381 Some streams on NTRIP broadcasters may be restricted. Enter a valid 'User' ID and 'Password' for access to protected streams. Accounts are usually provided per NTRIP broadcaster through a registration procedure. Register through <u>http://igs.bkg.bund.de/index_ntrip_reg.htm</u> for access to protected streams on <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u>. 383 382 </p> 384 383 385 384 <p><a name="GetTable"><h4>3.7.4 Get Table</h4></p> 386 385 <p> 387 Hit button 'Get Table' to download the source-table from the NTRIP broadcaster. Pay attention to data fields 'format' and 'format-details'. Keep in mind that BNC can only decode and convert streams that come in RTCM Version 2.x, RTCM Version 3.x, or RTIGS format. RTCM Version 2.x streams must contain message types 18 and 19 while RTCM Version 3.x streams must contain GPS or SBAS message types 1002 or 1004 and may contain GLONASS message types 1010 or 1012, see data field 'format-details' for available message types and their repetition rates in brackets. Note that RINEX Navigation files containing Broadcast Ephemeris need RTCM Version 3.x streams containing message types 1019 (GPS) and 1020 (GLONASS). Select your streams line by line, use +Shift and +Ctrl when necessary.386 Use the 'Get Table' button to download the source-table from the NTRIP broadcaster. Pay attention to data fields 'format' and 'format-details'. Keep in mind that BNC can only decode and convert streams that come in RTCM Version 2.x, RTCM Version 3.x, or RTIGS format. RTCM Version 2.x streams must contain message types 18 and 19 while RTCM Version 3.x streams must contain GPS or SBAS message types 1002 or 1004 and may contain GLONASS message types 1010 or 1012, see data field 'format-details' for available message types and their repetition rates in brackets. Note that in order to produce RINEX Navigation files RTCM Version 3.x streams containing message types 1019 (GPS) and 1020 (GLONASS) are required. Select your streams line by line, use +Shift and +Ctrl when necessary. 388 387 </p> 389 388 <p> … … 391 390 </p> 392 391 <p> 393 Hit 'OK' to return to the main window. You may like to 'Add Mountpoints' from another NTRIP broadcaster when necessary.392 Hit 'OK' to return to the main window. If you wish you can click on 'Add Mountpoints' and repeat the process again to retrieve mountpoints from different casters. 394 393 </p> 395 394 396 395 <p><a name="delete"><h4>3.7.5 Delete Mountpoints</h4></p> 397 396 <p> 398 To delete a stream shown under 'Mountpoints' in the main window, select it by mouse click and hit 'Delete Mountpoints'. For a simultaneous deletion of several streams highlightthem using +Shift and +Ctrl.</p>397 To remove a stream from the 'Mountpoints' list in the main window, highlight it by clicking on it and hit the 'Delete Mountpoints' button. You can also remove multiple mountpoints simultaneously by highlighting them using +Shift and +Ctrl.</p> 399 398 400 399 <p><a name="edit"><h4>3.7.6 Edit Mountpoints</h4></p> 401 400 <ul> 402 401 <li> 403 BNC automatically selects one out of several internal decoders for a stream based on its 'format' and 'format-details' as given in the source-table. It may happen that you need to overrule the automated decoder selection because of source-table setup deficiencies. Therefore BNC allows to edit the decoder string (first double-click, then edit field 'decoder', then hit Enter) for the streams shown under 'Mountpoints'. Accepted decoder strings allowed to be introduced for stream decoding and conversionare 'RTCM_2.x', 'RTCM_3.x', and 'RTIGS'.404 </li> 405 <li> 406 BNC allows to by-pass its stream decoding and conversion algorithms, leave whatever is received untouched and save it in daily named files. To activate this functionality you need to enter the decoder string 'ZERO'. The generated file names are build from the characters of the affected mountpoints plus the two-digit numbers for year, month, and day. Example: Setting the 'decoder' string for mountpoint WTZZ0 to 'ZERO' and running BNC on March 29, 2007 to save incoming data untouched in a file would lead to a file nameWTZZ0_070329.407 </li> 408 <li> 409 BNC allows to retrieve streams from virtual reference stations. For accessing these streams, an approximate rover position is required to be send in NMEA format to the NTRIP broadcaster. In return, an individual user-specific data stream is generated, usually by a network RTK software. This stream is tailored exactly to the latitude and longitude shown in the 'lat' and 'long' columns under 'Mountpoints'. Whether a stream retrieval needs to be initiated by BNC through sending an NMEA-GGA string is indicated by 'yes' in column 'nmea' under 'Mountpoints' as well as 'yes' in column 'nmea' of the affected source-table.410 <br> Default values for 'lat' and 'long' are taken from the source-table. You may change these values (first double-click, then edit fields 'lat' and/or 'long', then hit Enter) according to your needs. The position has to be introduced in northern latitude degrees (example for northern hemisphere: 52.436, example for southern hemisphere: -24.567) and eastern longitude degrees (example: 358.872 or -1.128). Editing the 'lat' and 'long' values under 'Mountpoints' is only possible for streams that show 'yes' in column 'nmea'. The position must point to a location within the service area of the affected RTK network. RINEX files generated from these streams contain an additional COMMENT line in the header beginning with 'NMEA' to mention the 'lat' and 'long' values introduced.402 BNC automatically allocates one of its internal decoders to a stream based on the stream's 'format' and 'format-details' as given in the source-table. However, there might be cases where you need to override the automatic selection due to incorrect source-table for example. BNC allows users to manually select the required decoder by editing the decoder string. Double click on the 'decoder' field, enter your preferred decoder and then hit Enter. The accepted decoder strings are 'RTCM_2.x', 'RTCM_3.x', and 'RTIGS'. 403 </li> 404 <li> 405 In case you need to log the raw data as is, BNC allows users to by-pass its decoders and and directly save the input in daily log files. To do this specify the decoder string as 'ZERO'. The generated file names are created from the characters of the mountpoints plus two-digit numbers each for year, month, and day. Example: Setting the 'decoder' string for mountpoint WTZZ0 to 'ZERO' and running BNC on March 29, 2007 would save the raw data in a file named WTZZ0_070329. 406 </li> 407 <li> 408 BNC can also retrieve streams from virtual reference stations (VRS). To initiate these streams, an approximate rover position needs to be sent in NMEA format to the NTRIP broadcaster. In return, a user-specific data stream is generated, typically by a Network-RTK software. This stream is customized to the exact latitude and longitude as shown in the 'lat' and 'long' columns under 'Mountpoints'. These VRS streams are indicated by a 'yes' in the 'nmea' column under 'Mountpoints' as well as in the source-table. 409 <br>The default 'lat' and 'long' values are taken from the source-table however in most cases you would probably want to change this according to your requirement. Double-click on 'lat' and 'long' fields, enter the values you wish to send and then hit Enter. The format is in positive north latitude degrees (e.g. for northern hemisphere: 52.436, for southern hemisphere: -24.567) and eastern longitude degrees (example: 358.872 or -1.128). Only mountpoints with a 'yes' in its 'nmea' column can be edited. The position must preferably be a point within the service area of the network. RINEX files generated from these streams will contain an additional COMMENT line in the header beginning with 'NMEA' showing the 'lat' and 'long' used. 411 410 <br>Note that when running BNC in a Local Area Network (LAN), NMEA strings may be blocked by a proxy server, firewall or virus scanner. 412 411 </li> … … 415 414 <p><a name="log"><h4>3.8. Log - optional</h4></p> 416 415 <p> 417 BNC comments its activities in the 'Log' section of the main windows. Comments can be saved in a file when entering a full path for a 'Log' file. Information is given on the communication between BNC and the NTRIP broadcaster as well as on problems that may occur concerning communication link, stream availability, stream delay, stream conversion etc. Default value for 'Log' is an empty option field, meaning that BNC comments are not saved ina file.416 Records of BNC's activities are shown in the 'Log' section of the main windows. These logs can be saved into a file when a valid path is specified in the 'Log (full path)' field. The message log covers the communication status between BNC and the NTRIP broadcaster as well as problems that may occur in the communication link, stream availability, stream delay, stream conversion etc. The default value for 'Log (full path)' is an empty option field, meaning that BNC logs will not saved into a file. 418 417 </p> 419 418 420 419 <p><a name="start"><h4>3.9. Start</h4></p> 421 420 <p> 422 Hit 'Start' to start retrieving, decoding, and converting GNSS data streams in real-time. Note that 'Start' generally forces BNC to begin with fresh RINEX files and thus overwrite probably existing files when necessary unless option 'Append files' is set.421 Hit 'Start' to start retrieving, decoding, and converting GNSS data streams in real-time. Note that 'Start' generally forces BNC to begin with fresh RINEX which might overwrite existing files when necessary unless the option 'Append files' is ticked. 423 422 </p> 424 423 … … 430 429 <p><a name="nw"><h4>3.11. No Window - optional</h4></p> 431 430 <p> 432 You can use BNC on all systems in batch mode with the command line option '-nw'. BNC then runs in 'no window' mode, reading 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).433 </p> 434 <p> 435 Note that the self-explaining contents of the configuration file or the Windows register can easily be edited. Terminate BNC using theWindows Task Manager when running it in 'no window' mode on Windows systems.431 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). 432 </p> 433 <p> 434 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. 436 435 </p> 437 436 <p><a name="limits"><h3>4. Limitations</h3></p> 438 437 <ul> 439 438 <li> 440 The connection to an NTRIP broadcaster may possibly break or a stream requested may be temporarily unavailable. Furthermore, a connection is interpreted by BNC to be broken if no data is coming in for a period of 20 seconds. When this happens, a reconnect is being attempted with decreasing frequency. BNC first tries to reconnect with ~1 second delay, if unsuccessful, tries again in ~2 seconds from the last attempt, if still unsuccessful tries with ~4 seconds from the last attempt etc. Each attempt doubles the delay from the previous attempt. The maximum delay between attempts is limited to ~256 seconds. Thereconnection process is documented in the 'Log' file/section.439 Connection to an NTRIP broadcaster can sometimes be disrupted or a stream requested may temporarily be unavailable. Connection is defined by BNC as broken if no data is coming in for a period of 20 seconds. When this occurs, reconnects are attempted at decreasing rate. BNC first attempts to reconnect with ~1 second lag, if unsuccessful, again in ~2 seconds since the previous attempt. If it is still unsuccessful, it will attempt to reconnect within ~4 seconds since the previous attempt etc. Each attempt doubles the wait time from the previous attempt. The maximum delay between attempts is limited to ~256 seconds. This reconnection process is documented in the 'Log' file/section. 441 440 </li> 442 441 <li> 443 So far BNC only handles GPS, SBAS and GLONASS data while ignoring Galileo.444 </li> 445 <li> 446 BNC 's function is limited today to processing C1, C2, P1, P2, L1, L2, S1, and S2 observations. Which observables become available through a specific stream depends on the setup of the affected receiver and the applied data format. Note that RTCM Version 2.x streams can not transport signal-to-noise ratios 'S' and RTCM Version 3.x streams can only transport one code observable per frequency. Note further that signal-to-noise ratios 'S' are also made availablemapped to integer numbers 1 to 9.447 </li> 448 <li> 449 Concerning RTCM Version 2.x, BNC handles only message types 18 and 19. Concerning RTCM Version 3.x, BNC handles the message types 1002, 1004, 1010, and 1012. Note that when handling message types 1001, 1003, 1009 and 1011 where the ambiguity field is not set, the output will be no valid RINEX. All values will be stored modulo 299792.458 (speed of light).442 Currently BNC only handles GPS, SBAS and GLONASS data. Galileo is not yet supported. 443 </li> 444 <li> 445 BNC currently will only handle C1, C2, P1, P2, L1, L2, S1, and S2 observations. Which observables are available on a particular stream will depend on the setup of source receiver and the data format used. RTCM Version 2.x streams do not carry signal-to-noise ratio 'S' values while RTCM Version 3.x streams can only transport one code observable per frequency. Note that signal-to-noise ratios 'S' are also logged mapped to integer numbers 1 to 9. 446 </li> 447 <li> 448 Using RTCM Version 2.x, BNC will only handle message types 18 and 19. Using RTCM Version 3.x, BNC will properly handle message types 1002, 1004, 1010, and 1012. Note that when handling message types 1001, 1003, 1009 and 1011 where the ambiguity field is not set, the output will be no valid RINEX. All values will be stored modulo 299792.458 (speed of light). 450 449 </li> 451 450 <li> … … 453 452 </li> 454 453 <li> 455 BNC's 'Get Table' function only informs about the STR records of a source-table. Note that you can use an Internet browser to download the full source-table contents of any NTRIP broadcaster by simply entering its URL in the form http://host:port. Data field number 8 of the NET records that may show upmay provide information about where to register for an NTRIP broadcaster account.456 </li> 457 <li> 458 EUREF as well as IGS follow an open data policy. Streams are made available through NTRIP broadcasters at <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u> free of charge to anyone for any purpose. Up to now it is not clear how many users will have to be supported simultaneously. The given situation may develop in a way that it becomes difficult to serve all registered users at all times. In case limited dissemination resources on the NTRIP broadcaster side (software restrictions, bandwidth limitation etc.) make it necessary, first priority in stream provision will be given to stream providers followed by re-broadcasting activities and real-time analysis centers while access forothers might be temporarily denied.459 </li> 460 <li> 461 We experienced a limitation of the Standard Windows Operating Systems concerning socket communication. Sockets are not always handled properly. As BNC makes intensive use of communication through sockets, we suggest to use the Server Version of Windows Operating Systems when running BNC continuously for a long timeon a Windows platform.462 </li> 463 <li> 464 The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive. Thus, the BNC executable generated for 64-bit Linux systems could only becompiled using the -m32 compiler option.454 BNC's 'Get Table' function only shows the STR records of a source-table. You can use an Internet browser to download the full source-table contents of any NTRIP broadcaster by simply entering its URL in the form of http://host:port. Data field number 8 in the NET records may provide information about where to register for an NTRIP broadcaster account. 455 </li> 456 <li> 457 EUREF as well as IGS adhere to an open data policy. Streams are made available through NTRIP broadcasters at <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u> free of charge to anyone for any purpose. There is no indication up until now how many users will need to be supported simultaneously. The given situation may develop in such a way that it might become difficult to serve all registered users at the same times. In cases where limited resources on the NTRIP broadcaster side (software restrictions, bandwidth limitation etc.) dictates, first priority in stream provision will be given to stream providers followed by re-broadcasting activities and real-time analysis centers while access to others might be temporarily denied. 458 </li> 459 <li> 460 We experienced a limitation of the Standard Version of Microsoft Windows related to socket communication where sockets are not always handled properly. Since BNC makes intensive use of communication through sockets, we recommend to use the Server Version of Microsoft Windows when running BNC continuously for extended on a Windows platform. 461 </li> 462 <li> 463 The source code provided by NRCan for decoding RTIGS streams is 32-bit dependent. Hence the BNC executable generated for 64-bit Linux systems would only run when compiled using the -m32 compiler option. 465 464 </li> 466 465 <br> … … 468 467 <p><a name="authors"><h3>5. Authors</h3></p> 469 468 <p> 470 The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Geodesy. BNC in tegrates the following GNU GPL software components:469 The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Geodesy. BNC includes the following GNU GPL software components: 471 470 <ul> 472 471 <li> RTCM 2.x decoder, written by Oliver Montenbruck, German Space Operations Center, DLR, Oberpfaffenhofen</li> … … 476 475 </p> 477 476 <p> 478 Please make sure you installed the latest version of BNC available from <u>http://igs.bkg.bund.de/index_ntrip_down.htm</u>. We are still working on the program and would appreciate if you sent yourcomments, suggestions, or bug reports to:477 Please ensure that you have installed the latest version of BNC available from <u>http://igs.bkg.bund.de/index_ntrip_down.htm</u>. We are continuously working on the program and would appreciate if you could send any comments, suggestions, or bug reports to: 479 478 </p> 480 479 <p> … … 483 482 Frankfurt, Germany<br> 484 483 euref-ip@bkg.bund.de or igs-ip@bkg.bund.de 484 </p> 485 <p> 486 <b>Acknowledgements</b><br> 487 BNC's Help Contents has been proofread by Thomas Yan, University of New South Wales, Australia.<br> 488 Scott Glazier, OmniSTAR Australia, has been helpful in finding BNC's bugs.<br> 485 489 </p> 486 490 … … 493 497 <tr><td>May 2007 </td><td>Version 1.3 </td><td>[Add] Source code published. 494 498 <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> 495 <tr><td>Nov 2007 </td><td>Version 1.5 </td><td>[Add] Save 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</td></tr>499 <tr><td>Nov 2007 </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</td></tr> 496 500 </table> 497 501 </p>
Note:
See TracChangeset
for help on using the changeset viewer.