Changeset 1588 in ntrip for trunk/ntripserver


Ignore:
Timestamp:
Feb 13, 2009, 12:52:32 PM (15 years ago)
Author:
stuerze
Message:

updated for NTRIP V.2 plain UDP mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/README

    r1113 r1588  
    101101-h|? print this help screen
    102102
    103 -E <ProxyHost>   Proxy server host name or address, required i.e. when
    104                  running the program in a proxy server protected LAN,
    105                  optional
    106 -F <ProxyPort>   Proxy server IP port, required i.e. when running
    107                  the program in a proxy server protected LAN, optional
    108 -R <maxDelay>    Reconnect mechanism with maximum delay between reconnect
    109                  attemts in seconds, default: no reconnect activated,
    110                  optional
     103-E <ProxyHost>       Proxy server host name or address, required i.e. when
     104                     running the program in a proxy server protected LAN,
     105                     optional
     106-F <ProxyPort>       Proxy server IP port, required i.e. when running
     107                     the program in a proxy server protected LAN, optional
     108-R <maxDelay>        Reconnect mechanism with maximum delay between reconnect
     109                     attemts in seconds, default: no reconnect activated,
     110                     optional
    111111
    112112-M <InputMode> Sets the input mode (1 = Serial Port, 2 = IP server,
     
    115115
    116116   <InputMode> = 1 (Serial Port):
    117    -i <Device>      Serial input device, default: /dev/gps, mandatory if
    118                     <InputMode>=1
    119    -b <BaudRate>    Serial input baud rate, default: 19200 bps, mandatory
    120                     if <InputMode>=1
    121    -f <InitFile>   Name of initialization file to be send to input device,
    122                     optional
     117   -i <Device>       Serial input device, default: /dev/gps, mandatory if
     118                     <InputMode>=1
     119   -b <BaudRate>     Serial input baud rate, default: 19200 bps, mandatory
     120                     if <InputMode>=1
     121   -f <InitFile>     Name of initialization file to be send to input device,
     122                     optional
    123123
    124124   <InputMode> = 2|5 (IP port | UDP port):
    125    -H <ServerHost>  Input host name or address, default: 127.0.0.1,
    126                     mandatory if <InputMode> = 2|5
    127    -P <ServerPort>  Input port, default: 1025, mandatory if <InputMode>= 2|5
    128    -f <ServerFile>  Name of initialization file to be send to server,
    129                     optional
    130    -x <ServerUser>  User ID to access incoming stream, optional
    131    -y <ServerPass>  Password, to access incoming stream, optional
    132    -B               Bind to incoming UDP stream, optional for <InputMode> = 5
     125   -H <ServerHost>   Input host name or address, default: 127.0.0.1,
     126                     mandatory if <InputMode> = 2|5
     127   -P <ServerPort>   Input port, default: 1025, mandatory if <InputMode>= 2|5
     128   -f <ServerFile>   Name of initialization file to be send to server,
     129                     optional
     130   -x <ServerUser>   User ID to access incoming stream, optional
     131   -y <ServerPass>   Password, to access incoming stream, optional
     132   -B Bind to incoming UDP stream, optional for <InputMode> = 5
    133133
    134134   <InputMode> = 3 (File):
    135    -s <File>        File name to simulate stream by reading data from (log)
    136                     file, default is /dev/stdin, mandatory for <InputMode> = 3
     135   -s <File>         File name to simulate stream by reading data from (log)
     136                     file, default is /dev/stdin, mandatory for <InputMode> = 3
    137137
    138138   <InputMode> = 4 (SISNeT Data Server):
    139    -H <SisnetHost>  SISNeT Data Server name or address,
    140                     default: 131.176.49.142, mandatory if <InputMode> = 4
    141    -P <SisnetPort>  SISNeT Data Server port, default: 7777, mandatory if
    142                     <InputMode> = 4
    143    -u <SisnetUser>  SISNeT Data Server user ID, mandatory if <InputMode> = 4
    144    -l <SisnetPass>  SISNeT Data Server password, mandatory if <InputMode> = 4
    145    -V <SisnetVers>  SISNeT Data Server Version number, options are 2.1, 3.0
    146                     or 3.1, default: 3.1, mandatory if <InputMode> = 4
     139   -H <SisnetHost>   SISNeT Data Server name or address,
     140                     default: 131.176.49.142, mandatory if <InputMode> = 4
     141   -P <SisnetPort>   SISNeT Data Server port, default: 7777, mandatory if
     142                     <InputMode> = 4
     143   -u <SisnetUser>   SISNeT Data Server user ID, mandatory if <InputMode> = 4
     144   -l <SisnetPass>   SISNeT Data Server password, mandatory if <InputMode> = 4
     145   -V <SisnetVers>   SISNeT Data Server Version number, options are 2.1, 3.0
     146                     or 3.1, default: 3.1, mandatory if <InputMode> = 4
    147147
    148148   <InputMode> = 6 (NTRIP Version 1.0 Caster):
    149    -H <SourceHost>  Source caster name or address, default: 127.0.0.1,
    150                     mandatory if <InputMode> = 6
    151    -P <SourcePort>  Source caster port, default: 2101, mandatory if
    152                     <InputMode> = 6
    153    -D <SourceMount> Source caster mountpoint for stream input, mandatory if
    154                     <InputMode> = 6
    155    -U <SourceUser>  Source caster user Id for input stream access, mandatory
    156                     for protected streams if <InputMode> = 6
    157    -W <SourcePass>  Source caster password for input stream access, mandatory
    158                     for protected streams if <InputMode> = 6
    159 
    160 -O <OutputMode> Sets output mode for communication with destination caster, optional
    161    1 = http:   NTRIP Version 2.0 Caster in TCP/IP mode
    162    2 = rtsp:   NTRIP Version 2.0 Caster in RTSP/RTP mode
     149   -H <SourceHost>   Source caster name or address, default: 127.0.0.1,
     150                     mandatory if <InputMode> = 6
     151   -P <SourcePort>   Source caster port, default: 2101, mandatory if
     152                     <InputMode> = 6
     153   -D <SourceMount>  Source caster mountpoint for stream input, mandatory if
     154                     <InputMode> = 6
     155   -U <SourceUser>   Source caster user Id for input stream access, mandatory
     156                     for protected streams if <InputMode> = 6
     157   -W <SourcePass>   Source caster password for input stream access, mandatory
     158                     for protected streams if <InputMode> = 6
     159
     160-O <OutputMode> Sets output mode for communatation with destination caster
     161   1 = http: NTRIP Version 2.0 Caster in TCP/IP mode
     162   2 = rtsp: NTRIP Version 2.0 Caster in RTSP/RTP mode
    163163   3 = ntrip1: NTRIP Version 1.0 Caster
    164 
    165    Defaults to NTRIP Version 1.0, but will change to 2.0 in future versions
     164   4 = udp: NTRIP Version 2.0 Caster in Plain UDP mode
     165   optional
     166
     167   Defaults to NTRIP1.0, but will change to 2.0 in future versions
    166168   Note that the program automatically falls back from mode rtsp to mode http and
    167169   further to mode ntrip1 if necessary.
    168170
    169    -a <DestHost>    Destination caster name or address, default: 127.0.0.1,
    170                     mandatory
    171    -p <DestPort>    Destination caster port, default: 2101, mandatory
    172    -m <DestMount>   Destination caster mountpoint for stream upload,
    173                     mandatory
    174    -n <DestUser>    Destination caster user ID for stream upload to
    175                     mountpoint, only for NTRIP Version 2.0 destination
    176                     casters, mandatory
    177    -c <DestPass>    Destination caster password for stream upload to
    178                     mountpoint, mandatory
    179    -N <STR-record>  Sourcetable STR-record
    180                     optional for NTRIP Version 2.0 in RTSP/RTP and TCP/IP mode
     171   -a <DestHost>     Destination caster name or address, default: 127.0.0.1,
     172                     mandatory
     173   -p <DestPort>     Destination caster port, default: 2101, mandatory
     174   -m <DestMount>    Destination caster mountpoint for stream upload,
     175                     mandatory
     176   -n <DestUser>     Destination caster user ID for stream upload to
     177                     mountpoint, only for NTRIP Version 2.0 destination
     178                     casters, mandatory
     179   -c <DestPass>     Destination caster password for stream upload to
     180                     mountpoint, mandatory
     181   -N <STR-record>   Sourcetable STR-record
     182                     optional for NTRIP Version 2.0 in RTSP/RTP and TCP/IP mode
    181183
    182184
Note: See TracChangeset for help on using the changeset viewer.