Changeset 1732 in ntrip
- Timestamp:
- Mar 6, 2009, 9:05:01 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryudp.cpp
r1730 r1732 121 121 + "Host: " + _url.host().toAscii() + "\r\n" 122 122 + "Ntrip-Version: Ntrip/2.0\r\n" 123 + "User-Agent: NTRIP BNC/" BNCVERSION "\r\n" 124 + "Connection: close\r\n" 125 + userAndPwd 126 + "\r\n"; 123 + "User-Agent: NTRIP BNC/" BNCVERSION "\r\n"; 124 if (!gga.isEmpty()) { 125 reqStr += "Ntrip-GGA: " + gga + "\r\n"; 126 } 127 reqStr += userAndPwd + "Connection: close\r\n\r\n"; 127 128 128 //// // NMEA string to handle VRS stream129 //// // --------------------------------130 //// if (!gga.isEmpty()) {131 //// reqStr += gga + "\r\n";132 //// }133 134 129 char rtpbuffer[12 + reqStr.size()]; 135 130 rtpbuffer[0] = 128; -
trunk/BNC/todo.txt
r1717 r1732 6 6 BNC 7 7 ========================= 8 (1) Pure UDP protocol not yet implemented.8 (1) GW: Keep an eye on www.igs-ip.net/PENC0. 9 9 10 (2) GW: Keep an eye on www.igs-ip.net/PENC0.11
Note:
See TracChangeset
for help on using the changeset viewer.