Changeset 1588 in ntrip for trunk/ntripserver/README
- Timestamp:
- Feb 13, 2009, 12:52:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ntripserver/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripserver/README
r1113 r1588 101 101 -h|? print this help screen 102 102 103 -E <ProxyHost> Proxy server host name or address, required i.e. when 104 running the program in a proxy server protected LAN,105 optional106 -F <ProxyPort> Proxy server IP port, required i.e. when running 107 the program in a proxy server protected LAN, optional108 -R <maxDelay> Reconnect mechanism with maximum delay between reconnect 109 attemts in seconds, default: no reconnect activated,110 optional103 -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 111 111 112 112 -M <InputMode> Sets the input mode (1 = Serial Port, 2 = IP server, … … 115 115 116 116 <InputMode> = 1 (Serial Port): 117 -i <Device> Serial input device, default: /dev/gps, mandatory if 118 <InputMode>=1119 -b <BaudRate> Serial input baud rate, default: 19200 bps, mandatory 120 if <InputMode>=1121 -f <InitFile> Name of initialization file to be send to input device, 122 optional117 -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 123 123 124 124 <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|5127 -P <ServerPort> Input port, default: 1025, mandatory if <InputMode>= 2|5 128 -f <ServerFile> Name of initialization file to be send to server, 129 optional130 -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> = 5125 -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 133 133 134 134 <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> = 3135 -s <File> File name to simulate stream by reading data from (log) 136 file, default is /dev/stdin, mandatory for <InputMode> = 3 137 137 138 138 <InputMode> = 4 (SISNeT Data Server): 139 -H <SisnetHost> SISNeT Data Server name or address, 140 default: 131.176.49.142, mandatory if <InputMode> = 4141 -P <SisnetPort> SISNeT Data Server port, default: 7777, mandatory if 142 <InputMode> = 4143 -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> = 4139 -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 147 147 148 148 <InputMode> = 6 (NTRIP Version 1.0 Caster): 149 -H <SourceHost> Source caster name or address, default: 127.0.0.1, 150 mandatory if <InputMode> = 6151 -P <SourcePort> Source caster port, default: 2101, mandatory if 152 <InputMode> = 6153 -D <SourceMount> Source caster mountpoint for stream input, mandatory if 154 <InputMode> = 6155 -U <SourceUser> Source caster user Id for input stream access, mandatory 156 for protected streams if <InputMode> = 6157 -W <SourcePass> Source caster password for input stream access, mandatory 158 for protected streams if <InputMode> = 6159 160 -O <OutputMode> Sets output mode for commun ication with destination caster, optional161 1 = http: NTRIP Version 2.0 Caster in TCP/IP mode162 2 = rtsp: NTRIP Version 2.0 Caster in RTSP/RTP mode149 -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 163 163 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 166 168 Note that the program automatically falls back from mode rtsp to mode http and 167 169 further to mode ntrip1 if necessary. 168 170 169 -a <DestHost> Destination caster name or address, default: 127.0.0.1, 170 mandatory171 -p <DestPort> Destination caster port, default: 2101, mandatory 172 -m <DestMount> Destination caster mountpoint for stream upload, 173 mandatory174 -n <DestUser> Destination caster user ID for stream upload to 175 mountpoint, only for NTRIP Version 2.0 destination176 casters, mandatory177 -c <DestPass> Destination caster password for stream upload to 178 mountpoint, mandatory179 -N <STR-record> Sourcetable STR-record 180 optional for NTRIP Version 2.0 in RTSP/RTP and TCP/IP mode171 -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 181 183 182 184
Note:
See TracChangeset
for help on using the changeset viewer.
