Changeset 14 in ntrip


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

minor update

Location:
trunk
Files:
2 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 = "";
  • trunk/ntripserver/NtripLinuxServer.c

    r13 r14  
    22 * main.c
    33 *
    4  * Copyright (c) 2003
     4 * Copyright (c) 2003...2005
    55 * German Federal Agency for Cartography and Geodesy (BKG)
    66 *
     
    4141 */
    4242
    43 /* $Id: NtripLinuxServer.c,v 1.4 2005/02/15 15:53:39 stoecker Exp $
     43/* $Id: NtripLinuxServer.c,v 1.5 2005/02/15 16:15:33 stoecker Exp $
    4444 * Changes -  Version 0.7
    4545 * Thu Sep 22 08:10:45  2003    actina AG <http://www.actina.de>
     
    5353 */
    5454
     55/* Changes - Version 0.9
     56 * Feb 15 2005  Dirk Stoecker <soft@dstoecker.de>
     57 * /
     58 
    5559#include <stdio.h>
    5660#include <string.h>
     
    7882
    7983/* default destination */
    80 #define NTRIP_CASTER "129.217.182.51"
     84#define NTRIP_CASTER "www.euref-ip.net"
    8185#define NTRIP_PORT 80
    8286
Note: See TracChangeset for help on using the changeset viewer.