Index: /trunk/ntripclient/NtripLinuxClient.c
===================================================================
--- /trunk/ntripclient/NtripLinuxClient.c	(revision 13)
+++ /trunk/ntripclient/NtripLinuxClient.c	(revision 14)
@@ -1,5 +1,5 @@
 /*
   Easy example NTRIP client for Linux/Unix.
-  $Id: NtripLinuxClient.c,v 1.8 2005/01/27 07:38:04 stoecker Exp $
+  $Id: NtripLinuxClient.c,v 1.9 2005/02/15 16:15:33 stoecker Exp $
   Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
     
@@ -38,6 +38,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.8 $";
-static char datestr[]     = "$Date: 2005/01/27 07:38:04 $";
+static char revisionstr[] = "$Revision: 1.9 $";
+static char datestr[]     = "$Date: 2005/02/15 16:15:33 $";
 
 struct Args
@@ -74,5 +74,5 @@
   char *t;
 
-  args->server = "www.gref-ip.de";
+  args->server = "www.euref-ip.net";
   args->port = 80;
   args->user = "";
Index: /trunk/ntripserver/NtripLinuxServer.c
===================================================================
--- /trunk/ntripserver/NtripLinuxServer.c	(revision 13)
+++ /trunk/ntripserver/NtripLinuxServer.c	(revision 14)
@@ -2,5 +2,5 @@
  * main.c
  *
- * Copyright (c) 2003
+ * Copyright (c) 2003...2005
  * German Federal Agency for Cartography and Geodesy (BKG)
  *
@@ -41,5 +41,5 @@
  */
 
-/* $Id: NtripLinuxServer.c,v 1.4 2005/02/15 15:53:39 stoecker Exp $
+/* $Id: NtripLinuxServer.c,v 1.5 2005/02/15 16:15:33 stoecker Exp $
  * Changes -  Version 0.7
  * Thu Sep 22 08:10:45  2003    actina AG <http://www.actina.de>
@@ -53,4 +53,8 @@
  */
 
+/* Changes - Version 0.9
+ * Feb 15 2005  Dirk Stoecker <soft@dstoecker.de>
+ * /
+ 
 #include <stdio.h>
 #include <string.h>
@@ -78,5 +82,5 @@
 
 /* default destination */
-#define NTRIP_CASTER "129.217.182.51"
+#define NTRIP_CASTER "www.euref-ip.net"
 #define NTRIP_PORT 80
 
