Changeset 496 in ntrip for trunk/ntripclient
- Timestamp:
- Sep 18, 2007, 12:39:19 PM (17 years ago)
- Location:
- trunk/ntripclient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/README
r494 r496 79 79 80 80 or using an URL: 81 ntripclient ntrip:mountpoint[/username[:password]][@[server][:port][@proxy[:port]]][;nmea] 82 81 ntripclient ntrip:data[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea] 83 82 84 83 The argument '-h' will cause a HELP on the screen. -
trunk/ntripclient/ntripclient.c
r494 r496 1 1 /* 2 2 Easy example NTRIP client for POSIX. 3 $Id: ntripclient.c,v 1.3 0 2007/08/30 07:38:24stoecker Exp $3 $Id: ntripclient.c,v 1.31 2007/09/18 07:09:07 stoecker Exp $ 4 4 Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de> 5 5 … … 45 45 46 46 /* CVS revision and version */ 47 static char revisionstr[] = "$Revision: 1.3 0$";48 static char datestr[] = "$Date: 2007/0 8/30 07:38:24$";47 static char revisionstr[] = "$Revision: 1.31 $"; 48 static char datestr[] = "$Date: 2007/09/18 07:09:07 $"; 49 49 50 50 enum MODE { HTTP = 1, RTSP = 2, NTRIP1 = 3, AUTO = 4, END }; … … 319 319 " 3, n, ntrip1 NTRIP Version 1.0 Caster\n" 320 320 " 4, a, auto automatic detection (default)\n" 321 "or using an URL:\n%s ntrip: mountpoint[/username[:password]][@[server][:port][@proxy[:port]]][;nmea]\n"321 "or using an URL:\n%s ntrip:data[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea]\n" 322 322 , revisionstr, datestr, argv[0], argv[0]); 323 323 exit(1);
Note:
See TracChangeset
for help on using the changeset viewer.