Changeset 389 in ntrip
- Timestamp:
- Feb 1, 2007, 4:23:48 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r354 r389 58 58 _logStream = 0; 59 59 60 _bncVersion = "BNC 1. 1b";60 _bncVersion = "BNC 1.2b"; 61 61 } 62 62 -
trunk/BNC/bncgetthread.cpp
r369 r389 151 151 reqStr = "GET " + hlp.path().toAscii() + 152 152 " HTTP/1.0\r\n" 153 "User-Agent: NTRIP BNC 1. 1b\r\n"153 "User-Agent: NTRIP BNC 1.2b\r\n" 154 154 "Authorization: Basic " + 155 155 userAndPwd.toBase64() + "\r\n\r\n"; … … 157 157 reqStr = "GET " + hlp.toEncoded() + 158 158 " HTTP/1.0\r\n" 159 "User-Agent: NTRIP BNC 1. 1b\r\n"159 "User-Agent: NTRIP BNC 1.2b\r\n" 160 160 "Authorization: Basic " + 161 161 userAndPwd.toBase64() + "\r\n\r\n"; -
trunk/BNC/bnchelp.html
r384 r389 13 13 <tr><td><b>History</b></td></tr> 14 14 <tr><td>Dec 1, 2006 </td><td>Version 1.0b </td><td>Binaries of first beta version published.</td></tr> 15 <tr><td>Jan 20, 2007 </td><td>Version 1.1b </td><td>[Add] Observables C2, S1, and S2<br>[Add] Full VRS capability<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1 15 <tr><td>Jan 20, 2007 </td><td>Version 1.1b </td><td>[Add] Observables C2, S1, and S2<br>[Add] Full VRS capability<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> 16 <tr><td>Feb 1, 2007 </td><td>Version 1.2b </td><td>[Bug] Stream output through IP port improved<br>[Bug] Method 'reconnecting' now thread-save 16 17 </table> 17 18 </p> -
trunk/BNC/bncwindow.cpp
r375 r389 61 61 setMinimumSize(77*ww, 65*ww); 62 62 63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1. 1b"));63 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.2b")); 64 64 65 65 // Create Actions … … 574 574 img->setPixmap(QPixmap(":ntrip-logo.png")); 575 575 dlgLayout->addWidget(img, 0,0); 576 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1. 1b"), 0,1);576 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.2b"), 0,1); 577 577 dlgLayout->addWidget(tb,1,0,1,2); 578 578
Note:
See TracChangeset
for help on using the changeset viewer.