- Timestamp:
- Feb 27, 2009, 10:41:19 AM (16 years ago)
- Location:
- trunk/BNS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.pro
r1661 r1666 4 4 CONFIG += release 5 5 #CONFIG += debug 6 CONFIG += OLD 6 7 7 8 RESOURCES += bns.qrc -
trunk/BNS/bnsabout.html
r1249 r1666 21 21 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br> 22 22 <br> 23 BKG, Frankfurt, Germany, December 2008<br>23 BKG, Frankfurt, Germany, March 2009<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
trunk/BNS/bnshelp.html
r1656 r1666 1 <h3>BKG Ntrip State Space Server (BNS) Version 1. 0</h3>1 <h3>BKG Ntrip State Space Server (BNS) Version 1.1</h3> 2 2 3 3 <p> … … 51 51 </p> 52 52 <p> 53 Note that BNS currently only generates premature RTCM Version 3.x message types 40 56 for combined GPS orbit and clock corrections and 4057for combined GLONASS orbit and clock corrections to Broadcast Ephemeris.53 Note that BNS currently only generates premature RTCM Version 3.x message types 4063 for combined GPS orbit and clock corrections and 4069 for combined GLONASS orbit and clock corrections to Broadcast Ephemeris. 54 54 </p> 55 55 … … 275 275 <p><a name="ephc"><h4>4.7. Ephemeris Corrections</h4></p> 276 276 <p> 277 BNS can upload the resulting stream(s) of clock and orbit corrections to Broadcast Ephemeris to an NTRIP Broadcaster. Both EUREF and IGS operate an NTRIP broadcaster at <u>http://www.euref-ip.net/home</u> and <u>http://www.igs-ip.net/home</u> which can be used for stream upload. The stream's format is RTCM Version 3.x. Note that it only carries the premature message Types 40 56 and 4057for combined orbit and clock corrections to GPS and GLONASS Broadcast Ephemeris.277 BNS can upload the resulting stream(s) of clock and orbit corrections to Broadcast Ephemeris to an NTRIP Broadcaster. Both EUREF and IGS operate an NTRIP broadcaster at <u>http://www.euref-ip.net/home</u> and <u>http://www.igs-ip.net/home</u> which can be used for stream upload. The stream's format is RTCM Version 3.x. Note that it only carries the premature message Types 4063 and 4069 for combined orbit and clock corrections to GPS and GLONASS Broadcast Ephemeris. 278 278 </p> 279 279 <p> … … 362 362 </p> 363 363 <p> 364 The following is an example file contents based on combined orbit and clock corrections for GPS and GLONASS carried in RTCM Version 3.x message Type 40 56 and 4057:364 The following is an example file contents based on combined orbit and clock corrections for GPS and GLONASS carried in RTCM Version 3.x message Type 4063 and 4069: 365 365 </p> 366 366 <p> … … 438 438 </li> 439 439 <li> 440 Currently BNS can only generate premature RTCM Version 3.x message Type 40 56 and 4057 for combined GPS and GLONASS orbit and clock corrections, see RTCM document 026-2008-SC104-429 'Version 1 Proposed SSR Messages prepared by Geo++'. Note that the length of data fields in these messages is not yet standardized. What's implemented in BNS is just a temporary solution.440 Currently BNS can only generate premature RTCM Version 3.x message Type 4060-4071 (see RTCM document 012-2009-SC104-528 'Proposed SSR Messages for SV Orbit, Clock, Code Biases, URA prepared by Geo++'). Note that what is implemented in BNS is just a temporary solution. 441 441 </li> 442 442 <li> … … 474 474 <tr></tr> 475 475 <tr><td>Dec 2008 </td><td>Version 1.0 </td><td>[Add] Source code and binaries published.</td></tr> 476 <tr><td>Mar 2009 </td><td>Version 1.1 </td><td>[Add] New messages for URA and high-rate clocks.</td></tr> 476 477 </table> 477 478 </p> … … 518 519 <p> 519 520 <ul> 520 <li>Message type 4050: GPS orbit corrections to Broadcast Ephemeris</li> 521 <li>Message type 4051: GPS clock corrections to Broadcast Ephemeris</li> 522 <li>Message type 4052: GPS code biases</li> 523 <li>Message type 4053: GLONASS orbit corrections to Broadcast Ephemeris</li> 524 <li>Message type 4054: GLONASS clock corrections to Broadcast Ephemeris</li> 525 <li>Message type 4055: GLONASS code biases</li> 526 <li>Message type 4056: Combined orbit and clock corrections to GPS Broadcast Ephemeris</li> 527 <li>Message type 4057: Combined orbit and clock corrections to GLONASS Broadcast Ephemeris</li> 521 <li>Message type 4060: GPS orbit corrections to Broadcast Ephemeris</li> 522 <li>Message type 4061: GPS clock corrections to Broadcast Ephemeris</li> 523 <li>Message type 4062: GPS code biases</li> 524 <li>Message type 4063: Combined orbit and clock corrections to GPS Broadcast Ephemeris</li> 525 <li>Message type 4064: GPS User Range Accuracy (URA)</li> 526 <li>Message type 4065: High-rate GPS clock corrections to Broadcast Ephemeris</li> 527 <li>Message type 4066: GLONASS orbit corrections to Broadcast Ephemeris</li> 528 <li>Message type 4067: GLONASS clock corrections to Broadcast Ephemeris</li> 529 <li>Message type 4068: GLONASS code biases</li> 530 <li>Message type 4069: Combined orbit and clock corrections to GLONASS Broadcast Ephemeris</li> 531 <li>Message type 4070: GLONASS User Range Accuracy (URA)</li> 532 <li>Message type 4071: High-rate GLONASS clock corrections to Broadcast Ephemeris</li> 528 533 </ul> 529 534 </p> -
trunk/BNS/bnswindow.cpp
r1267 r1666 42 42 img->setPixmap(QPixmap(":ntrip-logo.png")); 43 43 dlgLayout->addWidget(img, 0,0); 44 dlgLayout->addWidget(new QLabel("BKG Ntrip State Space Server (BNS) Version 1. 0"), 0,1);44 dlgLayout->addWidget(new QLabel("BKG Ntrip State Space Server (BNS) Version 1.1"), 0,1); 45 45 dlgLayout->addWidget(tb,1,0,1,2); 46 46 dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); … … 99 99 int ww = QFontMetrics(this->font()).width('w'); 100 100 setMinimumSize(77*ww, 65*ww); 101 setWindowTitle(tr("BKG Ntrip State Space Server (BNS) Version 1. 0"));101 setWindowTitle(tr("BKG Ntrip State Space Server (BNS) Version 1.1")); 102 102 setWindowIcon(QPixmap(":ntrip-logo.png")); 103 103
Note:
See TracChangeset
for help on using the changeset viewer.