Changeset 9404 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Apr 14, 2021, 2:51:04 PM (3 years ago)
Author:
stoecker
Message:

drop the deprecated www prefix

Location:
trunk/rtcm3torinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r6868 r9404  
    36823682  char *t;
    36833683
    3684   args->server = "www.euref-ip.net";
     3684  args->server = "euref-ip.net";
    36853685  args->port = "2101";
    36863686  args->timeout = 60;
  • trunk/rtcm3torinex/rtcm3torinex.txt

    r5358 r9404  
    8181The fields --user and --password are used to specify the access data for the
    8282NTRIP server. The arguments --server and --port are used to specify the NTRIP
    83 server itself (defaults to "www.euref-ip.net" port 2101). The Argument --data
     83server itself (defaults to "euref-ip.net" port 2101). The Argument --data
    8484must be used to specify the RTCM3 input data stream. If it is not given, you
    8585will be shown the source table of the selected NTRIP caster.
Note: See TracChangeset for help on using the changeset viewer.