Changeset 550 in ntrip for trunk/ntripclient/README
- Timestamp:
- Oct 26, 2007, 4:56:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/README
r547 r550 72 72 73 73 ntripclient -s server -u user ... 74 - d --datathe requested data set or criteria for sourcetable filtering75 -s --server the server name or address76 -p --password the login password77 -r --port the server port number (default 2101)78 -u --user the user name79 -n --nmea NMEA string for sending to server80 -b --bitrate output bitrate81 -S --proxyhost proxy name or address82 -R --proxyport proxy port, optional (default 2101)83 -M --mode mode for data request74 -m --mountpoint the requested data set or criteria for sourcetable filtering 75 -s --server the server name or address 76 -p --password the login password 77 -r --port the server port number (default 2101) 78 -u --user the user name 79 -n --nmea NMEA string for sending to server 80 -b --bitrate output bitrate 81 -S --proxyhost proxy name or address 82 -R --proxyport proxy port, optional (default 2101) 83 -M --mode mode for data request 84 84 Valid modes are: 85 85 1, h, http NTRIP Version 2.0 Caster in TCP/IP mode … … 89 89 90 90 or using an URL: 91 ntripclient ntrip: data[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea]91 ntripclient ntrip:mountpoint[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea] 92 92 93 93 The argument '-h' will cause a HELP on the screen. … … 97 97 Sourcetable filtering 98 98 ---------------------- 99 A missing argument '- d' leads to the output of the complete broadcaster99 A missing argument '-m' leads to the output of the complete broadcaster 100 100 sourcetable. This may comprise hundreds of lines in case of large 101 101 networks. To limit the output, the sourcetable contents can be filtered 102 through entering the argument '- d' followed by a sequence of query strings,102 through entering the argument '-m' followed by a sequence of query strings, 103 103 one for each sourcetable data field. Only those sourcetable lines are 104 104 returned from the broadcaster whoes data fields match the corresponding … … 135 135 136 136 - Searching in a sourcetable for streams in Germany would require 137 entering the '- d' argument followed by137 entering the '-m' argument followed by 138 138 the query string: 139 139 ?STR;;;;;;DEU 140 140 141 141 - Searching in a sourcetable for free streams fom the EUREF network and 142 coming from the Frankfurt area would require entering the '- d' argument142 coming from the Frankfurt area would require entering the '-m' argument 143 143 followed by the query string: 144 144 ?STR;;;;;;;EUREF;;=>50&<=51;=>8.1&<8.6;;;;;N
Note:
See TracChangeset
for help on using the changeset viewer.