Changeset 484 in ntrip for trunk/ntripclient/ntripclient.c


Ignore:
Timestamp:
Aug 30, 2007, 9:38:24 AM (17 years ago)
Author:
stoecker
Message:

updated, renamed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/ntripclient.c

    r483 r484  
    11/*
    2   Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.28 2007/08/23 06:55:36 stoecker Exp $
     2  Easy example NTRIP client for POSIX.
     3  $Id: ntripclient.c,v 1.29 2007/08/30 07:35:13 stoecker Exp $
    44  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
     
    3939
    4040/* The string, which is send as agent in HTTP request */
    41 #define AGENTSTRING "NTRIP NtripLinuxClient"
     41#define AGENTSTRING "NTRIP NtripClientPOSIX"
    4242
    4343#define MAXDATASIZE 1000 /* max number of bytes we can get at once */
     
    4545
    4646/* CVS revision and version */
    47 static char revisionstr[] = "$Revision: 1.28 $";
    48 static char datestr[]     = "$Date: 2007/08/23 06:55:36 $";
     47static char revisionstr[] = "$Revision: 1.29 $";
     48static char datestr[]     = "$Date: 2007/08/30 07:35:13 $";
    4949
    5050struct Args
Note: See TracChangeset for help on using the changeset viewer.