Changeset 1709 in ntrip


Ignore:
Timestamp:
Mar 4, 2009, 4:47:16 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1708 r1709  
    497497  if (_query && _query->status() == bncNetQuery::running) {
    498498    _nextSleep = 0;
     499    if (_rnx) {
     500      _rnx->setReconnectFlag(false);
     501    }
    499502    return success;
    500503  }
  • trunk/BNC/todo.txt

    r1698 r1709  
    66BNC
    77=========================
    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
    149yet implemented.
    1510
    16 (3) "Append files" options allways appends.
     11(2) Pure UDP protocol not yet implemented.
    1712
    18 (4) Pure UDP protocol not yet implemented.
     13(3) GW: Keep an eye on www.igs-ip.net/PENC0.
    1914
    20 (5) GW: Keep an eye on www.igs-ip.net/PENC0.
    21 
Note: See TracChangeset for help on using the changeset viewer.