Changeset 1684 in ntrip
- Timestamp:
- Mar 2, 2009, 4:30:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1666 r1684 101 101 3.6.3. <a href=#ephport>Port</a><br> 102 102 3.6.4. <a href=#ephvers>Version</a><br> 103 3.7. <a href=#correct> EphemerisCorrections</a><br>103 3.7. <a href=#correct>Broadcast Corrections</a><br> 104 104 3.7.1. <a href=#corrdir>Directory</a><br> 105 105 3.7.2. <a href=#corrint>Interval</a><br> … … 374 374 </p> 375 375 376 <p><a name="correct"><h4>3.7. EphemerisCorrections</h4></p>376 <p><a name="correct"><h4>3.7. Broadcast Corrections</h4></p> 377 377 <p> 378 378 </p> … … 401 401 <p><a name="corrdir"><h4>3.7.1 Directory - optional</h4></p> 402 402 <p> 403 Specify a directory for saving Ephemeris Corrections in files. If the specified directory does not exist, BNC will not create Ephemeris Correction files. Default value for Ephemeris Corrections 'Directory' is an empty option field, meaning that no EphemerisCorrection files will be created.404 </p> 405 <p> 406 The file name convention for EphemerisCorrection files follows the convention for RINEX files except for the last character of the file name suffix which is set to "C".403 Specify a directory for saving Broadcast Corrections in files. If the specified directory does not exist, BNC will not create Broadcast Correction files. Default value for Broadcast Corrections 'Directory' is an empty option field, meaning that no Broadcast Correction files will be created. 404 </p> 405 <p> 406 The file name convention for Broadcast Correction files follows the convention for RINEX files except for the last character of the file name suffix which is set to "C". 407 407 </p> 408 408 <p> … … 433 433 <p><a name="corrint"><h4>3.7.2 Interval - mandatory if 'Directory' is set</h4></p> 434 434 <p> 435 Select the length of the EphemerisCorrection files. The default value is 1 day.435 Select the length of the Broadcast Correction files. The default value is 1 day. 436 436 </p> 437 437 438 438 <p><a name="corrport"><h4>3.7.3 Port - optional</h4></p> 439 439 <p> 440 BNC can output epoch by epoch synchronized Ephemeris Corrections in ASCII format on your local host (IP 127.0.0.1) through an IP 'Port'. Specify an IP port number to activate this function. The default is an empty option field, meaning that no EphemerisCorrection output via IP port is generated.441 </p> 442 <p> 443 The output format equals the format used for saving EphemerisCorrections in a file with the exception that the Mountpoint is added at each line's end.440 BNC can output epoch by epoch synchronized Broadcast Corrections in ASCII format on your local host (IP 127.0.0.1) through an IP 'Port'. Specify an IP port number to activate this function. The default is an empty option field, meaning that no Broadcast Correction output via IP port is generated. 441 </p> 442 <p> 443 The output format equals the format used for saving Broadcast Corrections in a file with the exception that the Mountpoint is added at each line's end. 444 444 </p> 445 445 <p> … … 460 460 </p> 461 461 <p> 462 The source code for BNC comes with an example perl script 'test_bnc_eph.pl' that allows you to read BNC's EphemerisCorrections from the IP port.462 The source code for BNC comes with an example perl script 'test_bnc_eph.pl' that allows you to read BNC's Broadcast Corrections from the IP port. 463 463 </p> 464 464 465 465 <p><a name="corrwait"><h4>3.7.4 Wait for Full Epoch - mandatory if 'Port' is set</h4></p> 466 466 <p> 467 When feeding a real-time GNSS network engine waiting epoch by epoch for synchronized Ephemeris Corrections, BNC drops (only concering IP port output) whatever is received later than 'Wait for full epoch' seconds. A value of 2 to 5 seconds could be an appropriate choice for that, depending on the latency of the incoming EphemerisCorrections stream and the delay acceptable by your application. A message such as "COCK1: Correction overaged by 5 sec" shows up in BNC's logfile if 'Wait for full epoch' is exceeded.467 When feeding a real-time GNSS network engine waiting epoch by epoch for synchronized Broadcast Corrections, BNC drops (only concering IP port output) whatever is received later than 'Wait for full epoch' seconds. A value of 2 to 5 seconds could be an appropriate choice for that, depending on the latency of the incoming Broadcast Corrections stream and the delay acceptable by your application. A message such as "COCK1: Correction overaged by 5 sec" shows up in BNC's logfile if 'Wait for full epoch' is exceeded. 468 468 </p> 469 469 … … 1015 1015 <table> 1016 1016 <tr></tr> 1017 <tr><td>Dec 2006 </td><td>Version 1.0b </td><td>[Add] First Beta Binaries published based on Qt 4.2.3.</td></tr> 1018 <tr><td>Jan 2007 </td><td>Version 1.1b </td><td>[Add] Observables C2, S1, and S2<br>[Add] Virtual reference station access<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1</td></tr> 1019 <tr><td>Apr 2007 </td><td>Version 1.2b </td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download<br> [Add] Percent encoding for user IDs and passwords<br> [Bug] Exit execution of calling thread for RTCM3 streams<br> [Bug] Signal-slot mechanism for threads</td></tr> 1020 <tr><td>May 2007 </td><td>Version 1.3 </td><td>[Add] Source code published. 1021 <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> 1022 <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> 1023 <tr><td>Dec 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<br> [Bug] Rounding error in RTCMv3 decoder concerning GLONASS height<br> [Mod] Accept GLONASS in RTCMv3 when transmitted first<br> [Add] Leap second 1 January 2009<br> [Add] Offline mode, read data from file<br> [Add] Output antenna descriptor, coordinates and excentricities from RTCMv3<br> [Add] Reconfiguration on-the-fly<br> [Mod] Binary ouput of synchronized observations<br> [Add] Binary output of unsynchronized observations<br> [Bug] Fixed problem with joined RTCMv3 blocks</td></tr> 1024 <tr><td>Dec 2008 </td><td>Version 1.6.1 </td><td>[Mod] HTTP GET when no proxy in front</td></tr> 1025 <tr><td>Mar 2009 </td><td>Version 1.7 </td><td>[Bug] RINEX navigation file format <br> [Add] Upgrade to Qt Version 4.4.3<br> [Add] Support of NTRIP v2<br> [Add] Rover support via serial port<br> [Add] Show broadcaster table from www.rtcm-ntrip.org<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Daily logfile rotation<br> [Add] Read from TCP/IP port, by-pass NTRIP transport protocol<br> [Add] Save NMEA messages coming from rover<br> [Add] Auto start<br> [Add] Drag and drop ini files</td></tr> 1017 1018 <tr> 1019 <td>Dec 2006 </td><td>Version 1.0b </td> 1020 <td>[Add] First Beta Binaries published based on Qt 4.2.3.</td> 1021 </tr> 1022 1023 <tr> 1024 <td>Jan 2007 </td><td>Version 1.1b </td> 1025 <td>[Add] Observables C2, S1, and S2<br>[Add] Virtual reference station access<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1</td> 1026 </tr> 1027 1028 <tr> 1029 <td>Apr 2007 </td><td>Version 1.2b </td> 1030 <td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download<br> [Add] Percent encoding for user IDs and passwords<br> [Bug] Exit execution of calling thread for RTCM3 streams<br> [Bug] Signal-slot mechanism for threads</td> 1031 </tr> 1032 1033 <tr> 1034 <td>May 2007 </td><td>Version 1.3 </td> 1035 <td>[Add] Source code published.</td> 1036 </tr> 1037 1038 <tr> 1039 <td>Jul 2007 </td><td>Version 1.4 </td> 1040 <td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td> 1041 </tr> 1042 1043 <tr> 1044 <td>Apr 2008 </td><td>Version 1.5 </td> 1045 <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> 1046 </tr> 1047 1048 <tr> 1049 <td>Dec 2008 </td><td>Version 1.6 </td> 1050 <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<br> [Bug] Rounding error in RTCMv3 decoder concerning GLONASS height<br> [Mod] Accept GLONASS in RTCMv3 when transmitted first<br> [Add] Leap second 1 January 2009<br> [Add] Offline mode, read data from file<br> [Add] Output antenna descriptor, coordinates and excentricities from RTCMv3<br> [Add] Reconfiguration on-the-fly<br> [Mod] Binary ouput of synchronized observations<br> [Add] Binary output of unsynchronized observations<br> [Bug] Fixed problem with joined RTCMv3 blocks</td> 1051 </tr> 1052 1053 <tr> 1054 <td>Dec 2008 </td><td>Version 1.6.1 </td> 1055 <td>[Mod] HTTP GET when no proxy in front</td> 1056 </tr> 1057 1058 <tr> 1059 <td>Mar 2009 </td><td>Version 1.7 </td> 1060 <td>[Bug] RINEX navigation file format<br> [Add] Upgrade to Qt Version 4.4.3<br> [Add] Support of NTRIP v2<br> [Add] Rover support via serial port<br> [Add] Show broadcaster table from www.rtcm-ntrip.org<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Daily logfile rotation<br> [Add] Read from TCP/IP port, by-pass NTRIP transport protocol<br> [Add] Save NMEA messages coming from rover<br> [Add] Auto start<br> [Add] Drag and drop ini files</td> 1061 </tr> 1062 1026 1063 </table> 1027 1064 </p> … … 1234 1271 <tr><td>binSample=0</td><td>Feed Engine: Sampling</td></tr> 1235 1272 <tr><td>casterUrlList=http://user:pass@euref-ip:2101</td><td>Internal memory: Visited URLs</td></tr> 1236 <tr><td>corrIntr=1 day</td><td> EphemerisCorrections: Interval</td></tr>1237 <tr><td>corrPath=</td><td> EphemerisCorrections: Directory </td></tr>1238 <tr><td>corrPort=</td><td> EphemerisCorrections: Port</td></tr>1239 <tr><td>corrTime=5</td><td> EphemerisCorrections: Wait for full epoch</td></tr>1273 <tr><td>corrIntr=1 day</td><td>Broadcast Corrections: Interval</td></tr> 1274 <tr><td>corrPath=</td><td>Broadcast Corrections: Directory </td></tr> 1275 <tr><td>corrPort=</td><td>Broadcast Corrections: Port</td></tr> 1276 <tr><td>corrTime=5</td><td>Broadcast Corrections: Wait for full epoch</td></tr> 1240 1277 <tr><td>ephIntr=15 min</td><td>RINEX Ephemeris: Interval</td></tr> 1241 1278 <tr><td>ephPath=</td><td>RINEX Ephemeris: Directory</td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.