Changeset 2139 in ntrip
- Timestamp:
- Dec 30, 2009, 12:19:53 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncabout.html
r2137 r2139 1 1 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 2 2 Developed 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> 4 4 <br> 5 5 Software by:<br> … … 17 17 This software is provided 'as is'.<br> 18 18 Make 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> 20 20 <br> 21 21 Disclaimer:<br> -
trunk/BNC/bncfigure.cpp
r2007 r2139 53 53 for (int ii = 0; ii <= 1000; ii++) { 54 54 _ran[0][ii] = qrand() % 255; 55 _ran[1][ii] = qrand() % 255; 55 56 _ran[2][ii] = qrand() % 255; 56 _ran[1][ii] = qrand() % 255;57 57 } 58 58 } -
trunk/BNC/bnchelp.html
r2137 r2139 15 15 16 16 <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].17 Please 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]. 18 18 </p> 19 19 … … 944 944 <p> 945 945 PPP results are saved in BNC's logfile. Depending on the processing options, the following values are recorded every second (example): 946 </p>947 946 <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.005947 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 949 948 </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> 951 The '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. 958 952 </p> 959 953 … … 964 958 965 959 <p><a name="pppopt"><h4>3.11.2 Options - optional</h4></p> 966 BNC allows to use different PPP processing options .960 BNC allows to use different PPP processing options depending on the capability of the involved receiver and the application in mind. 967 961 </p> 968 962 … … 989 983 <p><a name="pppnmea"><h4>3.11.3 NMEA file - optional</h4></p> 990 984 <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 aGPRMC message which carries only the date information.985 Specify 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. 992 986 </p> 993 987 … … 1083 1077 <p><a name="streamuser"><h4>3.14.1.3 User and Password - mandatory for protected streams</h4></p> 1084 1078 <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>.1079 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/ntrip/registeruser</u> for access to protected streams on <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u>. 1086 1080 </p> 1087 1081 … … 1647 1641 <table> 1648 1642 <tr></tr> 1649 <tr><td>NTRIP </td><td><u>http://igs.bkg.bund.de/ index_ntrip.htm</u></td></tr>1643 <tr><td>NTRIP </td><td><u>http://igs.bkg.bund.de/ntrip/about</u></td></tr> 1650 1644 <tr><td>EUREF-IP NTRIP broadcaster </td><td><u>http://www.euref-ip.net/home</u></td></tr> 1651 1645 <tr><td>IGS-IP NTRIP broadcaster </td><td><u>http://www.igs-ip.net/home</u></td></tr> -
trunk/BNC/bncwindow.cpp
r2137 r2139 425 425 _serialFileNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved.</p>")); 426 426 _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>")); 428 428 _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>")); 429 429 _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>")); 430 430 _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 processGPS 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>")); 432 432 _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>")); 433 433 … … 675 675 pppLayout->addWidget(new QLabel("NMEA file (full path)"), 2, 0); 676 676 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); 678 678 pppLayout->addWidget(new QLabel(" "), 4, 0); 679 679 pppLayout->addWidget(new QLabel(" "), 5, 0);
Note:
See TracChangeset
for help on using the changeset viewer.