Changeset 14 in ntrip for trunk/ntripclient


Ignore:
Timestamp:
Feb 16, 2005, 4:23:36 PM (19 years ago)
Author:
stoecker
Message:

minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r13 r14  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.8 2005/01/27 07:38:04 stoecker Exp $
     3  $Id: NtripLinuxClient.c,v 1.9 2005/02/15 16:15:33 stoecker Exp $
    44  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
     
    3838
    3939/* CVS revision and version */
    40 static char revisionstr[] = "$Revision: 1.8 $";
    41 static char datestr[]     = "$Date: 2005/01/27 07:38:04 $";
     40static char revisionstr[] = "$Revision: 1.9 $";
     41static char datestr[]     = "$Date: 2005/02/15 16:15:33 $";
    4242
    4343struct Args
     
    7474  char *t;
    7575
    76   args->server = "www.gref-ip.de";
     76  args->server = "www.euref-ip.net";
    7777  args->port = 80;
    7878  args->user = "";
Note: See TracChangeset for help on using the changeset viewer.