source: ntrip/trunk/BNS/bnshelp.html@ 1001

Last change on this file since 1001 was 1001, checked in by weber, 16 years ago

* empty log message *

File size: 30.1 KB
Line 
1<h3>BKG Ntrip Server (BNS) Version 1.0</h3>
2
3<p>
4The BKG Ntrip Server (BNS) is a program for transforming GNSS satellite clocks and orbits into corrections to Broadcast Ephemeris. These corrections are then encode in RTCM Version 3.x format and uploaded to NTRIP broadcasters like <u>http://www.euref-ip.net/home</u> or <u>http://www.igs-ip.net/home.</u> BNS. is created as a tool for service providers with real-time access to a network of continentally or globally distributed GNSS reference stations.
5</p>
6
7<p>
8BNS has been developed for the Federal Agency for Cartography and Geodesy (BKG) within the framework of EUREF's Real-time GNSS Project (EUREF-IP, IP for Internet Protocol) and the Real-Time IGS Pilot Project (RTIGS PP).
9</p>
10
11<p>
12BNS is released under the GNU General Public License (GPL). Binaries for BNS are available for Windows, 32-bit and 64-bit Linux (compiled under -m32 32-bit compatibility mode), Solaris, and Mac OS X systems. The MinGW compiler (Version 5.3.1) is used to produce the Windows binary. It is likely that BNS can be compiled on other systems where a GNU compiler and Qt Version 4.3.2 are available.
13</p>
14
15<p>
16Before running, please ensure that you have installed the latest version available. The latest version of BNS can be obtained from <u>http://igs.bkg.bund.de/index_ntrip_down.htm</u>. We are continuously working on the program and would appreciate any comments, suggestions, or bug reports. They can be emailed to [euref-ip@bkg.bund.de] or [igs-ip@bkg.bund.de].
17</p>
18
19<h3>Contents</h3>
20<p>
21<h4>
22<a href=#purpose>1. Purpose</a><br>
23<a href=#function>2. Functioning</a><br>
24<a href=#resources>3. Resources</a><br>
25<a href=#options>4. Options</a><br>
26<a href=#limits>5. Limitations</a><br>
27<a href=#authors>6. Authors</a><br>
28<a href=#annex>7. Annex</a><br>
29</h4>
30</p>
31
32<p><a name="purpose"><h3>1. Purpose</h3></p>
33
34<p> The purpose of BNS is to
35
36<ul>
37<li>read GNSS clocks and orbits in plain ASCII format from an IP port. They can be produced by a real-time GNSS engine such as RTNet and are should be referenced to the IGS Earth-Centered-Earth-Fixed (ECEF) reference system.</li>
38<li>read GNSS broadcast ephemeris in RINEX Navigation file format from an IP port. This information can be provided in real-time by the 'BKG Ntrip Client' (BNC) program.</li>
39<li>convert the IGS Earth-Centered-Earth-Fixed clocks and and orbits into corrections to broadcast ephemeris with radial, along-track and cross-track components.</li>
40<li>upload the clock and orbit corrections as a stream to an NTRIP Broadcaster.</li>
41<li>log the broadcast ephemeris clock corrections as files in Clock RINEX files.</li>
42<li>log the broadcast ephemeris orbit corrections as files in SP3 files.</li>
43</ul>
44</p>
45<p>
46Note that BNS currently only generates the tentative RTCM Version 3.x message types 4056 for Combined GPS and GLONASS orbit corrections and 4057 for Combined GPS and GLONASS clock corrections to Broadcast Ephemeris.
47</p>
48
49<p><a name="function"><h3>2. Functioning</h3></p>
50<p>
51The procedures taken by BNS to generate clock and orbit corrections to broadcast ephemeris in radial, along-track and cross-track components are as follow:
52</p>
53<p>
54<ul>
55<li>Continuously receive up-to-date broadcast ephemeris carrying approximate orbits and clocks for all satellites. Receive them in RINEX Version 3 Navigation file format. Read new Broadcast Ephemeris immediately whenever they become available. Tools like the 'BKG Ntrip Client' (BNC) provide this information.</li>
56</ul>
57</p>
58<p>
59Then, epoch by epoch:
60<ul>
61<li>Continuously receive the best available clock and orbit estimates for all satellites in X,Y,Z Earth-Centered-Earth-Fixed IGS05 reference system. Receive them every epoch in a plain ASCII format as provided by a real-time GNSS engine like RTNet.</li>
62<li>Calculate X,Y,Z coordinates from Broadcast Ephemeris orbits.</li>
63<li>Calculate differences dX,dY,dZ between Broadcast Ephemeris orbits and IGS05 orbits.</li>
64<li>Model orbit differences through low degree polynomial.</li>
65<li>Derive model-based estimation of corrections to Broadcast Ephemeris orbits.
66<li>Tranform model-based orbit corrections into radial, along-track and cross-track components.</li>
67<li>Calculate differences dC between clocks from Broadcast Ephemeris and IGS05 clocks.</li>
68<li>Model clock differences through low degree polynomial.</li>
69<li>Derive model-based estimation of corrections to Broadcast Ephemeris clocks.</li>
70<li>Encode Broadcast Ephemeris clock and orbit corrections in RTCM Version 3.x format.</li>
71<li>Upload corrections in RTCM Verion 3 format to NTRIP Broadcaster.</li>
72</ul>
73</p>
74<p>
75Although it is not compulsory, because BNS puts a significant load on the communication link, it is recommended that BNS, the Broadcast Ephemeris server (i.e. BNC), and the server providing orbits and clocks (i.e. RTNet) are run on the same host.
76</p>
77
78<p><a name="resources"><h3>3. Resources</h3></p>
79<p>
80The size of the real-time stream produced by BNS is in the order 2 to 3 kbits/sec depending on the number of visible satellites. When uploading the stream to an NTRIP Broadcaster, user needs to ensure that the connection used can sustain the required bandwidth.
81</p>
82<p>
83Running BNS requires the clock of the host computer to be properly synchronized.
84</p>
85
86<p><a name="options"><h3>4. Options</h3></p>
87<p>
884.1. <a href=#file>File</a><br>
894.2. <a href=#help>Help</a><br>
904.3. <a href=#proxy>Proxy</a><br>
914.4. <a href=#general>General</a><br>
92&nbsp; &nbsp; &nbsp; 4.4.1. <a href=#logfile>Logfile</a><br>
93&nbsp; &nbsp; &nbsp; 4.4.2. <a href=#appfile>Append Files</a><br>
94&nbsp; &nbsp; &nbsp; 4.4.3. <a href=#refsystem>Reference System</a><br>
954.5. <a href=#input>Input</a><br>
96&nbsp; &nbsp; &nbsp; 4.5.1. <a href=#ephemeris>Ephemeris</a><br>
97&nbsp; &nbsp; &nbsp; 4.5.2. <a href=#clocks>Clocks & Orbits</a><br>
98&nbsp; &nbsp; &nbsp; 4.5.3. <a href=#saveclk>Save Clocks & Orbits</a><br>
994.6. <a href=#caster>NTRIP Caster</a><br>
100&nbsp; &nbsp; &nbsp; 4.6.1. <a href=#cashost>Host & Port</a><br>
101&nbsp; &nbsp; &nbsp; 4.6.2. <a href=#casmount>Mountpoint & Password</a><br>
102&nbsp; &nbsp; &nbsp; 4.6.3. <a href=#casproxy>Use Proxy</a><br>
103&nbsp; &nbsp; &nbsp; 4.6.4. <a href=#casstream>Save Stream</a><br>
1044.7. <a href=#rnxclk>RINEX Clocks</a><br>
105&nbsp; &nbsp; &nbsp; 4.7.1. <a href=#clkdir>Directory</a><br>
106&nbsp; &nbsp; &nbsp; 4.7.2. <a href=#clkint>Interval & Sampling</a><br>
1074.8. <a href=#orbits>SP3 Orbits</a><br>
108&nbsp; &nbsp; &nbsp; 4.8.1. <a href=#orbdir>Directory</a><br>
109&nbsp; &nbsp; &nbsp; 4.8.2. <a href=#orbint>Interval & Sampling</a><br>
1104.9 <a href=#start>Start</a><br>
1114.10. <a href=#stop>Stop</a><br>
1124.11. <a href=#nw>No Window</a>
113</p>
114
115<p><a name="file"><h4>4.1. File</h4></p>
116
117<p>
118The 'File' button lets you
119<ul>
120<li>
121select an appropriate font.<br>
122Use smaller font size if the BNS main window extends beyond the size of your screen.
123</li>
124<li> save selected options.<br>
125Note that on Windows systems options are saved in register BKG_NTRIP_Server. On Unix/Linux systems options are saved in file ${HOME}/.config/BKG/BKG_NTRIP_Server.conf.
126</li>
127<li>
128quit the BNS program.
129</li>
130</ul>
131</p>
132
133<p><a name="help"><h4>4.2. Help</h4></p>
134
135<p>
136The 'Help' button provides access to
137<ul>
138<li>
139help contents.<br>
140You may keep the 'Help Contents' window open while configuring BNS.
141</li>
142<li>
143general information about BNS.<br>
144Close the 'About BNS' window to continue working with BNS.
145</li>
146</ul>
147</p>
148<p>
149BNS comes with a help system providing online information about its functionality and usage. Short descriptions are available for any widget. Focus to the relevant widget and press Shift+F1 to request help information. A help text will appear immediately; it disappears as soon as the focus is shifted to something else. The dialogs on some operating systems may provide a "?" button that users can click; they then click the relevant widget to pop up the help text.
150</p>
151
152<p><a name="proxy"><h4>4.3. Proxy - for usage in a protected LAN</h4></p>
153
154<p>
155If you are running BNS within a protected Local Area Network (LAN), you might need to use a proxy server to access the Internet. Enter your proxy server IP and port number in case one is operated in front of BNC. If you don't know the address and port of your proxy server, check the proxy server settings in your Internet browser or ask your network administrator.
156</p>
157<p>
158Note that IP streaming is often not allowed in a LAN. In this case you need to ask your network administrator for an appropriate modification of the local security policy or for the installation of a TCP relay to the NTRIP Casters. If these are not possible, you might need to run BNS outside your LAN on a host that has unobstructed connection to the Internet.
159</p>
160<p><a name="general"><h4>4.4. General Options</h4></p>
161
162<p><a name="logfile"><h4>4.4.1 Logfile - optional</h4></p>
163<p>
164Records of BNC's activities are shown in the Log section on the bottom of the main window. These logs can be saved into a file when a valid path is specified in the 'Log (full path)' field. The message log covers the communication status between BNC and the NTRIP broadcaster as well as problems that may occur in the communication link, stream availability, stream delay, stream conversion etc. All times are given in UTC. The default value for 'Log (full path)' is an empty option field, meaning that BNC logs will not saved into a file.
165</p>
166
167<p><a name="appfile"><h4>4.4.2 Append Files</h4></p>
168<p>
169When BNS is started, new files are created by default and any existing files with the same name will be overwritten. However, users might want to append existing files following a restart of BNS, a system crash or when BNS had crashed. Tick 'Append files' to continue with existing files and keep what has been recorded so far. Note that option 'Append files' affects all types of files created by BNS.
170</p>
171
172<p><a name="refsystem"><h4>4.4.3 Reference System - mandatory</h4></p>
173<p>
174BNS refers its final clock and orbit corrections to a specific reference system. Available options are
175<p>
176<ul>
177<li>IGS05 which stands for the GNSS-based IGS realization of the International Terrestrial Reference System (ITRS), and</li>
178<li>ETRS89 which stands for the European Terrestrial Reference System 1989 adopted by EUREF.</li>
179</ul>
180</p>
181<p>
182As the clocks and orbits coming from real-time GNSS engine are expected to be in the 'IGS05' reference system (X,Y,Z ECEF), no transformation is carried out if this option is selected.
183</p>
184<p>
185The implemented formulas for transformation from ITRS (IGS05) to ETRS89 are taken from 'Boucher and Altamimi 2007: Specifications for reference frame fixing in the analysis of EUREF GPS campaign', see <u>http://etrs89.ensg.ign.fr/memo2007.pdf</u>.
186</p>
187
188<p><a name="input"><h4>4.5. Input</h4></p>
189<p>
190BNS requires GNSS clocks and orbits in the IGS Earth-Centered-Earth-Fixed (ECEF) reference system and Broadcast Ephemeris in RINEX Navigation file format.
191</p>
192
193<p><a name="ephemeris"><h4>4.5.1 Ephemeris - mandatory</h4></p>
194<p>
195BNS reads GNSS Broadcast Ephemeris in RINEX Version 3 Navigation file format from an IP address and port. This information can be provided in real-time by the 'BKG Ntrip Client' (BNC) program through a persistent socket connection. Note that whenever a new set of Broadcast Ephemeris becomes available, it has to be transmitted immediately. Enter the respective servers IP address and port number. If BNS runs on the same host as BNC, 127.0.0.1 should be used as the server's IP address. Make sure that this server is up and running before you start BNS.
196</p>
197<p>
198If a proxy server is operated between BNS and the server providing the Broadcast Ephemeris, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to use it for stream download.
199<p>
200</p>
201The following is an example of Broadcast Ephemeris records in RINEX Version 3 Navigation file format for satellite GPS PRN32 and GLONASS PRN04:
202</p>
203
204<p>
205<pre>
206G32 2008 07 22 12 00 00 3.08818183839e-04 2.72848410532e-12 0.00000000000e+00
207 1.10000000000e+01 -4.00312500000e+01 4.63269297026e-09 9.74027926504e-01
208 -2.19419598579e-06 1.39143558918e-02 8.25151801109e-06 5.15381674576e+03
209 2.16000000000e+05 -8.56816768646e-08 -3.26801342873e-02 -2.94297933578e-07
210 9.68688494953e-01 2.30468750000e+02 -1.30607654294e+00 -8.26105839196e-09
211 -3.62872257943e-10 1.00000000000e+00 1.48900000000e+03 0.00000000000e+00
212 2.00000000000e+00 0.00000000000e+00 -2.79396772385e-09 1.10000000000e+01
213 0.00000000000e+00 0.00000000000e+00
214R04 2008 07 22 08 15 14 4.76110726595e-05 0.00000000000e+00 2.88600000000e+04
215 -1.76267827148e+04 -4.64202880859e-01 1.86264514923e-09 0.00000000000e+00
216 -1.79631489258e+04 -3.41343879700e-01 -2.79396772385e-09 6.00000000000e+00
217 -4.20270556641e+03 3.50097942352e+00 0.00000000000e+00 0.00000000000e+00
218</pre>
219</p>
220
221<p><a name="clocks"><h4>4.5.2 Clocks & Orbits - mandatory</h4></p>
222<p>
223BNS reads GNSS clocks and orbits in a plain ASCII format from an IP address and port. They can be provided by a real-time GNSS engine like RTNet and are expected to refer to the IGS Earth-Centered-Earth-Fixed (ECEF) reference system. Enter the respective servers IP address and port number to establish a persistent socket connection. If BNS runs (advantageously) on the same host which provides the clocks and orbits, 127.0.0.1 has to be introduced as the servers IP address. Make sure that this server is up and running before you start BNS.
224</p>
225<p>
226If a proxy server is operated between BNS and the server providing the clocks and orbits, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to use them for stream download.
227</p>
228<p>
229Below you will find an example of precise clocks and orbits coming in plain ASCII format from a real-time GNSS engine. Each epoch starts with an asterisk character followed by GPS Week, Second in GPS Week and Number of satellites. Subsequent records provide the following set of parameters for each satellite:
230</p>
231
232<p>
233<ul>
234<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
235<li>X,Y,Z coordinates in Earth-Centered-Earth-Fixed system [m]</li>
236<li>Satellite clock error [ns]</li>
237<li>Standard deviation of satellite clock error [ns]</li>
238</ul>
239</p>
240
241</p>
242<p>
243<pre>
244* 1489 218527.000000 13
245G08 -76413.307 24866966.637 8527190.979 -162.790607 0.375
246G09 13547198.314 -14993483.355 16521052.798 6.462891 -0.335
247G12 23546505.279 -11419650.825 -4126405.941 -356.488306 -0.103
248G15 20671877.676 1926153.017 16592944.847 -147.015776 -0.216
249G17 14584397.556 20610108.909 8557082.997 38.709284 -0.081
250G18 8169428.184 -16862693.369 18872507.835 -153.553965 -0.149
251G22 -6624646.069 -14262545.420 21565075.194 211.479778 -0.089
252G26 21424721.760 7905958.802 13511083.183 296.893434 0.413
253G28 5220247.539 14404808.121 22087340.167 -21.263655 0.184
254R04 14087836.321 -12766880.844 16904727.671 47.601404 -0.302
255R13 9968458.843 4774687.770 22964489.920 -205.604626 0.526
256R14 11765674.558 -13533158.122 18154217.335 -142.409508 0.093
257R23 15142315.506 19152857.044 7329580.240 -111.465205 -0.316
258* 1489 218528.000000 13
259G08 -76893.521 24867989.053 8524186.937 -162.790606 0.376
260G09 13547066.674 -14991254.946 16523118.186 6.462896 -0.334
261G12 23547101.712 -11419571.961 -4123272.866 -356.488305 -0.102
262G15 20673380.091 1927636.846 16590899.052 -147.015776 -0.215
263G17 14583421.795 20609591.381 8559990.870 38.709276 -0.083
264G18 8171742.449 -16863250.285 18870956.178 -153.553959 -0.148
265G22 -6622069.142 -14263374.211 21565314.170 211.479771 -0.091
266G26 21425938.906 7907253.545 13508540.885 296.893448 0.415
267G28 5217668.842 14405642.686 22087373.519 -21.263659 0.183
268R04 14090047.809 -12767642.452 16902327.088 47.601401 -0.303
269R13 9967725.004 4777752.821 22964170.268 -205.604617 0.529
270R14 11764988.257 -13530761.727 18156438.374 -142.409512 0.091
271R23 15141704.650 19152042.802 7332976.247 -111.465201 -0.316
272</pre>
273</p>
274
275<p><a name="clocks"><h4>4.5.3 Save Clocks & Orbits - optional</h4></p>
276<p>
277Specify the full path to a file where received clocks and orbits from a real-time engine will logged. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that logging is disabled.</p>
278
279<p><a name="caster"><h4>4.6. NTRIP Caster</h4></p>
280<p>
281BNS can upload the resulting stream of cock and orbit corrections to Broadcast Ephemeris to an Ntrip Broadcaster. Both EUREF and IGS operate an NTRIP broadcaster at <u>http://www.euref-ip.net/home</u> and <u>http://www.igs-ip.net/home</u> which can be used for stream upload. The stream's format is RTCM Version 3.x. Note that it only carries the thentative message Types 4056 and 4057 for combined GPS and GLONASS clock and orbit corrections.
282
283<p><a name="cashost"><h4>4.6.1 Host & Port - optional</h4></p>
284<p>
285Enter the NTRIP Caster's 'Host' IP name or number for stream upload.
286</p>
287<p>
288Enter the NTRIP Caster's IP 'Port' number for stream upload. Note that NTRIP Casters are often configured to provide access on more than one port, usually port 80 and 2101. If you experience communication problems on port 80, you should try to use the alternative port(s).
289</p>
290
291<p><a name="casmount"><h4>4.6.2 Mountpoint & Password - mandatory if 'Host' is set</h4></p>
292<p>
293Each stream on an NTRIP Caster is defined using a unique source ID called mountpoint. An NTRIP Server like BNS upload a stream to the Caster by referring to a dedicated mountpoint that has been set by the Caster operator. Specify here the mountpoint based on the detail you received from the operator for your stream. It is often a four character ID (capital letters) plus an integer number.
294<p>
295</p>
296In NTRIP Version 1.0 stream upload is only protected through a generic upload 'Password'. Enter the password you received from the Caster operator along with the mountpoint.
297</p>
298
299<p><a name="casproxy"><h4>4.6.3 Use Proxy - optional if 'Host' and 'Proxy' is set</h4></p>
300<p>
301In case BNS runs within a protected LAN, you may need to communicate to the outside world through a proxy server. Once you have specified your proxies host and port, you can tick 'Use proxy' to use it for stream upload.
302</p>
303
304<p><a name="casstream"><h4>4.6.4 Save Stream - optional</h4></p>
305<p>
306The clock and orbit corrections streamed by BNS to the NTRIP Caster can be logged locally. Specify a full 'Save stream' path here to save this information to a local file. Default value for 'Save stream' is an empty option field, meaning that logging is disabled.
307</p>
308<p>
309The file is in plain ASCII format comprising records containing the following set of parameters:
310</p>
311
312<p>
313<ul>
314<li>GPS Week</li>
315<li>Second in GPS Week</li>
316<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
317<li>IOD referring to Broadcast Ephemeris set</li>
318<li>Clock Correction to Broadcast Ephemeris [m]</li>
319<li>Radial Component of Orbit Correction to Broadcast Ephemeris [m]</li>
320<li>Along-track Component of Orbit Correction to Broadcast Ephemeris [m]</li>
321<li>Cross-track Component of Orbit Correction to Broadcast Ephemeris [m]</li>
322</ul>
323</p>
324<p>
325The following is an example file contents based on combined GPS and GLONASS clock and orbit corrections carried in RTCM Version 3.x message Type 4056 and 4057:
326</p>
327<p>
328</pre>
3291489 325606.0 G31 18 -1.021 0.110 -1.308 -0.120
3301489 412006.0 R10 18 7.342 1.393 4.858 -2.634
3311489 412006.0 R19 18 4.696 2.358 1.707 -2.907
332...
3331489 325607.0 G30 80 6.022 0.591 -0.318 0.022
3341489 325607.0 G31 18 -1.022 0.110 -1.308 -0.120
3351489 412007.0 R10 18 7.341 1.390 4.860 -2.636
3361489 412007.0 R19 18 4.698 2.356 1.706 -2.906
337...
338</pre>
339</p>
340
341<p><a name="rnxclk"><h4>4.7. RINEX Clocks</h4></p>
342<p>
343The clock corrections generated by BNS can be logged separately in Clock RINEX format. The file naming follows the RINEX convention.
344</p>
345
346<p><a name="clkdir"><h4>4.7.1 Directory - optional</h4></p>
347<p>
348Here you can specify the path to where the Clock RINEX files will be stored. If the specified directory does not exist, BNS will not create Clock RINEX files. Default value for 'Directory' is an empty option field, meaning that logging of Clock RINEX files is disabled.
349</p>
350
351<p><a name="clkint"><h4>4.7.2 Interval & Sampling - mandatory if 'Directory' is set</h4></p>
352<p>
353Select the length of the Clock RINEX file generated. The default value is 1 day.
354</p>
355
356<p>
357Select the Clock RINEX sampling interval in seconds. A value of zero '0' tells BNS to store all received epochs into Clock RINEX. This is the default value.
358</p>
359
360<p><a name="orbits"><h4>4.8. SP3 Orbits</h4></p>
361<p>
362The orbit corrections generated by BNS can be logged separately in SP3 Orbit files. The file naming follow the RINEX convention.
363</p>
364
365<p><a name="orbdir"><h4>4.8.1 Directory - optional</h4></p>
366<p>
367Here you can specify the path to where the SP3 Orbit files will be stored. If the specified directory does not exist, BNS will not create SP3 Orbit files. Default value for 'Directory' is an empty option field, meaning that logging of SP3 Orbit files is disabled.
368</p>
369
370<p><a name="orbint"><h4>4.8.2 Interval & Sampling - mandatory if 'Directory' is set</h4></p>
371<p>
372Select the length of the SP3 Orbit file generated. The default value is 1 day.
373</p>
374<p>
375Select the SP3 Orbit file sampling interval in seconds. A value of zero '0' tells BNS to store all received epochs into SP3 Orbit files. This is the default value.
376</p>
377
378<p><a name="start"><h4>4.9. Start</h4></p>
379<p>
380Hit 'Start' to start receiving IGS orbits and clocks and convert them into corrections to Broadcast Ephemeris. Note that when started BNS by default will begin with new files which might overwrite existing files when necessary unless the option 'Append files' is ticked.
381</p>
382
383<p><a name="stop"><h4>4.10. Stop</h4></p>
384<p>
385Hit the 'Stop' button in order to stop BNS.
386</p>
387
388<p><a name="nw"><h4>4.11. No Window - optional</h4></p>
389<p>
390On all systems BNS can be started in batch mode with the command line option '-nw'. BNS will then run in 'no window' mode, using options from the configuration file ${HOME}/.config/BKG/BNC_NTRIP_Server.conf (Unix/Linux, see Config File example in the Annex) or from the register BKG_NTRIP_Server (Windows).
391</p>
392<p>
393The self-explanatory contents of the configuration file or the Windows registry can easily be edited. Before editing, terminate BNS first using Windows Task Manager when running it in 'no window' mode on Windows systems.
394</p>
395<p><a name="limits"><h3>5. Limitations</h3></p>
396<ul>
397<li>
398In Qt-based desktop environments (such as KDE) on Unix/Linux platforms users may experience a crash at startup even when BNS is run in the background using the '-nw' option. This is a known bug most likely resulting from an incompatibility of Qt libraries in the environment and in BNS. Entering the command 'unset SESSION_MANAGER' before running BNS may help as a work-around.
399</li>
400<li>
401Currently BNS can only generate the tentative RTCM Version 3.x message Type 4056 and 4057 for combined GPS and GLONASS orbit and clock corrections.
402</li>
403<li>
404We experienced some limitation with the Standard Version of Microsoft Windows related to socket communication where sockets are not always handled properly. Since BNS makes intensive use of communication through sockets, we recommend to use the Server Version of Microsoft Windows when running BNS continuously for extended period on a Windows platform.
405</li>
406<li>
407Once BNS has been started, its configuration can not be changed unless without a restart. An on-the-fly reconfiguration is not implemented.
408</li>
409<br>
410</ul>
411<p><a name="authors"><h3>6. Authors</h3></p>
412<p>
413The BKG Ntrip Server (BNS) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Geodesy. BNS includes a GNU GPL open source RTCM 3.x encoder, written for BKG by Dirk Stoecker, Alberding GmbH, Schoenefeld.
414</p>
415<p>
416Georg Weber<br>
417Federal Agency for Cartography and Geodesy (BKG)<br>
418Frankfurt, Germany<br>
419[euref-ip@bkg.bund.de] or [igs-ip@bkg.bund.de]
420</p>
421
422<p><a name="annex"><h3>7. Annex</h3></p>
423<p>
4247.1. <a href=#history>History</a><br>
4257.2. <a href=#rtcm>RTCM</a><br>
426&nbsp; &nbsp; &nbsp; 7.2.1 RTCM <a href=#ntrip>NTRIP</a><br>
427&nbsp; &nbsp; &nbsp; 7.2.2 RTCM <a href=#rtcm3>Version 3.x</a><br>
4287.3. <a href=#config>Config File</a><br>
4297.4. <a href=#links>Links</a><br>
430</p>
431
432<p><a name=history><h4>7.1 History</h4></p>
433</p>
434<table>
435<tr></tr>
436<tr><td>August 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td><td>[Add] Beta Binaries published.</td></tr>
437</table>
438</p>
439
440<p><a name="rtcm"><h4>7.2. RTCM</h4></p>
441
442<p>
443The Radio Technical Commission for Maritime Services (RTCM) is an international non-profit scientific, professional and educational organization. Special Committees provide a forum in which governmental and non-governmental members work together to develop technical standards and consensus recommendations in regard to issues of particular concern. RTCM is engaged in the development of international standards for maritime radionavigation and radiocommunication systems. The output documents and reports prepared by RTCM Committees are published as RTCM Recommended Standards. Topics concerning Differential Global Navigation Satellite Systems (DGNSS) are handled by the Special Committee SC 104.
444</p>
445<p>
446Personal copies of RTCM Recommended Standards can be ordered through <u>http://www.rtcm.org/orderinfo.php</u>.
447</p>
448
449<p><a name="ntrip"><h4>7.2.1 NTRIP</h4></p>
450
451<p>
452'Networked Transport of RTCM via Internet Protocol' Version 1.0 (NTRIP) stands for an application-level protocol streaming Global Navigation Satellite System (GNSS) data over the Internet. NTRIP is a generic, stateless protocol based on the Hypertext Transfer Protocol HTTP/1.1. The HTTP objects are enhanced to GNSS data streams.
453</p>
454
455<p>
456NTRIP Version 1.0 is an RTCM standard designed for disseminating differential correction data (e.g. in the RTCM-104 format) or other kinds of GNSS streaming data to stationary or mobile users over the Internet, allowing simultaneous PC, Laptop, PDA, or receiver connections to a broadcasting host. NTRIP supports wireless Internet access through Mobile IP Networks like GSM, GPRS, EDGE, or UMTS.
457</p>
458
459<p>
460NTRIP is implemented in three system software components: NTRIP clients, NTRIP servers and NTRIP broadcasters. The NTRIP broadcaster is the actual HTTP server program whereas NTRIP client and NTRIP server are acting as HTTP clients. The NTRIP broadcaster maintains a source-table containing information on available NTRIP streams, networks of NTRIP streams and NTRIP broadcasters. The source-table is sent to an NTRIP client on request.
461</p>
462
463<p>
464NTRIP is an open none-proprietary protocol. Major characteristics of NTRIP's dissemination technique are:
465<ul>
466<li>Based on the popular HTTP streaming standard; comparatively easy to implement when having limited client and server platform resources available.</li>
467<li>Application not limited to one particular plain or coded stream content; ability to distribute any kind of GNSS data.</li>
468<li>Potential to support mass usage; disseminating hundreds of streams simultaneously for thousands of users possible when applying modified Internet Radio broadcasting software.</li>
469<li>Considering security needs; stream providers and users don't necessarily get into contact, streams often not blocked by firewalls or proxy servers protecting Local Area Networks.</li>
470<li>Enables streaming over mobile IP networks because of using TCP/IP.</li>
471</ul>
472</p>
473
474<p><a name="rtcm3"><h4>7.2.2 RTCM Version 3.x</h4></p>
475<p>
476RTCM Version 3.x has been developed as a better alternative to RTCM Version 2.x. Service providers and vendors have asked for a standard that would be efficient, easy to use, and easily adaptable to new situations.
477</p>
478RTCM is in the process of developing new Version 3 message types to carry satellite clock and orbit corrections in real-time. Based on the latest available proposal, the following tentative messages currently under discussion of relevance to BNS are listed here:
479<p>
480<ul>
481<li>Message type 4050: GPS orbit corrections to Broadcast Ephemeris</li>
482<li>Message type 4051: GPS clock corrections to Broadcast Ephemeris</li>
483<li>Message type 4052: GPS code biases</li>
484<li>Message type 4053: GLONASS orbit corrections to Broadcast Ephemeris</li>
485<li>Message type 4054: GLONASS clock corrections to Broadcast Ephemeris</li>
486<li>Message type 4055: GLONASS code biases</li>
487<li>Message type 4056: Combined GPS and GLONASS orbit corrections to Broadcast Ephemeris</li>
488<li>Message type 4057: Combined GPS and GLONASS clock corrections to Broadcast Ephemeris</li>
489</ul>
490</p>
491<p>
492RTCM Version 3.x streams carrying these messages may be used for example to support real-time Precise Point Positioning (PPP) applications using the 'state space' approach.
493</p>
494
495<p><a name="config"><h4>7.3. Config File</h4></p>
496<p>
497The following is an example of the contents of a Unix/Linux configuration file ${HOME}/.config/BKG/BKG_NTRIP_Server.conf. It enables the upload of stream CLCK1 to www.euref-ip.net. Clock RINEX files and SP3 Orbit files are uploaded to a directory /home/weber/rinex :
498</p>
499<p>
500<pre>
501[General]
502clkFile=/home/weber/clocks.txt
503clkHost=142.71.30.12
504clkPort=2067
505clkProxy=2
506ephHost=141.71.30.13
507ephPort=2066
508ephProxy=2
509fileAppend=0
510font="Andale Sans,9,-1,5,75,0,0,0,0,0"
511logFile=/home/weber/rinex/log.txt
512mountpoint=CLCK1
513outFile=/home/weber/rinex/CLCK1.txt
514outHost=www.igs-ip.net
515outPort=2101
516outProxy=2
517password=uploadPass
518proxyHost=gate-f
519proxyPort=8000
520refSys=IGS05
521rnxAppend=2
522rnxIntr=1 day
523rnxPath=/home/weber/rinex
524rnxSampl=30
525sp3Intr=1 hour
526sp3Path=/home/weber/sp3
527sp3Sampl=0
528</pre>
529</p>
530
531<p><a name="links"><h4>7.4 Links</h4></p>
532<table>
533<tr></tr>
534<tr><td>NTRIP &nbsp;</td><td><u>http://igs.bkg.bund.de/index_ntrip.htm</u></td></tr>
535<tr><td>EUREF-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.euref-ip.net/home</u></td></tr>
536<tr><td>IGS-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.igs-ip.net/home</u></td></tr>
537<tr><td>NTRIP broadcaster overview &nbsp;</td><td><u>http://www.rtcm-ntrip.org/home</u></td></tr>
538<tr><td>EUREF-IP Project &nbsp;</td><td><u>http://www.epncb.oma.be/euref_IP</u></td></tr>
539<tr><td>Real-time IGS Pilot Project &nbsp;</td><td><u>http://www.rtigs.net/pilot</u></td></tr>
540<tr><td>Radio Technical Commission<br>for Maritime Services &nbsp;</td><td><u>http://www.rtcm.org</u>
541</table>
542
Note: See TracBrowser for help on using the repository browser.