- Timestamp:
- Mar 4, 2009, 4:47:16 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r1708 r1709 497 497 if (_query && _query->status() == bncNetQuery::running) { 498 498 _nextSleep = 0; 499 if (_rnx) { 500 _rnx->setReconnectFlag(false); 501 } 499 502 return success; 500 503 } -
trunk/BNC/todo.txt
r1698 r1709 6 6 BNC 7 7 ========================= 8 (1) If "<HTML><BODY>Requested data not found.</BODY></HTML>" 9 is received in addition to "HTTP/1.1 404 Not Found" 10 when mounpoint is unavailable, this is not understood 11 as a NetworkError in bncnetqueryv2. 12 13 (2) NMEA "Auto" (send NMEA streams from rover to caster) not 8 (1) NMEA "Auto" (send NMEA streams from rover to caster) not 14 9 yet implemented. 15 10 16 ( 3) "Append files" options allways appends.11 (2) Pure UDP protocol not yet implemented. 17 12 18 ( 4) Pure UDP protocol not yet implemented.13 (3) GW: Keep an eye on www.igs-ip.net/PENC0. 19 14 20 (5) GW: Keep an eye on www.igs-ip.net/PENC0.21
Note:
See TracChangeset
for help on using the changeset viewer.