source: ntrip/trunk/BNC/Example_Configs/00_Readme.txt@ 7136

Last change on this file since 7136 was 7136, checked in by weber, 9 years ago

Documentation completed

File size: 12.3 KB
Line 
1Configuration Examples
2
3BNC comes with a number of configuration examples which can be used on all
4operating systems. You may use a statically linked BNC executable to run the
5configuration examples. Configuration 'PPPGoogleMaps.bnc' is an exception
6from this because it requires a shared library BNC build.
7
8If not already done then copy the complete directory 'Example_Configs' to you
9disc. It contains sub-directories 'Input' and 'Output'. There are several ways to
10start BNC using one of the example configurations:
11
12* On graphical systems (except for Mac systems) you may use the computer mouse to
13 'drag' a configuration file icon and 'drop' it on top of BNC's program icon.
14* On non-graphical systems you may start BNC using a command line with the
15 following option for a configuration file (example for Windows systems):
16 bnc.exe --conf <configFileName> --nw
17
18Although it's not a must, we suggest that you always create BNC configuration
19files with the file name extension '.bnc'.
20
21We furthermore suggest for convenience reasons that you configure your system
22to automatically start BNC when you double-click a file with the file name
23extension '.bnc'. The following describes what to do on Windows systems to
24associate the BNC program to such configuration files:
25
261. Right-click a file that has the extension '.bnc' and then click 'Open'. If the
27 'Open' command is not available, click 'Open With' or double-click the file.
282. Windows displays a dialog box that says that the system cannot open this file.
29 The dialog box offers several options for selecting a program.
303. Click 'Select the program from a list', and then click 'OK'.
314. The 'Open With' dialog box is displayed. Click 'Browse', locate and then click
32 the BNC program, and then click 'Open'.
335. Click to select the 'Always use the selected program to open this kind of file'
34 check box.
356. Click 'OK'.
36
37Some of the presented example configuration files contain a user ID 'Example'
38with a password 'Configs' for accessing a few GNSS streams from public Ntrip
39Broadcasters. This generic account is arranged for convenience reasons only.
40Please be so kind as to replace the generic account details as well as the
41place holders 'User' and 'Pass' by the personal user ID and password you
42receive following an online registration through
43http://register.rtcm-ntrip.org.
44
45Note that the account for an Ntrip Broadcaster is usually limited to pulling a
46specified maximum number of streams at the same time. As running some of the
47example configurations requires pulling several streams, it is suggested to
48make sure that you don't exceed your account's limits.
49
50Make also sure that sub-directories 'Input' and 'Output' which are part of the
51example configurations exist on your system or adjust the affected example
52configuration options according to your needs.
53
54Some BNC options require antenna phase center variations as made available from
55IGS through so-called ANTEX files at ftp://igs.org/pub/station/general. An
56example ANTEX file 'igs08.atx' is part of the BNC package for convenience.
57
58The example configurations assume that no proxy protects your BNC host. Should
59a proxy be operated in front of BNC then you need to introduce its IP and port
60in the 'Network' tab of the example configurations.
61
62You should be able to run all configuration examples without changing their
63options. However, configurations 'Upload.bnc' and 'UploadPPP.bnc' are
64exceptions because they require an input stream from a connected GNSS network
65engine.
66
671. File 'RinexObs.bnc'
68The purpose of this configuration is showing how to convert RTCM streams to
69RINEX. The configuration pulls two streams from Ntrip Broadcasters using
70Ntrip version 2 to generate 15min 1Hz RINEX Version 3 observation files.
71Note that network option 'Ignore SSL authorization errors' is set in order
72to allow pulling RINEX skeleton files via HTTPS when necessary. See
73http://igs.bkg.bund.de/ntrip/observations for observation stream resources.
74
752. File 'RinexEph.bnc'
76The purpose of this configuration is showing how to convert a RTCM stream
77carrying navigation messages to a RINEX Navigation files. The configuration
78pulls an RTCM Version 3 stream with Broadcast Ephemeris coming from the
79real-time EUREF and IGS networks. It saves hourly RINEX Version 3 Navigation
80files. See http://igs.bkg.bund.de/ntrip/ephemeris for further real-time
81Broadcast Ephemeris resources.
82
833. File 'BrdcCorr.bnc'
84The purpose of this configuration is to save Broadcast Corrections from RTCM
85SSR messages in a plain ASCII format as hourly files. See
86http://igs.bkg.bund.de/ntrip/orbits for further real-time IGS or EUREF
87orbit/clock products.
88
894. File 'RinexConcat.bnc'
90The purpose of this configuration is to concatenate RINEX Version 3 files to
91produce a concatenated file and edit the marker name in the file header. The
92sampling interval is set to 30 seconds. See section 'RINEX Editing & QC' in the
93documentation for examples on how to call BNC from command line in 'no window'
94mode for RINEX file editing, concatenation and quality checks.
95
965. File 'RinexQC.bnc'
97The purpose of this configuration is to check the quality of a RINEX Version 3
98file through a multipath analysis. The results is saved in disk in terms of a
99plot in PNG format. See section 'RINEX Editing & QC' in the documentation for
100examples on how to call BNC from command line in 'no window' mode for RINEX
101file editing, concatenation and quality checks.
102
1036. File 'RTK.bnc'
104The purpose of this configuration is to feed a serial connected receiver with
105observations from a reference station for conventional RTK. The stream is
106scanned for RTCM messages. Message type numbers and latencies of incoming
107observation are reported in BNC's logfile.
108
1097. File 'FeedEngine.bnc'
110The purpose of this configuration is to feed a real-time GNSS engine with
111observations from a remote reference stations. The configuration pulls a single
112stream from an NTRIP Broadcasters. It would of course be possible to pull
113several streams from different casters. Incoming observations are decoded,
114synchronized and output through a local IP port and saved into a file. Failure
115and recovery thresholds are specified to inform about outages.
116
1178. File 'PPP.bnc'
118The purpose of this configuration is Precise Point Positioning from
119observations of a rover receiver. The configuration reads RTCM Version 3
120observations, a Broadcast Ephemeris stream and a stream with Broadcast
121Corrections. Positions are saved in the logfile.
122
1239. File 'PPPNet.bnc'
124The purpose of this configuration is to demonstrate siumultaneous Precise
125Point Positioning for several rovers or several receivers from a network of
126reference stations in one BNC job. The possible maximum number of PPP solutions
127per job depends on the processing power of the hosting computer. This example
128configuration reads two RTCM Version 3 observation streams, a Broadcast
129Ephemeris stream and a stream with Broadcast Corrections. PPP Results for the
130two stations are saved in PPP logfiles.
131
13210. File 'PPPQuickStart.bnc'
133The purpose of this configuration is Precise Point Positioning in Quick-Start
134mode from observations of a static receiver with precisely known position. The
135configuration reads RTCM Version 3 observations, Broadcast Corrections and a
136Broadcast Ephemeris stream. Positions are saved in NMEA format on disc.
137Positions are also output through IP port for real-time visualization with
138tools like RTKPLOT. Positions are also saved in the logfile.
139
14011. File 'PPPPostProc.bnc'
141The purpose of this configuration is Precise Point Positioning in Post
142Processing mode. BNC reads a RINEX Observation and a RINEX Version 3 Navigation
143files and a Broadcast Corrections file. PPP processing options are set to
144support the Quick-Start mode. The output is saved in a specific Post Processing
145logfile and contains the coordinates derived over time following the
146implemented PPP filter algorithm.
147
14812. File 'PPPGoogleMaps.bnc'
149The purpose of this configuration is to track BNC's point positioning
150solution using Google Maps or Open StreetMap as background. BNC reads a
151RINEX Observation file and a RINEX Navigation file to carry out a
152'Standard Point Positioning' solution in post-processing mode. Although
153this is not a real-time application it requires the BNC host to be connected
154to the Internet. Specify a computation speed, then hit button 'Open Map'
155to open the track map, then hit 'Start' to visualize receiver positions
156on top of GM/OSM maps.
157
15813. File 'SPPQuickStartGal.bnc'
159The purpose of this configuration is Single Point Positioning in Quick-Start
160mode from observations of a static receiver with precisely known position. The
161configuration uses GPS, GLONASS and Galileo observations and a Broadcast
162Ephemeris stream.
163
16414. File 'SaveSp3.bnc'
165The purpose of this configuration is to produce SP3 files from a Broadcast
166Ephemeris stream and a Broadcast Corrections stream. The Broadcast Corrections
167stream is formally introduced in BNC's 'Combine Corrections' table. Note that
168producing SP3 requires an ANTEX file because SP3 file contents should be
169referred to CoM.
170
17115. File 'Sp3ETRF2000PPP.bnc'
172The purpose of this configuration is to produce SP3 files from a Broadcast
173Ephemeris stream and a stream carrying ETRF2000 Broadcast Corrections. The
174Broadcast Corrections stream is formally introduced in BNC's 'Combine
175Corrections' table. This leads to an SP3 file containing orbits referred also
176to ETRF2000. Pulling in addition observations from a reference station at
177precisely known ETRF2000 position allows comparing an 'INTERNAL' PPP solution
178with ETRF2000 reference coordinates.
179
18016. File 'Upload.bnc'
181The purpose of this configuration is to upload orbits and clocks from a
182real-time GNSS engine to an NTRIP Broadcaster. For that the configuration reads
183precise orbits and clocks in RTNET format. It also reads a stream carrying
184Broadcast Ephemeris. BNC converts the orbits and clocks into Broadcast
185Corrections and encodes them in RTCM Version 3 SSR messages to upload them to
186an NTRIP Broadcaster. The Broadcast Corrections stream is referred to satellite
187Antenna Phase Center (APC) and IGS08. Orbits are saved on disk in SP3 format
188and clocks in Clock RINEX format.
189
19017. File 'UploadPPP.bnc'
191This configuration equals the 'Upload.bnc' configuration. However, the
192Broadcast Corrections are in addition used for an 'INTERNAL' PPP solution based
193on observations from a static reference station with known precise coordinates.
194This allows a continuous quality check of the Broadcast Corrections through
195observing coordinate displacements.
196
19718. File 'Combi.bnc'
198The purpose of this configuration is to pull several streams carrying Broadcast
199Corrections and a Broadcast Ephemeris stream from an NTRIP Broadcaster to
200produce a combined Broadcast Corrections stream. BNC encodes the combination
201product in RTCM Version 3 SSR messages and uploads that to an Ntrip
202Broadcaster. The Broadcast Corrections stream is not referred to satellite
203Center of Mass (CoM). It is referred to IGS08. Orbits are saved in SP3 format
204and clocks in Clock RINEX format.
205
20619. File 'CombiPPP.bnc'
207This configuration equals the 'Combi.bnc' configuration. However, the combined
208Broadcast Corrections are in addition used for an 'INTERNAL' PPP solutions
209based on observations from a static reference station with known precise
210coordinates. This allows a continuous quality check of the combination product
211through observing coordinate displacements.
212
21320. File 'UploadEph.bnc'
214The purpose of this configuration is to pull a number of streams from reference
215stations to get hold of contained Broadcast Ephemeris messages. These are
216encoded then in a RTCM Version 3 stream which only provides Broadcast Ephemeris
217with an update rate of 5 seconds.
218
21921. File 'CompareSp3.bnc'
220The purpose of this configuration is to compare two SP3 files to calculate
221RMS values for orbit and clock differences. GPS satellite G05 and GLONASS
222satellite R18 are excluded from this comparison. Comparison results are saved
223in a logfile.
224
22522. File 'Empty.bnc'
226The purpose of this example is to provide an empty configuration file for BNC
227which only contains the default settings.
228
229Georg Weber, BKG
230Frankfurt, August 2015
231igs-ip@bkg.bund.de
Note: See TracBrowser for help on using the repository browser.