Changeset 2139 in ntrip


Ignore:
Timestamp:
Dec 30, 2009, 12:19:53 PM (14 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncabout.html

    r2137 r2139  
    11<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    22Developed under GNU General Public License for 'Networked Transport of RTCM via Internet Protocol' (NTRIP) to receive GNSS streaming data over the Internet.<br>
    3 <u>http://igs.bkg.bund.de/index_ntrip.htm</u><br>
     3<u>http://igs.bkg.bund.de/ntrip/about</u><br>
    44<br>
    55Software by:<br>
     
    1717This software is provided 'as is'.<br>
    1818Make sure you installed the latest version available from<br>
    19 <u>http://igs.bkg.bund.de/index_ntrip_down.htm</u><br>
     19<u>http://igs.bkg.bund.de/ntrip/download</u><br>
    2020<br>
    2121Disclaimer:<br>
  • trunk/BNC/bncfigure.cpp

    r2007 r2139  
    5353  for (int ii = 0; ii <= 1000; ii++) {
    5454    _ran[0][ii] = qrand() % 255;
     55    _ran[1][ii] = qrand() % 255;
    5556    _ran[2][ii] = qrand() % 255;
    56     _ran[1][ii] = qrand() % 255;
    5757  }
    5858}
  • trunk/BNC/bnchelp.html

    r2137 r2139  
    1515
    1616<p>
    17 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 [euref-ip@bkg.bund.de] or [igs-ip@bkg.bund.de].
     17Please ensure that you have installed the latest version of BNC available from <u>http://igs.bkg.bund.de/ntrip/download</u>. We are continuously working on the program and would appreciate if you could send any comments, suggestions, or bug reports to [euref-ip@bkg.bund.de] or [igs-ip@bkg.bund.de].
    1818</p>
    1919
     
    944944<p>
    945945PPP results are saved in BNC's logfile. Depending on the processing options, the following values are recorded every second (example):
    946 </p>
    947946<pre>
    948 09-12-15 22:30:39     PPP CAS10 22:30:44.0 9    -901775.887 +-  0.058    2409382.427 +-  0.046   -5816746.721 +-  0.087     0.014 +- 0.005
     94709-12-15 22:30:39  PPP CAS10 22:30:44.0 9  -901775.887 +- 0.058  2409382.427 +- 0.046  -5816746.721 +- 0.087  0.014 +- 0.005
    949948</pre>
    950 <p>
    951 The 'PPP' string in that is followed by the selected mounpoint, a PPP time
    952 stamp, the number of processed satellites, XYZ coordinates and their formal
    953 errors as derived from the implemented filter in [m], and if the troposphere
    954 is estimated the estimated troposphere correction with its formal error in
    955 [m]. The implemented algorithm includes an outlier and cycle slip
    956 detection. The maximum for accepted residuals is hard coded to 10 meters for
    957 code observations and 10 centimeters for phase observations.
     949</p>
     950<p>
     951The 'PPP' string in that is followed by the selected mounpoint, a PPP time stamp, the number of processed satellites and XYZ coordinates with their formal errors as derived from the implemented filter in [m]. If the troposphere estimation flag is set then the estimated troposphere correction follows together with its formal error in [m]. The implemented algorithm includes an outlier and cycle slip detection. The maximum for accepted residuals is hard coded to 10 meters for code observations and 10 centimeters for phase observations.
    958952</p>
    959953
     
    964958
    965959<p><a name="pppopt"><h4>3.11.2 Options - optional</h4></p>
    966 BNC allows to use different PPP processing options.
     960BNC allows to use different PPP processing options depending on the capability of the involved receiver and the application in mind.
    967961</p>
    968962
     
    989983<p><a name="pppnmea"><h4>3.11.3 NMEA file - optional</h4></p>
    990984<p>
    991 Specify the full path to a file where Precise Point Positioning results are saved as NMEA GPGGA messages. The generated NMEA file will begin with a GPRMC message which carries only the date information.
     985Specify the full path to a file where Precise Point Positioning results are saved as NMEA GPGGA messages. The generated NMEA file begins with a single GPRMC message which carries only the date information.
    992986</p>
    993987
     
    10831077<p><a name="streamuser"><h4>3.14.1.3 User and Password - mandatory for protected streams</h4></p>
    10841078<p>
    1085 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>.
     1079Some 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/ntrip/registeruser</u> for access to protected streams on <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u>.
    10861080</p>
    10871081
     
    16471641<table>
    16481642<tr></tr>
    1649 <tr><td>NTRIP &nbsp;</td><td><u>http://igs.bkg.bund.de/index_ntrip.htm</u></td></tr>
     1643<tr><td>NTRIP &nbsp;</td><td><u>http://igs.bkg.bund.de/ntrip/about</u></td></tr>
    16501644<tr><td>EUREF-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.euref-ip.net/home</u></td></tr>
    16511645<tr><td>IGS-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.igs-ip.net/home</u></td></tr>
  • trunk/BNC/bncwindow.cpp

    r2137 r2139  
    425425  _serialFileNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved.</p>"));
    426426  _serialHeightNMEALineEdit->setWhatsThis(tr("<p>Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA-GGA message.</p><p>The setting of this option is ignored in case of streams coming from physical reference stations.</p>"));
    427   _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to derive coordinates for the affected receiver position through a PPP solution.</p><p>Note that PPP in BNC requires to also pull a stream carrying RTCM Version 3 satellite orbit and clock corrections to Broadcast Ephemeris.</p><p>Pulling in addition a third stream carrying Broadcast Ephemeris messages in high repetition rate is suggested if such messages are comeing from the receiver only in low repetition rate or even not at all.</p>"));
     427  _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to estimate coordinates for the affected receiver position through a PPP solution.</p><p>Note that PPP in BNC requires to also pull a stream carrying RTCM Version 3 satellite orbit and clock corrections to Broadcast Ephemeris.</p><p>Pulling in addition a third stream carrying Broadcast Ephemeris messages in high repetition rate is suggested if such messages are comeing from the receiver only in low repetition rate or dont come at all from there.</p>"));
    428428  _pppStaticCheckBox->setWhatsThis(tr("<p>By default BNC considers the rover receiver as mobile.</p><p>Tick 'Static' to consider a static observation sitatuion and adapt appropriate filter characteristics for that.</p>"));
    429429  _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.</p>"));
    430430  _pppEstTropoCheckBox->setWhatsThis(tr("<p>By default BNC does not introduce troposphere parameters when estimating coordinates.</p><p>Tick 'Estimate tropo' to introduce troposphere parameters when estimating coordinates.</p>"));
    431   _pppGLONASSCheckBox->setWhatsThis(tr("<p>By default BNC does not use GLONAS observations in PPP mode.</p><p>Tick 'Use GLONASS' to process GPS and GLONASS observations in PPP mode.</p>"));
     431  _pppGLONASSCheckBox->setWhatsThis(tr("<p>By default BNC does not use GLONASS observations in PPP mode.</p><p>Tick 'Use GLONASS' for a combined processing of both, GPS and GLONASS observations in PPP mode.</p>"));
    432432  _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>"));
    433433
     
    675675  pppLayout->addWidget(new QLabel("NMEA file (full path)"),  2, 0);
    676676  pppLayout->addWidget(_pppNMEALineEdit,                     2, 1, 1, 6);
    677   pppLayout->addWidget(new QLabel("Precise Point Positioning (PPP) coordinates."),3, 0,1,30);
     677  pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),3, 0,1,30);
    678678  pppLayout->addWidget(new QLabel("    "),                4, 0);
    679679  pppLayout->addWidget(new QLabel("    "),                5, 0);
Note: See TracChangeset for help on using the changeset viewer.