Changeset 1684 in ntrip


Ignore:
Timestamp:
Mar 2, 2009, 4:30:10 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1666 r1684  
    101101&nbsp; &nbsp; &nbsp; 3.6.3. <a href=#ephport>Port</a><br>
    102102&nbsp; &nbsp; &nbsp; 3.6.4. <a href=#ephvers>Version</a><br>
    103 3.7. <a href=#correct>Ephemeris Corrections</a><br>
     1033.7. <a href=#correct>Broadcast Corrections</a><br>
    104104&nbsp; &nbsp; &nbsp; 3.7.1. <a href=#corrdir>Directory</a><br>
    105105&nbsp; &nbsp; &nbsp; 3.7.2. <a href=#corrint>Interval</a><br>
     
    374374</p>
    375375
    376 <p><a name="correct"><h4>3.7. Ephemeris Corrections</h4></p>
     376<p><a name="correct"><h4>3.7. Broadcast Corrections</h4></p>
    377377<p>
    378378</p>
     
    401401<p><a name="corrdir"><h4>3.7.1 Directory - optional</h4></p>
    402402<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 Ephemeris Correction files will be created.
    404 </p>
    405 <p>
    406 The file name convention for Ephemeris Correction files follows the convention for RINEX files except for the last character of the file name suffix which is set to "C".
     403Specify 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>
     406The 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".
    407407</p>
    408408<p>
     
    433433<p><a name="corrint"><h4>3.7.2 Interval - mandatory if 'Directory' is set</h4></p>
    434434<p>
    435 Select the length of the Ephemeris Correction files. The default value is 1 day.
     435Select the length of the Broadcast Correction files. The default value is 1 day.
    436436</p>
    437437
    438438<p><a name="corrport"><h4>3.7.3 Port - optional</h4></p>
    439439<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 Ephemeris Correction output via IP port is generated.
    441 </p>
    442 <p>
    443 The output format equals the format used for saving Ephemeris Corrections in a file with the exception that the Mountpoint is added at each line's end.
     440BNC 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>
     443The 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.
    444444</p>
    445445<p>
     
    460460</p>
    461461<p>
    462 The source code for BNC comes with an example perl script 'test_bnc_eph.pl' that allows you to read BNC's Ephemeris Corrections from the IP port.
     462The 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.
    463463</p>
    464464
    465465<p><a name="corrwait"><h4>3.7.4 Wait for Full Epoch - mandatory if 'Port' is set</h4></p>
    466466<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 Ephemeris 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.
     467When 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.
    468468</p>
    469469
     
    10151015<table>
    10161016<tr></tr>
    1017 <tr><td>Dec 2006 &nbsp;</td><td>Version 1.0b &nbsp;</td><td>[Add] First Beta Binaries published based on Qt 4.2.3.</td></tr>
    1018 <tr><td>Jan 2007 &nbsp;</td><td>Version 1.1b &nbsp;</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 &nbsp;</td><td>Version 1.2b &nbsp;</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 &nbsp;</td><td>Version 1.3 &nbsp;</td><td>[Add] Source code published.
    1021 <tr><td>Jul 2007 &nbsp;</td><td>Version 1.4 &nbsp;</td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr>
    1022 <tr><td>Apr 2008 &nbsp;</td><td>Version 1.5 &nbsp;</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 &nbsp;</td><td>Version 1.6 &nbsp;</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 &nbsp;</td><td>Version 1.6.1 &nbsp;</td><td>[Mod] HTTP GET when no proxy in front</td></tr>
    1025 <tr><td>Mar 2009 &nbsp;</td><td>Version 1.7 &nbsp;</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 &nbsp;</td><td>Version 1.0b &nbsp;</td>
     1020<td>[Add] First Beta Binaries published based on Qt 4.2.3.</td>
     1021</tr>
     1022
     1023<tr>
     1024<td>Jan 2007 &nbsp;</td><td>Version 1.1b &nbsp;</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 &nbsp;</td><td>Version 1.2b &nbsp;</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 &nbsp;</td><td>Version 1.3 &nbsp;</td>
     1035<td>[Add] Source code published.</td>
     1036</tr>
     1037
     1038<tr>
     1039<td>Jul 2007 &nbsp;</td><td>Version 1.4 &nbsp;</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 &nbsp;</td><td>Version 1.5 &nbsp;</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 &nbsp;</td><td>Version 1.6 &nbsp;</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 &nbsp;</td><td>Version 1.6.1 &nbsp;</td>
     1055<td>[Mod] HTTP GET when no proxy in front</td>
     1056</tr>
     1057
     1058<tr>
     1059<td>Mar 2009 &nbsp;</td><td>Version 1.7 &nbsp;</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
    10261063</table>
    10271064</p>
     
    12341271<tr><td>binSample=0</td><td>Feed Engine: Sampling</td></tr>
    12351272<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>Ephemeris Corrections: Interval</td></tr>
    1237 <tr><td>corrPath=</td><td>Ephemeris Corrections: Directory </td></tr>
    1238 <tr><td>corrPort=</td><td>Ephemeris Corrections: Port</td></tr>
    1239 <tr><td>corrTime=5</td><td>Ephemeris Corrections: 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>
    12401277<tr><td>ephIntr=15 min</td><td>RINEX Ephemeris: Interval</td></tr>
    12411278<tr><td>ephPath=</td><td>RINEX Ephemeris: Directory</td></tr>
Note: See TracChangeset for help on using the changeset viewer.