Changeset 442 in ntrip


Ignore:
Timestamp:
Apr 13, 2007, 1:03:04 PM (17 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r440 r442  
    443443    else {
    444444      _nextSleep *= 2;
    445       if (_nextSleep > 128) {
    446         _nextSleep = 128;
     445      if (_nextSleep > 256) {
     446        _nextSleep = 256;
    447447      }
    448448      _nextSleep += rand() % 6;
  • trunk/BNC/bnchelp.html

    r441 r442  
    1414<tr><td>Dec 2006 &nbsp;</td><td>Version 1.0b &nbsp;</td><td>Binaries of first beta version published.</td></tr>
    1515<tr><td>Jan 2007 &nbsp;</td><td>Version 1.1b &nbsp;</td><td>[Add] Observables C2, S1, and S2<br>[Add] Virtual reference station access<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>Apr 2007 &nbsp;</td><td>Version 1.2b &nbsp;</td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download
     16<tr><td>Apr 2007 &nbsp;</td><td>Version 1.2b &nbsp;</td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Bug] HTTP Host directive for skeleton file download
    1717</table>
    1818</p>
     
    424424</li>
    425425<li>
    426 The code provided by NRCan for decoding streams coming in RTIGS format is 32-bit sensitive and can not be compiled on 64-bit Linux systems. Thus, the BNC executable provided for Linux has been generated on a 32-bit system. Because of the usual 32-bit/64-bit binary compatibility of Linux systems, the executable should run on both types of machines.
     426The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive and can not be used for 64-bit Linux systems. Thus, the BNC executable provided for Linux has been compiled on a 32-bit system. Because of the usual 32-bit/64-bit binary compatibility of Linux systems, this executable may run on both types of machines.
    427427</li>
    428428<br>
Note: See TracChangeset for help on using the changeset viewer.