Changeset 1620 in ntrip


Ignore:
Timestamp:
Feb 19, 2009, 11:12:34 AM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r1609 r1620  
    3131          bncnetquery.h bncnetqueryv1.h bncnetqueryv2.h               \
    3232          bncnetqueryrtp.h bncsettings.h latencychecker.h             \
    33           bncipport.h                                                 \
     33          bncipport.h bncnetqueryv0.h                                 \
    3434          RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
    3535          RTCM/RTCM2_2021.h RTCM/rtcm_utils.h                         \
     
    5151          bnczerodecoder.cpp bncnetqueryv1.cpp bncnetqueryv2.cpp      \
    5252          bncnetqueryrtp.cpp bncsettings.cpp latencychecker.cpp       \
    53           bncipport.cpp                                               \
     53          bncipport.cpp bncnetqueryv0.cpp                             \
    5454          RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp                        \
    5555          RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp                     \
  • trunk/BNC/bnchelp.html

    r1619 r1620  
    845845<p><a name="streamip"><h4>3.12.10 Add Streams - Coming from TCP/IP Port</h4></p>
    846846<p>
    847 BNC allows to retrieve streams via TCP directly from an IP address without using the NTRIP transport protocol. For that you:
     847If no proxy server is involved in the communication link, BNC allows to retrieve streams via TCP directly from an IP address without using the NTRIP transport protocol. For that you:
    848848<ul>
    849849<li>Enter the IP address of the stream providing host.</li>
     
    856856</p>
    857857<p>
    858 Streams directly received via TCP/IP port show up with an 'N' for 'No NTRIP' in the 'Streams' canvas section on BNC's main window . Latitude and longitude are to be entered just for informal reasons.
     858Streams directly received from a TCP/IP port show up with an 'N' for 'No NTRIP' in the 'Streams' canvas section on BNC's main window . Latitude and longitude are to be entered just for informal reasons.
    859859</p>
    860860
  • trunk/BNC/bncipport.cpp

    r1616 r1620  
    7171  // WhatsThis
    7272  // ---------
    73   _ipHostLineEdit->setWhatsThis(tr("<p>BNC allows to retrieve streams directly via TCP from an IP address without using the NTRIP transport protocol.</p><p>Enter the IP address of the stream providing host.</p>"));
    74   _ipPortLineEdit->setWhatsThis(tr("<p>Enter the port number of the stream providing host.</p>"));
     73  _ipHostLineEdit->setWhatsThis(tr("<p>If no proxy server is involed in the communication, BNC allows to retrieve streams via TCP directly from an IP address without using the NTRIP transport protocol.</p><p>Enter the IP address of the stream providing host.</p>"));
     74  _ipPortLineEdit->setWhatsThis(tr("<p>Enter the IP port number of the stream providing host.</p>"));
    7575  _ipMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint.</p><p>Recommended is a 4-character reference station ID.<br>Example: FFMJ</p>"));
    7676  _ipFormatLineEdit->setWhatsThis(tr("<p>Specify the stream format.</p><p>Available options are 'RTCM_2', 'RTCM_3', 'RTIGS', and 'ZERO'.</p>"));
Note: See TracChangeset for help on using the changeset viewer.