Changeset 1587 in ntrip
- Timestamp:
- Feb 13, 2009, 12:16:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/README
r580 r1587 21 21 or read http://www.gnu.org/licenses/gpl.txt 22 22 23 Files in ntripclient. tgz23 Files in ntripclient.zip 24 24 ----------------------------- 25 25 ntripclient.c: Ntrip POSIX client source code 26 serial.c: source code to support for serial output 26 27 README: Dokumentation 27 28 startntripclient: Shell script to start client … … 71 72 Call the program with following arguments: 72 73 73 ntripclient -s server -u user ...74 -m --mountpoint the requested data set or criteria for sourcetable filtering74 ./ntripclient -s server -u user ... 75 -m --mountpoint the requested data set or sourcetable filtering criteria 75 76 -s --server the server name or address 76 77 -p --password the login password 77 78 -r --port the server port number (default 2101) 78 79 -u --user the user name 79 -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 80 -M --mode mode for data request 84 81 Valid modes are: … … 87 84 3, n, ntrip1 NTRIP Version 1.0 Caster 88 85 4, a, auto automatic detection (default) 86 5, u, udp NTRIP Version 2.0 Caster in UDP mode 87 or using an URL: 88 ./ntripclient ntrip:mountpoint[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea] 89 89 90 or using an URL: 91 ntripclient ntrip:mountpoint[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea] 90 Expert options: 91 -n --nmea NMEA string for sending to server 92 -b --bitrate output bitrate 93 -I --initudp send initial UDP packet for firewall handling 94 -P --udpport set the local UDP port 95 -S --proxyhost proxy name or address 96 -R --proxyport proxy port, optional (default 2101) 97 98 Serial input/output: 99 -D --serdevice serial device for output 100 -B --baud baudrate for serial device 101 -T --stopbits stopbits for serial device 102 -C --protocol protocol for serial device 103 -Y --parity parity for serial device 104 -A --databits databits for serial device 105 -l --serlogfile logfile for serial data 92 106 93 107 The argument '-h' will cause a HELP on the screen.
Note:
See TracChangeset
for help on using the changeset viewer.