Changeset 318 in ntrip for trunk/rtcm3torinex/rtcm3torinex.txt


Ignore:
Timestamp:
Nov 15, 2006, 1:31:31 PM (17 years ago)
Author:
stoecker
Message:

some fixed, better error support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.txt

    r29 r318  
    22
    33The program rtcm3torinex is an real-time converter from NTRIP streamed RTCM3
    4 data into the RINEX format. The generated RINEX is somewhat limited due to
    5 the streaming character of the conversion:
     4data into the RINEX format.
     5
     6RTCM3 defines a number of message types. Among them are the following:
     7
     8Message
     9Type  Contains information about
     10--------------------------------------------------------------------------
     111001  GPS L1 code and phase
     121002  GPS L1 code and phase and ambiguities and carrier to noise ratio
     131003  GPS L1 and L1 code and phase
     141004  GPS L1 and L2 code and phase and ambiguities and carrier to noise ratio
     151005  Station coordinates XZY for antenna reference point
     161006  Station coordinates XYZ for antenna reference point and antenna height
     171007  Antenna descriptor and ID
     181008  Antenna serial number
     191009  GLONASS L1 code and phase
     201010  GLONASS L1 code and phase and ambiguities and carrier to noise ratio
     211011  GLONASS L1 and L1 code and phase
     221012  GLONASS L1 and L2 code and phase and ambiguities and carrier to noise ratio
     231013  Modified julian date, leep second, configured message types and intervall
     241014-1017 Network RTK (MAK) messages (under development)
     251019  GPS Ephemeris (under development)
     261020  GLONASS Ephemeris (under development)
     274088-4095 Proprietary messages (under development)
     28
     29Note that this version of rtcm3torinex only handles RTCM3 message types 1001,
     301002, 1003, 1004, 1009, 1010, 1011 and 1012.
     31
     32The generated RINEX is somewhat limited due to the streaming character of the
     33conversion:
     34
    635 - Header records can only represent data, which is known after receiving the
    736   very first epoch. Data rate, position, number of observations and any such
     
    1039   the observables, which exist in the first epoch are outputted. If there
    1140   are new observables later on, these are ignored.
    12  - Only known data types are interpreted. This means only GPS data at the
     41 - Only known message types are interpreted. This means only GPS data at the
    1342   moment. Send me new RTCM3 data files and data support can be improved.
    1443   See contact address at the end of this document.
     
    3261must be used to specify the RTCM3 input data stream. If it is not given, you
    3362will be shown the source table of the selected NTRIP caster.
     63
     64Alternatively a single text of the form
     65"ntrip:mountpoint[/username[:password]][@server[:port]]"
     66can be used. Everything in brackets is optional.
    3467
    3568Additionally the argument --headerfile can be used to provide additional header
     
    5689You will not get corrupted RINEX files.
    5790
    58 Contact me with your comments, suggestions, improvements, patches, ...
     91When compiling the program with older gcc versions running the `make'
     92command, you may receive an informative error message saying
    5993
    60 Dirk Stöcker
    61 EuroNav Service GmbH
    62 http://www.euronav.de/
    63 stoecker@euronav.de
    64 2006-01-12
     94rtcm3torinex.c: In function `signalhandler_alarm':
     95rtcm3torinex.c:1240: warning: `noreturn' function does return
     96
     97This is most likely a compiler problem which only concerns the optimization
     98and is thus not critical. New compilers will not show this problem.
     99
     100Program written by
     101
     102Dirk Stoecker
     103Euronik GmbH
     104http://www.euronik.eu/
     105
     106for
     107
     108Federal Agency for Cartography and Geodesy (BKG)
     109Richard-Strauss-Allee 11
     110D-60598 Frankfurt
     111http://igs.bkg.bund.de/index_ntrip.htm
     112
     113Contact Dirk Stoecker [stoecker@euronik.eu] or [euref-ip@bkg.bund.de]
     114with your comments, suggestions, improvements, patches, ...
Note: See TracChangeset for help on using the changeset viewer.