forked from jabastien/ntripcaster2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ORIGIN_README
74 lines (59 loc) · 3.08 KB
/
ORIGIN_README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
****************************
* Professional NtripCaster *
****************************
Introduction
~~~~~~~~~~~~
NtripCaster is a server for GNSS data.
- See document "INSTALL" for installation description.
- The server can started through script "ntripcaster start" in the binary
directory. Options "stop" and "restart" are available as well.
- You can administrate the server through the admin console, that starts
automatically after the startup sequence (when not started in background mode,
which is the default). Type "help" for a list of available commands.
- To access the server through a web browser, just enter the servername (or IP),
the port and the mountpoint "/admin" as url
(e.g. "http://ntripcaster.here.org:2101/admin").
- Go to the configuration directory and adapt the configurations files as
needed. The default files should be installed with the extension ".dist" to
allow testing own changes. Following files exist:
ntripcaster.conf main configuration
clientmounts.aut stream authentication for ntrip clients
sourcemounts.aut stream authentication for ntrip sources (Ntrip 2.0)
users.aut user definitions
groups.aut group definitions
sourcetable.dat the sourcetable containing stream information
If you want to use user and password authenticated streams, you need to edit
the .aut files accordingly.
In these files you will find help about what can be specified there and how to
do that.
- Since version 2.0.10 you can run multiple instances one one installation.
Create subdirectories in the configuration directory and use
"ntripcaster start <dirname>" to handle the instances. You need to adapt the
watchdog filename and the pidfilename accordingly. So
/var/run/ntripcaster/caster.pid
becomes
/var/run/ntripcaster/caster_subdirname.pid
and the watchdog file is handled alike. This way multiple instances are
possible as long as the settings of each instance do not conflict.
For further detailed information please consult section
"Operating the BKG Professional NtripCaster" within file NtripCaster.pdf.
License
~~~~~~~
NtripCaster, a GNSS data server
Copyright (C) 2003-2010 by BKG
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
Contacts and webpage
~~~~~~~~~~~~~~~~~~~~
The main webpage for Ntripcaster is "http://igs.bkg.bund.de/ntrip/ntriphomepage"
Please enter any suggestions, bugfixes, or anything else in bugtracker at
"http://software.rtcm-ntrip.org/" or send them to "euref-ip@bkg.bund.de".