Changeset 664 in ntrip for trunk/BNC/bnchelp.html
- Timestamp:
- Jan 29, 2008, 6:00:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r658 r664 38 38 <ul> 39 39 <li>RTCM Version 2.x containing message types 18 and 19 (GPS and GLONASS), </li> 40 <li>RTCM Version 3.x containing message types 1002 (GPS, SBAS) or 1004 (GPS), 1010 or 1012 (GLONASS), 1019 or 1020 ( Broadcast Ephemeris)</li>41 <li>RTIGS (GPS only).</li>40 <li>RTCM Version 3.x containing message types 1002 (GPS, SBAS) or 1004 (GPS), 1010 or 1012 (GLONASS), 1019 or 1020 (broadcast ephemeris)</li> 41 <li>RTIGS containing GPS record types 200 (observations) and 300 (ephemeris).</li> 42 42 </ul> 43 43 Furthermore, BNC allows to by-pass its decoding and conversion algorithms, leave whatever is received untouched and save it in files. … … 337 337 <p><a name="mountpoints"><h4>3.6. Ephemeris</h4></p> 338 338 <p> 339 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 is339 Broadcast ephemeris can be saved as RINEX Navigation files when received via RTCM Version 3.x as message types 1019 (GPS) and 1020 (GLONASS) or via RTIGS records type 300. 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 340 340 </p> 341 341 <ul> … … 346 346 <p><a name="ephpath"><h4>3.6.1 Ephemeris Directory - optional</h4></p> 347 347 <p> 348 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.348 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. 349 349 </p> 350 350 351 351 <p><a name="ephvers"><h4>3.6.2 RINEX Version - optional</h4></p> 352 352 <p> 353 Default format for RINEX Navigation files containing Broadcast Ephemeris is RINEX Version 2.11. Select 'RINEX v3' if you want to save the ephemeris in RINEX Version 3 format.353 Default format for RINEX Navigation files containing broadcast ephemeris is RINEX Version 2.11. Select 'RINEX v3' if you want to save the ephemeris in RINEX Version 3 format. 354 354 </p> 355 355 … … 407 407 </p><p>The script may contain commands to archive outage/corrupt information or to send an email to BNC's operator and/or to the affected stream provider. An empty option field or invalid path means that you don't want to use this option. 408 408 </p> 409 <p> 410 Notice script example for Unix/Linux systems: 411 </p> 412 <pre> 413 #!/bin/bash 414 cat | mail -s "BNC: $2 Stream $1" email@address <<! 415 Notice Advisory to BNC User, 416 Please note a ${2} advisory from BNC for stream $1 dated `date`. 417 Regards, BNC 418 ! 419 </pre> 409 420 410 421 <p><a name="mountpoints"><h4>3.8. Mountpoints</h4></p> … … 566 577 <tr><td>May 2007 </td><td>Version 1.3 </td><td>[Add] Source code published. 567 578 <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> 568 <tr><td> Dec 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>579 <tr><td>Feb 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] Notice advisories following stream failure/recovery</td></tr> 569 580 </table> 570 581 </p> … … 679 690 <li>Type 1013, Modified julian date, leap second, configured message types and interval.</li> 680 691 <li>Type 1014 and 1017, Network RTK (MAK) messages (under development).</li> 681 <li>Type 1019, GPS Ephemeris.</li>682 <li>Type 1020, GLONASS Ephemeris.</li>692 <li>Type 1019, GPS ephemeris.</li> 693 <li>Type 1020, GLONASS ephemeris.</li> 683 694 <li>Type 4088 and 4095, Proprietary messages (under development). 684 695 </li> … … 718 729 <li>A station message is output once per hour and is 20 bytes.</li> 719 730 <li>An observation message is output once per second. The header is 12 bytes long and the SOC data is 21 bytes per PRN. So a typical RTIGSO_T message will be 390 bytes if 8 sats are being tracked.</li> 720 <li>An ephemeris message is output when the ephemeris is decoded by the GPS receiver. The time in the Ephemeris header is the collected time. Only one ephemeris can be bundled in a RTIGSE_T message.<br>731 <li>An ephemeris message is output when the ephemeris is decoded by the GPS receiver. The time in the ephemeris header is the collected time. Only one ephemeris can be bundled in a RTIGSE_T message.<br> 721 732 A RTIGSE_T message contains one eph. The message consists of 12 header bytes and 72 ephemeris bytes, for a total of 84 bytes.</li> 722 733 <li>The RTIGSM_T (met) message should be issued once every 15 minutes. A basic met message consists of a 12 byte header and 3 longs (temp, press and relative humidity) for a total of 24 bytes.</li> … … 759 770 ephPath=/home/user/rinex 760 771 ephV3=2 772 inspSegm=15 761 773 logFile=/home/user/log.txt 762 774 mountPoints=//user:pass@www.euref-ip.net:2101/ACOR0 RTCM_2.3 43.36 351.60 no, //user:pass@www.igs-ip.net:2101/FFMJ3 RTCM_3.0 41.58 1.40 no 775 noticeFail=15 776 noticeReco=5 763 777 outEphPort=2102 764 778 outFile=/home/user/ascii
Note:
See TracChangeset
for help on using the changeset viewer.