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

Last change on this file since 1288 was 1288, checked in by weber, 15 years ago

* empty log message *

File size: 32.2 KB
Line 
1<h3>BKG Ntrip State Space Server (BNS) Version 1.0</h3>
2
3<p>
4The BKG Ntrip State Space Server (BNS) is a program for transforming GNSS satellite clocks and orbits into corrections to Broadcast Ephemeris. These corrections are then encode in a (premature) 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. This 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<p>
34Differential GNSS and RTK operation using RTCM streams is currently based on corrections and/or raw measurements from single or multiple reference stations. This approach to differential positioning is using 'observation space' information. The representation with the RTCM standard can be called 'Observation Space Representation' (OSR).
35</p>
36<p>
37An alternative to the observation space approach is the so called 'sate space' approach. The principle here is to provide information on individual error sources and can be called 'State Space Representation' (SSR). For a rover position, state space information concerning precise satellite clocks, orbits, ionosphere, troposphere et cetera can be converted into observation space and used to correct the rover observables for more accurate positioning. Alternatively the state information can directly be used in the rover's processing or adjustment model.
38</p>
39
40<p>In order to support applications following the state space approach, the purpose of BNS is to
41
42<ul>
43<li>read GNSS clocks and orbits in SP3 format from an IP port. They can be produced by a real-time GNSS engine such as RTNet and should be referenced to the IGS Earth-Centered-Earth-Fixed (ECEF) reference system.</li>
44<li>read GNSS Broadcast Ephemeris in RINEX Navigation format from an IP port. This information can be provided in real-time by the 'BKG Ntrip Client' (BNC) program.</li>
45<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>
46<li>refer the clock and orbit corretions to a specific reference system.</li>
47<li>upload the clock and orbit corrections as an RTCM Version 3.x stream to an NTRIP Broadcaster.</li>
48<li>log the Broadcast Ephemeris clock corrections as files in Clock RINEX files.</li>
49<li>log the Broadcast Ephemeris orbit corrections as files in SP3 files.</li>
50</ul>
51</p>
52<p>
53Note that BNS currently only generates premature RTCM Version 3.x message types 4056 for combined GPS orbit and clock corrections and 4057 for combined GLONASS orbit and clock corrections to Broadcast Ephemeris.
54</p>
55
56<p><a name="function"><h3>2. Functioning</h3></p>
57<p>
58The procedures taken by BNS to generate clock and orbit corrections to Broadcast Ephemeris in radial, along-track and cross-track components are as follow:
59</p>
60<p>
61<ul>
62<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>
63</ul>
64</p>
65<p>
66Then, epoch by epoch:
67<ul>
68<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 SP3 format as provided by a real-time GNSS engine such as RTNet.</li>
69<li>Calculate X,Y,Z coordinates from Broadcast Ephemeris orbits.</li>
70<li>Calculate differences dX,dY,dZ between Broadcast Ephemeris and IGS05 orbits.</li>
71<li>Tranform these differences into radial, along-track and cross-track corrections to Broadcast Ephemeris orbits.</li>
72<li>Calculate corrections to Broadcast Ephemeris clocks as differences between Broadcast Ephemeris and IGS05 clocks.</li>
73<li>Encode Broadcast Ephemeris clock and orbit corrections in RTCM Version 3.x format.</li>
74<li>Upload corrections stream to NTRIP Broadcaster.</li>
75</ul>
76</p>
77<p>
78Although 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.
79</p>
80
81<p><a name="resources"><h3>3. Resources</h3></p>
82<p>
83The current size of the real-time stream produced by BNS is in the order of 5 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.
84</p>
85<p>
86Running BNS requires the clock of the host computer to be properly synchronized.
87</p>
88
89<p><a name="options"><h3>4. Options</h3></p>
90
91<p>
92All options for running BNS on Unix/Linux/Mac systems are saved in file ${HOME}/.config/BKG/BKG_NTRIP_Server.conf, see annexed 'Configuration File' example. On Windows systems options are saved in register BKG_NTRIP_Server. The self-explaining contents of the configuration file or the Windows register can easily be edited.
93</p>
94
95<p>
964.1. <a href=#file>File</a><br>
974.2. <a href=#help>Help</a><br>
984.3. <a href=#proxy>Proxy</a><br>
994.4. <a href=#general>General</a><br>
100&nbsp; &nbsp; &nbsp; 4.4.1. <a href=#logfile>Logfile</a><br>
101&nbsp; &nbsp; &nbsp; 4.4.2. <a href=#appfile>Append Files</a><br>
1024.5. <a href=#eph>RINEX Ephemeris</a><br>
103&nbsp; &nbsp; &nbsp; 4.5.1. <a href=#ephserver>Host & Port</a><br>
104&nbsp; &nbsp; &nbsp; 4.5.2. <a href=#ephsave>Save</a><br>
1054.6. <a href=#co>Clocks & Orbits</a><br>
106&nbsp; &nbsp; &nbsp; 4.6.1. <a href=#coport>Listening Port</a><br>
107&nbsp; &nbsp; &nbsp; 4.6.2. <a href=#cosave>Save</a><br>
1084.7. <a href=#ephc>Ephemeris Corrections</a><br>
109&nbsp; &nbsp; &nbsp; 4.7.1. <a href=#ephcserver>Host & Port</a><br>
110&nbsp; &nbsp; &nbsp; 4.7.2. <a href=#ephcmount>Mountpoint & Password</a><br>
111&nbsp; &nbsp; &nbsp; 4.7.3. <a href=#ephcsys>System</a><br>
112&nbsp; &nbsp; &nbsp; 4.7.4. <a href=#ephcsave>Save</a><br>
1134.8. <a href=#clkrnx>RINEX Clocks</a><br>
114&nbsp; &nbsp; &nbsp; 4.8.1. <a href=#clkdir>Directory</a><br>
115&nbsp; &nbsp; &nbsp; 4.8.2. <a href=#clkint>Interval & Sampling</a><br>
1164.9. <a href=#orb>SP3 Orbits</a><br>
117&nbsp; &nbsp; &nbsp; 4.9.1. <a href=#orbdir>Directory</a><br>
118&nbsp; &nbsp; &nbsp; 4.9.2. <a href=#orbint>Interval & Sampling</a><br>
1194.10. <a href=#start>Start</a><br>
1204.11. <a href=#stop>Stop</a><br>
1214.12. <a href=#nw>No Window</a>
122</p>
123
124<p><a name="file"><h4>4.1. File</h4></p>
125
126<p>
127The 'File' button lets you
128<ul>
129<li>
130select an appropriate font.<br>
131Use smaller font size if the BNS main window extends beyond the size of your screen.
132</li>
133<li> save selected options.<br>
134Note that on Windows systems options are saved in register BKG_NTRIP_Server. On Unix/Linux/Mac systems options are saved in file ${HOME}/.config/BKG/BKG_NTRIP_Server.conf.
135</li>
136<li>
137quit the BNS program.
138</li>
139</ul>
140</p>
141
142<p><a name="help"><h4>4.2. Help</h4></p>
143
144<p>
145The 'Help' button provides access to
146<ul>
147<li>
148help contents.<br>
149You may keep the 'Help Contents' window open while configuring BNS.
150</li>
151<li>
152a 'Flow Chart' showing BNS linked to tools like BNC and a real-time GNSS engine such as RTNet.
153</li>
154<li>
155general information about BNS.<br>
156Close the 'About BNS' window to continue working with BNS.
157</li>
158</ul>
159</p>
160<p>
161BNS 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.
162</p>
163
164<p><a name="proxy"><h4>4.3. Proxy - for usage in a protected LAN</h4></p>
165
166<p>
167If 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.
168</p>
169<p>
170Note 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.
171</p>
172<p><a name="general"><h4>4.4. General Options</h4></p>
173
174<p><a name="logfile"><h4>4.4.1 Logfile - optional</h4></p>
175<p>
176Records 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.
177</p>
178
179<p><a name="appfile"><h4>4.4.2 Append Files</h4></p>
180<p>
181When 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.
182</p>
183
184<p><a name="eph"><h4>4.5. RINEX Ephemeris</h4></p>
185<p>
186BNS requires 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. Note that whenever a new set of Broadcast Ephemeris becomes available, BNS needs it immediately.
187</p>
188
189<p>
190The following is an example log of Broadcast Ephemeris records in RINEX Version 3 Navigation file format for satellite GPS PRN32 and GLONASS PRN04:
191</p>
192
193<p>
194<pre>
195G32 2008 07 22 12 00 00 3.08818183839e-04 2.72848410532e-12 0.00000000000e+00
196 1.10000000000e+01 -4.00312500000e+01 4.63269297026e-09 9.74027926504e-01
197 -2.19419598579e-06 1.39143558918e-02 8.25151801109e-06 5.15381674576e+03
198 2.16000000000e+05 -8.56816768646e-08 -3.26801342873e-02 -2.94297933578e-07
199 9.68688494953e-01 2.30468750000e+02 -1.30607654294e+00 -8.26105839196e-09
200 -3.62872257943e-10 1.00000000000e+00 1.48900000000e+03 0.00000000000e+00
201 2.00000000000e+00 0.00000000000e+00 -2.79396772385e-09 1.10000000000e+01
202 0.00000000000e+00 0.00000000000e+00
203R04 2008 07 22 08 15 14 4.76110726595e-05 0.00000000000e+00 2.88600000000e+04
204 -1.76267827148e+04 -4.64202880859e-01 1.86264514923e-09 0.00000000000e+00
205 -1.79631489258e+04 -3.41343879700e-01 -2.79396772385e-09 6.00000000000e+00
206 -4.20270556641e+03 3.50097942352e+00 0.00000000000e+00 0.00000000000e+00
207</pre>
208</p>
209
210<p><a name="ephserver"><h4>4.5.1 Host & Port - mandatory</h4></p>
211<p>
212Enter the IP address and port number of a Broadcast Ephemeris server like BNC to establish a persistent socket connection, see section 'Flow Chart' under 'Help' for socket communication details. 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.
213</p>
214
215<p><a name="ephsave"><h4>4.5.2 Save - optional</h4></p>
216</p>
217Specify the full path to a file where received Broadcast Ephemeris will be logged. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that logging is disabled.
218</p>
219
220<p><a name="co"><h4>4.6. Clocks & Orbits</h4></p>
221<p>
222BNS requires GNSS clocks and orbits in the IGS Earth-Centered-Earth-Fixed (ECEF) reference system in SP3 format. They can be provided by a real-time GNSS engine such as RTNet. In contrast to SP3, the incoming clocks must have been corrected for the 2nd-order relativistic effect. This is a priodic time correction defined as -2 (R * V) / c^2 and includes the scalar product of satallite position and velocity divided by the speed of light raised to the second power.
223</p>
224
225<p>
226The sampling rate should not be much greater than 10 sec. Note that otherwise in IP streaming involved tools on the NTRIP Broadcaster or client side may respond with a timeout.
227</p>
228
229<p>
230Below you find an example of precise clocks and orbits coming in SP3 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:
231</p>
232
233<p>
234<ul>
235<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
236<li>X,Y,Z coordinates in Earth-Centered-Earth-Fixed system [km]</li>
237<li>Satellite clock error [microsecond]</li>
238</ul>
239</p>
240
241</p>
242<p>
243<pre>
244* 2008 11 15 23 9 40.00000000
245PG02 9913.526202 -14009.502013 20043.508402 172.954389
246PG04 23093.835904 -6682.421653 11570.857634 -233.598390
247PG07 24249.710621 7319.754680 8146.397178 23.216940
248PG08 26390.024445 40.546316 -4908.638575 -178.106488
249PG10 1835.245663 -21440.492626 15205.319419 -7.272325
250PG13 12906.569448 6704.608105 22108.581216 277.382794
251PG16 -6605.961090 17147.164247 19156.319313 95.078459
252PG20 13676.316680 22650.428992 2457.051428 98.981972
253PG23 6709.764296 15204.810711 20604.601368 380.096453
254PG25 19695.705366 9866.220333 15065.609012 26.781926
255PG27 25598.219004 4571.609372 6357.551439 0.304345
256PG29 -12376.531693 -8988.235685 21818.571434 -29.839454
257PR04 9918.187580 23513.478040 319.847487 151.558351
258PR06 8858.433630 -7341.610546 22646.535467 -244.283462
259PR07 -2285.074648 -21548.431780 13471.401525 -122.300100
260PR14 -4723.060343 10040.375495 22946.780676 -113.677871
261PR15 14469.798068 10358.339867 18230.729298 79.645569
262PR20 17648.744681 -16698.956975 -7876.252525 -62.588294
263PR21 10448.514425 -21096.368284 9681.207096 -122.789091
264PR22 -2707.192952 -13243.085608 21689.194398 -170.976408
265PR23 -14575.573714 2817.925995 20728.130339 -263.187906
266</pre>
267</p>
268
269<p><a name="coport"><h4>4.6.1 Listening Port - mandatory</h4></p>
270<p>
271BNS is listening at an IP port for incoming GNSS clocks and orbits in SP3 format. Enter the respective IP port number to setup a server socket for incoming data, see section 'Flow Chart' under 'Help' for socket communication details. Make sure that the software providing clocks and orbits is up and running before you start BNS.
272</p>
273
274<p><a name="cosave"><h4>4.6.2 Save - optional</h4></p>
275<p>
276Specify the full path to a file where received clocks and orbits from a real-time engine will be logged. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that logging is disabled.
277</p>
278
279<p><a name="ephc"><h4>4.7. Ephemeris Corrections</h4></p>
280<p>
281BNS can upload the resulting stream(s) of clock 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 premature message Types 4056 and 4057 for combined orbit and clock corrections to GPS and GLONASS Broadcast Ephemeris.
282</p>
283<p>
284BNS allows to configure two Ephemeris Corrections streams refering do different reference systems for upload to different NTRIP broadcasters. You may use this functionality for parallel support of a backup NTRIP broadcaster or for simultaneous support of two reference systems.
285</p>
286
287<p><a name="ephcserver"><h4>4.7.1 Host & Port - optional</h4></p>
288<p>
289Enter the NTRIP Caster's 'Host' IP name or number for stream upload.
290</p>
291<p>
292Enter 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).
293</p>
294
295<p><a name="ephcmount"><h4>4.7.2 Mountpoint & Password - mandatory if 'Host' is set</h4></p>
296<p>
297Each 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.
298<p>
299</p>
300In NTRIP Version 1.0 stream upload may be protected through an upload 'Password'. Enter the password you received from the Caster operator along with the mountpoint(s).
301</p>
302
303<p><a name="ephcsys"><h4>4.7.3 System - mandatory if 'Host' is set</h4></p>
304<p>
305BNS refers its clock and orbit corrections to a specific reference system. Available options are
306<p>
307<ul>
308<li>IGS05 which stands for the GNSS-based IGS realization of the International Terrestrial Reference Frame 2005 (ITRF2005), and</li>
309<li>ETRF2000 which stands for the European Terestrial Reference Frame 2000 adopted by EUREF.</li>
310</ul>
311</p>
312
313<p>
314<u>IGS05:</u> As the clocks and orbits coming from real-time GNSS engine are expected to be in the IGS05 system, no transformation is carried out if this option is selected.
315</p>
316<p>
317<u>ETRF2000:</u> The formulars for the transformation 'ITRF2005->ETRF2000' are taken from 'Claude Boucher and Zuheir Altamimi 2008: Specifications for reference frame fixing in the analysis of EUREF GPS campaign'. The following 14 Helmert transformation parameters were introduced:
318</p>
319<p>
320<pre>
321Translation in X at epoch To: 0.0541 m
322Translation in Y at epoch To: 0.0502 m
323Translation in Z at epoch To: -0.0538 m
324Translation rate in X: -0.0002 m/y
325Translation rate in Y: 0.0001 m/y
326Translation rate in Z: -0.0018 m/y
327Rotation in X at epoch To: 0.891 mas
328Rotation in Y at epoch To: 5.390 mas
329Rotation in Z at epoch To: -8.712 mas
330Rotation rate in X: 0.081 mas/y
331Rotation rate in Y: 0.490 mas/y
332Rotation rate in Z: -0.792 mas/y
333Scale at epoch To : 0.00000000040
334Scale rate: 0.00000000008 /y
335To: 2000.0
336</pre>
337</p>
338<p>
339Contact [igs-ip@bkg.bund.de] if you would like to see further Helmert transformation parameters implemented in BNS to support other national or regional reference system.
340<p>
341
342
343<p><a name="ephcsave"><h4>4.7.4 Save - optional</h4></p>
344<p>
345The 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.
346</p>
347<p>
348The file is in plain ASCII format comprising records containing the following set of parameters:
349</p>
350
351<p>
352<ul>
353<li>GPS Week</li>
354<li>Second in GPS Week</li>
355<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
356<li>IOD referring to Broadcast Ephemeris set</li>
357<li>Clock Correction to Broadcast Ephemeris [m]</li>
358<li>Radial Component of Orbit Correction to Broadcast Ephemeris [m]</li>
359<li>Along-track Component of Orbit Correction to Broadcast Ephemeris [m]</li>
360<li>Cross-track Component of Orbit Correction to Broadcast Ephemeris [m]</li>
361</ul>
362</p>
363<p>
364The following is an example file contents based on combined orbit and clock corrections for GPS and GLONASS carried in RTCM Version 3.x message Type 4056 and 4057:
365</p>
366<p>
367<pre>
3681489 325606.0 G31 18 -1.021 0.110 -1.308 -0.120
3691489 412006.0 R10 18 7.342 1.393 4.858 -2.634
3701489 412006.0 R19 18 4.696 2.358 1.707 -2.907
371...
3721489 325607.0 G30 80 6.022 0.591 -0.318 0.022
3731489 325607.0 G31 18 -1.022 0.110 -1.308 -0.120
3741489 412007.0 R10 18 7.341 1.390 4.860 -2.636
3751489 412007.0 R19 18 4.698 2.356 1.706 -2.906
376...
377</pre>
378</p>
379
380<p><a name="clkrnx"><h4>4.8. RINEX Clocks</h4></p>
381<p>
382The clock corrections generated by BNS can be logged separately in Clock RINEX format. The file naming follows the RINEX convention.
383</p>
384
385<p><a name="clkdir"><h4>4.8.1 Directory - optional</h4></p>
386<p>
387Here 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.
388</p>
389
390<p><a name="clkint"><h4>4.8.2 Interval & Sampling - mandatory if 'Directory' is set</h4></p>
391<p>
392Select the length of the Clock RINEX file generated. The default value is 1 day.
393</p>
394
395<p>
396Select 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.
397</p>
398
399<p><a name="orb"><h4>4.9. SP3 Orbits</h4></p>
400<p>
401The orbit corrections generated by BNS can be logged separately in SP3 Orbit files. The file naming follows the IGS convention.
402</p>
403
404<p><a name="orbdir"><h4>4.9.1 Directory - optional</h4></p>
405<p>
406Here 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.
407</p>
408
409<p><a name="orbint"><h4>4.9.2 Interval & Sampling - mandatory if 'Directory' is set</h4></p>
410<p>
411Select the length of the SP3 Orbit file generated. The default value is 1 day.
412</p>
413<p>
414Select 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.
415</p>
416
417<p><a name="start"><h4>4.10. Start</h4></p>
418<p>
419Hit '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.
420</p>
421
422<p><a name="stop"><h4>4.11. Stop</h4></p>
423<p>
424Hit the 'Stop' button in order to stop BNS.
425</p>
426
427<p><a name="nw"><h4>4.12. No Window - optional</h4></p>
428<p>
429On 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/Mac, see 'Configuration File' example in the Annex) or from the register BKG_NTRIP_Server (Windows).
430</p>
431<p>
432The 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.
433</p>
434<p><a name="limits"><h3>5. Limitations</h3></p>
435<ul>
436<li>
437In Qt-based desktop environments (such as KDE) on Unix/Linux/Mac 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.
438</li>
439<li>
440Currently BNS can only generate premature RTCM Version 3.x message Type 4056 and 4057 for combined GPS and GLONASS orbit and clock corrections, see RTCM document 026-2008-SC104-429 'Version 1 Proposed SSR Messages prepared by Geo++'. Note that the length of data fields in these messages is not yet standardized. What's implemented in BNS is just a temporary solution.
441</li>
442<li>
443We 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.
444</li>
445<li>
446Once BNS has been started, its configuration can not be changed unless without a restart. An on-the-fly reconfiguration is not implemented.
447</li>
448<br>
449</ul>
450<p><a name="authors"><h3>6. Authors</h3></p>
451<p>
452The BKG Ntrip State Space 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.
453</p>
454<p>
455Georg Weber<br>
456Federal Agency for Cartography and Geodesy (BKG)<br>
457Frankfurt, Germany<br>
458[euref-ip@bkg.bund.de] or [igs-ip@bkg.bund.de]
459</p>
460
461<p><a name="annex"><h3>7. Annex</h3></p>
462<p>
4637.1. <a href=#history>History</a><br>
4647.2. <a href=#rtcm>RTCM</a><br>
465&nbsp; &nbsp; &nbsp; 7.2.1 RTCM <a href=#ntrip>NTRIP</a><br>
466&nbsp; &nbsp; &nbsp; 7.2.2 RTCM <a href=#rtcm3>Version 3.x</a><br>
4677.3. <a href=#config>Configuration File</a><br>
4687.4. <a href=#links>Links</a><br>
469</p>
470
471<p><a name=history><h4>7.1 History</h4></p>
472</p>
473<table>
474<tr></tr>
475<tr><td>Dec 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td><td>[Add] Source code and binaries published.</td></tr>
476</table>
477</p>
478
479<p><a name="rtcm"><h4>7.2. RTCM</h4></p>
480
481<p>
482The 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.
483</p>
484<p>
485Personal copies of RTCM Recommended Standards can be ordered through <u>http://www.rtcm.org/orderinfo.php</u>.
486</p>
487
488<p><a name="ntrip"><h4>7.2.1 NTRIP</h4></p>
489
490<p>
491'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.
492</p>
493
494<p>
495NTRIP 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.
496</p>
497
498<p>
499NTRIP 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.
500</p>
501
502<p>
503NTRIP is an open none-proprietary protocol. Major characteristics of NTRIP's dissemination technique are:
504<ul>
505<li>Based on the popular HTTP streaming standard; comparatively easy to implement when having limited client and server platform resources available.</li>
506<li>Application not limited to one particular plain or coded stream content; ability to distribute any kind of GNSS data.</li>
507<li>Potential to support mass usage; disseminating hundreds of streams simultaneously for thousands of users possible when applying modified Internet Radio broadcasting software.</li>
508<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>
509<li>Enables streaming over mobile IP networks because of using TCP/IP.</li>
510</ul>
511</p>
512
513<p><a name="rtcm3"><h4>7.2.2 RTCM Version 3.x</h4></p>
514<p>
515RTCM 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.
516</p>
517RTCM 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 premature messages currently under discussion of relevance to BNS are listed here:
518<p>
519<ul>
520<li>Message type 4050: GPS orbit corrections to Broadcast Ephemeris</li>
521<li>Message type 4051: GPS clock corrections to Broadcast Ephemeris</li>
522<li>Message type 4052: GPS code biases</li>
523<li>Message type 4053: GLONASS orbit corrections to Broadcast Ephemeris</li>
524<li>Message type 4054: GLONASS clock corrections to Broadcast Ephemeris</li>
525<li>Message type 4055: GLONASS code biases</li>
526<li>Message type 4056: Combined orbit and clock corrections to GPS Broadcast Ephemeris</li>
527<li>Message type 4057: Combined orbit and clock corrections to GLONASS Broadcast Ephemeris</li>
528</ul>
529</p>
530<p>
531RTCM 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.
532</p>
533
534<p><a name="config"><h4>7.3. Configuration File</h4></p>
535<p>
536The following is an example of the contents of a Unix/Linux/Mac configuration file ${HOME}/.config/BKG/BKG_NTRIP_Server.conf. It enables the upload of streams CLCK1 and CLCK2 to www.igs-ip.net. Clock RINEX files and SP3 Orbit files are saved to a directory /home/weber/rinex :
537</p>
538<p>
539<pre>
540[General]
541clkPort=7000
542ephEcho=/home/weber/rinex/eph.rnx
543ephHost=clock-ip.bkg.bund.de
544ephPort=6000
545fileAppend=0
546font="Helvetica [Adobe],8,-1,5,75,0,0,0,0,0"
547inpEcho=/home/weber/rinex/ClocksOrbits.dat
548logFile=/home/weber/rinex/bns.log
549mountpoint_1=CLCK1
550mountpoint_2=CLCK2
551outFile_1=/home/weber/rinex/CLCK1
552outFile_2=/home/weber/rinex/CLCK2
553outHost=www.igs-ip.net
554outPort=2101
555password=serverPass
556proxyHost=
557proxyPort=
558refSys_1=IGS05
559refSys_2=ETRS89
560rnxIntr=1 day
561rnxPath=/home/weber/rinex
562rnxSampl=30
563sp3Intr=1 day
564sp3Path=/home/weber/rinex
565sp3Sampl=300
566</pre>
567</p>
568
569<p>
570Note that on Windows systems configuration options are saved in register BKG_NTRIP_Server.
571</p>
572
573<p><a name="links"><h4>7.4 Links</h4></p>
574<table>
575<tr></tr>
576<tr><td>NTRIP &nbsp;</td><td><u>http://igs.bkg.bund.de/index_ntrip.htm</u></td></tr>
577<tr><td>EUREF-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.euref-ip.net/home</u></td></tr>
578<tr><td>IGS-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.igs-ip.net/home</u></td></tr>
579<tr><td>NTRIP broadcaster overview &nbsp;</td><td><u>http://www.rtcm-ntrip.org/home</u></td></tr>
580<tr><td>EUREF-IP Project &nbsp;</td><td><u>http://www.epncb.oma.be/euref_IP</u></td></tr>
581<tr><td>Real-time IGS Pilot Project &nbsp;</td><td><u>http://www.rtigs.net/pilot</u></td></tr>
582<tr><td>Radio Technical Commission<br>for Maritime Services &nbsp;</td><td><u>http://www.rtcm.org</u>
583</table>
584
Note: See TracBrowser for help on using the repository browser.