Changeset 1587 in ntrip for trunk/ntripclient/README


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

updated for NTRIP V.2 UDP mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/README

    r580 r1587  
    2121or read http://www.gnu.org/licenses/gpl.txt
    2222
    23 Files in ntripclient.tgz
     23Files in ntripclient.zip
    2424-----------------------------
    2525ntripclient.c:    Ntrip POSIX client source code
     26serial.c:         source code to support for serial output
    2627README:           Dokumentation
    2728startntripclient: Shell script to start client
     
    7172Call the program with following arguments:
    7273
    73 ntripclient -s server -u user ...
    74  -m --mountpoint the requested data set or criteria for sourcetable filtering
     74./ntripclient -s server -u user ...
     75 -m --mountpoint the requested data set or sourcetable filtering criteria
    7576 -s --server     the server name or address
    7677 -p --password   the login password
    7778 -r --port       the server port number (default 2101)
    7879 -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)
    8380 -M --mode       mode for data request
    8481     Valid modes are:
     
    8784     3, n, ntrip1   NTRIP Version 1.0 Caster
    8885     4, a, auto     automatic detection (default)
     86     5, u, udp      NTRIP Version 2.0 Caster in UDP mode
     87or using an URL:
     88./ntripclient ntrip:mountpoint[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea]
    8989
    90 or using an URL:
    91 ntripclient ntrip:mountpoint[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea]
     90Expert 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
     98Serial 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
    92106
    93107The argument '-h' will cause a HELP on the screen.
Note: See TracChangeset for help on using the changeset viewer.