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

Last change on this file since 2258 was 2101, checked in by weber, 14 years ago

* empty log message *

File size: 43.3 KB
Line 
1<h3>BKG Ntrip State Space Server (BNS) Version 1.1</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.4.3 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. Modes & 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
53<p><a name="function"><h3>2. Functioning</h3></p>
54<p>
55The procedures taken by BNS to generate clock and orbit corrections to Broadcast Ephemeris in radial, along-track and cross-track components are as follow:
56</p>
57<p>
58<ul>
59<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>
60</ul>
61</p>
62<p>
63Then, epoch by epoch:
64<ul>
65<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>
66<li>Calculate X,Y,Z coordinates from Broadcast Ephemeris orbits.</li>
67<li>Calculate differences dX,dY,dZ between Broadcast Ephemeris and IGS05 orbits.</li>
68<li>Tranform these differences into radial, along-track and cross-track corrections to Broadcast Ephemeris orbits.</li>
69<li>Calculate corrections to Broadcast Ephemeris clocks as differences between Broadcast Ephemeris and IGS05 clocks.</li>
70<li>Encode Broadcast Ephemeris clock and orbit corrections in RTCM Version 3.x format.</li>
71<li>Upload corrections stream 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. Modes & Resources</h3></p>
79<p>
80Apart from its regular window mode, BNS can be run as a background job in a 'no window' mode using processing options from a previously saved configuration.
81</p>
82<p>
83BNS requires access to the Internet with a minimum of about 1 kbits/sec per stream depending on the number of GNSS systems. You need to make sure that the connection can sustain the required bandwidth.
84</p>
85<p>
86It 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>
92This section describes BNS's top menu bar, its processing options and its bottom menu bar.
93</p>
94
95<p>
96The usual handling of BNS is that you first select severs for 'RINEX Ephemeris' and 'Clocks & Orbits'. You then select an NTRIP broadcaster for stream upload ('Broadcast Corrections') before you start the program ('Start'). Records of BNS's activities are shown in the 'Logs' canvas in the middle of the main window.
97</p>
98
99<p>
100As a default, configuration files for running BNS on Unix/Linux/Mac systems are saved in directory '${HOME}/.config/BKG'. On Windows systems, they are typically saved in directory 'C:/Documents and Settings/Username/.config/BKG'. The default configuration file name is 'BNS.ini'.
101</p>
102
103<p>
104The default file name 'BNS.ini' can be changed and the file contents can easily be edited. On graphical user interfaces it is possible to Drag & Drop a configuration file icon to start BNS. See annexed 'Configuration Example' for a complete set of configuration options.
105</p>
106
107<p>
1084.1. <a href=#topmenu>Top Menu Bar</a><br>
1094.1.1 <a href=#file>File</a><br>
1104.1.2 <a href=#help>Help</a><br>
1114.2. <a href=#proxy>Proxy</a><br>
1124.3. <a href=#general>General</a><br>
113&nbsp; &nbsp; &nbsp; 4.3.1. <a href=#logfile>Logfile</a><br>
114&nbsp; &nbsp; &nbsp; 4.3.2. <a href=#appfile>Append Files</a><br>
115&nbsp; &nbsp; &nbsp; 4.3.3. <a href=#genstart>Auto Start</a><br>
1164.4. <a href=#eph>RINEX Ephemeris</a><br>
117&nbsp; &nbsp; &nbsp; 4.4.1. <a href=#ephserver>Host & Port</a><br>
118&nbsp; &nbsp; &nbsp; 4.4.2. <a href=#ephsave>Save</a><br>
1194.5. <a href=#co>Clocks & Orbits</a><br>
120&nbsp; &nbsp; &nbsp; 4.5.1. <a href=#coport>Listening Port</a><br>
121&nbsp; &nbsp; &nbsp; 4.5.2. <a href=#cosave>Save</a><br>
1224.6. <a href=#ephc>Broadcast Corrections</a><br>
123&nbsp; &nbsp; &nbsp; 4.6.1. <a href=#ephcserver>Host & Port</a><br>
124&nbsp; &nbsp; &nbsp; 4.6.2. <a href=#ephcmount>Mountpoint & Password</a><br>
125&nbsp; &nbsp; &nbsp; 4.6.3. <a href=#ephcsys>System</a><br>
126&nbsp; &nbsp; &nbsp; 4.6.4. <a href=#ephcsave>Save</a><br>
127&nbsp; &nbsp; &nbsp; 4.6.5. <a href=#ephcom>Center of Mass</a><br>
1284.7. <a href=#brdc>Broadcast Ephemeris</a><br>
129&nbsp; &nbsp; &nbsp; 4.7.1. <a href=#brdcserver>Host & Port</a><br>
130&nbsp; &nbsp; &nbsp; 4.7.2. <a href=#brdcmount>Mountpoint & Password</a><br>
131&nbsp; &nbsp; &nbsp; 4.7.3. <a href=#brdcsmpl>Sampling</a><br>
1324.8. <a href=#clkrnx>RINEX Clocks</a><br>
133&nbsp; &nbsp; &nbsp; 4.8.1. <a href=#clkdir>Directory</a><br>
134&nbsp; &nbsp; &nbsp; 4.8.2. <a href=#clkint>Interval & Sampling</a><br>
1354.9. <a href=#orb>SP3 Orbits</a><br>
136&nbsp; &nbsp; &nbsp; 4.9.1. <a href=#orbdir>Directory</a><br>
137&nbsp; &nbsp; &nbsp; 4.9.2. <a href=#orbint>Interval & Sampling</a><br>
1384.10. <a href=#bottom>Bottom Menu Bar</a><br>
1394.10.1 <a href=#start>Start</a><br>
1404.10.2 <a href=#stop>Stop</a><br>
1414.11. <a href=#cmd>Command Line Options</a><br>
1424.11.1 <a href=#nw>No Window</a><br>
1434.11.2 <a href=#conffile>Configuration File</a>
144</p>
145
146<p><a name="topmenu"><h4>4.1. Top Menu Bar</h4></p>
147<p>
148The top menu bar allows to select a font for the BNS windows, save configured options or quit
149 the program execution. It also provides access to a program documentation.
150</p>
151
152<p><a name="file"><h4>4.1.1 File</h4></p>
153
154<p>
155The 'File' button lets you
156<ul>
157<li>
158select an appropriate font.<br>
159Use smaller font size if the BNS main window extends beyond the size of your screen.
160</li>
161<li> save selected options in configuration file.
162</li>
163<li>
164quit the BNS program.
165</li>
166</ul>
167</p>
168
169<p><a name="help"><h4>4.1.2 Help</h4></p>
170
171<p>
172The 'Help' button provides access to
173<ul>
174<li>
175help contents.<br>
176You may keep the 'Help Contents' window open while configuring BNS.
177</li>
178<li>
179a 'Flow Chart' showing BNS linked to tools like BNC and a real-time GNSS engine such as RTNet.
180</li>
181<li>
182general information about BNS.<br>
183Close the 'About BNS' window to continue working with BNS.
184</li>
185</ul>
186</p>
187<p>
188BNS 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.
189</p>
190
191<p><a name="proxy"><h4>4.2. Proxy - for usage in a protected LAN</h4></p>
192
193<p>
194If 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 BNS. 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.
195</p>
196<p>
197Note 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.
198</p>
199<p><a name="general"><h4>4.3. General Options</h4></p>
200<p>
201The following describes general settings for BNC's logfile, file handling and auto-start.
202</p>
203
204<p><a name="logfile"><h4>4.3.1 Logfile - optional</h4></p>
205<p>
206Records of BNS'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 BNS 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 BNS logs will not saved into a file.
207</p>
208
209<p><a name="appfile"><h4>4.3.2 Append Files</h4></p>
210<p>
211When 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.
212</p>
213
214<p><a name="genstart"><h4>4.3.3 Auto Start - optional</h4></p>
215<p>
216You may like to auto-start BNS at startup time in window mode with preassigned configuration options. This may be required i.e. immediately after booting your system. Tick 'Autostart' to supersede the usage of the 'Start' button. Make sure that you maintain a link to BNS for that in your Autostart directory (Windows systems) or call BNS in a script below directory /etc/init.d (Unix/Linux/Mac systems).
217</p>
218
219<p><a name="eph"><h4>4.4. RINEX Ephemeris</h4></p>
220<p>
221BNS 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.
222</p>
223
224<p>
225The following is an example log of Broadcast Ephemeris records in RINEX Version 3 Navigation file format for satellite GPS PRN32 and GLONASS PRN04:
226</p>
227
228<p>
229<pre>
230G32 2008 07 22 12 00 00 3.08818183839e-04 2.72848410532e-12 0.00000000000e+00
231 1.10000000000e+01 -4.00312500000e+01 4.63269297026e-09 9.74027926504e-01
232 -2.19419598579e-06 1.39143558918e-02 8.25151801109e-06 5.15381674576e+03
233 2.16000000000e+05 -8.56816768646e-08 -3.26801342873e-02 -2.94297933578e-07
234 9.68688494953e-01 2.30468750000e+02 -1.30607654294e+00 -8.26105839196e-09
235 -3.62872257943e-10 1.00000000000e+00 1.48900000000e+03 0.00000000000e+00
236 2.00000000000e+00 0.00000000000e+00 -2.79396772385e-09 1.10000000000e+01
237 0.00000000000e+00 0.00000000000e+00
238R04 2008 07 22 08 15 14 4.76110726595e-05 0.00000000000e+00 2.88600000000e+04
239 -1.76267827148e+04 -4.64202880859e-01 1.86264514923e-09 0.00000000000e+00
240 -1.79631489258e+04 -3.41343879700e-01 -2.79396772385e-09 6.00000000000e+00
241 -4.20270556641e+03 3.50097942352e+00 0.00000000000e+00 0.00000000000e+00
242</pre>
243</p>
244
245<p><a name="ephserver"><h4>4.4.1 Host & Port - mandatory</h4></p>
246<p>
247Enter 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.
248</p>
249
250<p><a name="ephsave"><h4>4.4.2 Save - optional</h4></p>
251</p>
252Specify 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.
253</p>
254
255<p><a name="co"><h4>4.5. Clocks & Orbits</h4></p>
256<p>
257BNS 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. The 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.
258</p>
259
260<p>
261Below 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 the time as year, month, day of month, hour, minute and second. Subsequent records provide the following set of parameters for each satellite:
262</p>
263
264<p>
265<ul>
266<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
267<li>X,Y,Z coordinates in Earth-Centered-Earth-Fixed system [km]</li>
268<li>Satellite clock error [microsecond]</li>
269<li>2nd order relativistic effect in [microsecond]</li>
270<li>DX,DY,DZ [m] in Earth-Centered-Earth-Fixed system for translation CoM->APC</li>
271</ul>
272</p>
273
274</p>
275<p>
276<pre>
277* 2009 12 7 13 11 30.00000000
278PG02 -17277.380009 2091.965728 -20014.757340 200.667430 -0.020765 0.400 -0.048 0.463
279PG03 19627.221372 3050.386053 17442.249843 484.620065 -0.027058 -1.764 -0.409 -1.912
280PG04 -12242.575503 -10298.850741 -21324.632495 -395.243807 0.018961 1.293 0.796 1.723
281PG06 19936.482526 6838.385477 16400.972130 263.477583 0.004206 -1.814 -0.804 -1.817
282PG07 5678.544672 -24345.955234 8724.710375 6.401831 0.002341 -0.150 0.644 -0.231
283PG08 -3321.752663 -18354.554749 18660.882796 0.581366 0.020077 0.542 1.552 -1.778
284PG09 -15158.150865 20095.895075 7731.079467 92.691369 0.042950 1.548 -1.606 -0.759
285PG10 -26555.802629 -1328.738609 -3067.238728 -29.874813 -0.009529 2.404 -0.047 0.052
286PG11 11355.037815 -22743.898329 6785.481076 -33.012783 0.009787 -0.419 0.839 -0.250
287PG12 -18727.023690 11195.840290 -15001.060103 -179.812267 0.001413 0.495 -0.296 0.397
288PG13 -3530.057584 -23093.247123 -12746.265019 306.507998 -0.007785 0.160 1.044 0.576
289PG14 14876.553790 21936.308423 -2425.887890 -15.131538 -0.010647 -0.658 -0.971 0.107
290PG15 -15051.456205 4766.210157 21398.796471 -318.647377 -0.003982 0.396 -0.125 -0.563
291PG16 25886.305649 3111.150375 -5680.650110 -16.756941 0.006335 -1.268 -0.152 0.278
292PG17 -15838.134604 -21221.134857 -3131.996666 109.518744 -0.006664 0.383 0.513 0.076
293PG18 2341.809506 15692.869974 21569.549100 32.987459 0.016546 -0.099 -0.664 -0.913
294PG19 14353.626825 -5592.886761 21686.540239 -2.643374 -0.013167 -0.360 0.140 -0.545
295PG20 14162.198876 -14087.817561 -17607.325684 65.982042 0.007249 -0.614 0.611 0.763
296PG21 -1115.219960 22936.068705 13082.949095 -26.031335 0.034081 0.055 -1.128 -0.644
297PG22 15388.144303 12668.692884 17754.002574 184.515260 -0.003441 -0.457 -0.376 -0.527
298PG23 6137.860566 -16071.318506 -20177.986421 384.829018 -0.013949 -0.139 0.365 0.458
299PG26 9782.099313 23784.754391 4993.504191 -0.747748 0.032330 -0.616 -2.173 -0.545
300PG27 -16675.283602 16880.802098 12556.774150 106.288979 -0.043040 1.744 -1.371 -1.125
301PG28 -12880.282141 -13227.025015 19659.446691 -24.895998 -0.001843 0.435 0.447 -0.664
302PG29 1005.239839 21814.164298 -15056.502198 80.203527 0.005903 -0.027 -0.576 0.397
303PG30 -6919.587177 15493.379752 -20806.148039 199.506713 0.011228 0.871 -1.494 1.780
304PG31 12670.135527 7704.767700 -21813.362583 -59.285040 0.006397 -0.360 -0.219 0.620
305PG32 21895.648698 -7825.752765 -12175.688060 142.935132 -0.013263 -2.033 0.707 1.441
306</pre>
307</p>
308
309<p><a name="coport"><h4>4.5.1 Listening Port - mandatory</h4></p>
310<p>
311BNS 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.
312</p>
313
314<p><a name="cosave"><h4>4.5.2 Save - optional</h4></p>
315<p>
316Specify 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.
317</p>
318
319<p><a name="ephc"><h4>4.6. Broadcast Corrections</h4></p>
320<p>
321BNS 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.
322</p>
323<p>
324BNS allows to configure two Broadcast 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.
325</p>
326
327<p>
328When using clocks from Broadcast Ephemeris (with or without applied corrections) or clocks from SP3 files, it may be important to understand that they are not corrected for the 2nd-order relativistic effect. The 2nd-order relativistic effect 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.
329</p>
330
331<p><a name="ephcserver"><h4>4.6.1 Host & Port - optional</h4></p>
332<p>
333Specify the 'Host' IP name or number of an NTRIP Broadcaster to upload the stream. An empty option field means that you don't want to upload corrections to Broadcast Ephemeris.
334</p>
335<p>
336Enter 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).
337</p>
338
339<p><a name="ephcmount"><h4>4.6.2 Mountpoint & Password - mandatory if 'Host' is set</h4></p>
340<p>
341Each stream on an NTRIP Caster is defined using a unique source ID called mountpoint. An NTRIP Server like BNS uploads 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 details you received for your stream from the operator. It is often a four character ID (capital letters) plus an integer number.
342<p>
343</p>
344In 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).
345</p>
346
347<p><a name="ephcsys"><h4>4.6.3 System - mandatory if 'Host' is set</h4></p>
348<p>
349BNS refers its clock and orbit corrections to a specific reference system. Available options are
350<p>
351<ul>
352<li>IGS05 which stands for the GNSS-based IGS realization of the International Terrestrial Reference Frame 2005 (ITRF2005), and</li>
353<li>ETRF2000 which stands for the European Terestrial Reference Frame 2000 adopted by EUREF, and</li>
354<li>'Custom' which allows a transformation of Broadcast Corrections from the IGS05 system to any other system through specifying up to 14 Helmert Transformation Parameters.</li>
355</ul>
356</p>
357
358<p>
359<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.
360</p>
361<p>
362<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', see <u>http://etrs89.ensg.ign.fr/memo-V7.pdf</u>. The following 14 Helmert Transformation Parameters were introduced:
363</p>
364<p>
365<pre>
366Translation in X at epoch To: 0.0541 m
367Translation in Y at epoch To: 0.0502 m
368Translation in Z at epoch To: -0.0538 m
369Translation rate in X: -0.0002 m/y
370Translation rate in Y: 0.0001 m/y
371Translation rate in Z: -0.0018 m/y
372Rotation in X at epoch To: 0.891 mas
373Rotation in Y at epoch To: 5.390 mas
374Rotation in Z at epoch To: -8.712 mas
375Rotation rate in X: 0.081 mas/y
376Rotation rate in Y: 0.490 mas/y
377Rotation rate in Z: -0.792 mas/y
378Scale at epoch To : 0.00000000040
379Scale rate: 0.00000000008 /y
380To: 2000.0
381</pre>
382</p>
383<p>
384<u>Custom:</u> The default numbers shown as examples are those for a transformation from ITRF2005 to ETRF2000'.
385</p>
386
387
388<p><a name="ephcsave"><h4>4.6.4 Save - optional</h4></p>
389<p>
390The 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.
391</p>
392<p>
393The file is in plain ASCII format comprising records containing the following set of parameters:
394</p>
395
396<p>
397<ul>
398<li>GPS Week</li>
399<li>Second in GPS Week</li>
400<li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li>
401<li>IOD referring to Broadcast Ephemeris set</li>
402<li>Clock Correction to Broadcast Ephemeris [m]</li>
403<li>Radial Component of Orbit Correction to Broadcast Ephemeris [m]</li>
404<li>Along-track Component of Orbit Correction to Broadcast Ephemeris [m]</li>
405<li>Cross-track Component of Orbit Correction to Broadcast Ephemeris [m]</li>
406</ul>
407</p>
408<p>
409The 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 1060 and 1066:
410</p>
411<p>
412<pre>
4131489 325606.0 G31 18 -1.021 0.110 -1.308 -0.120
4141489 412006.0 R10 18 7.342 1.393 4.858 -2.634
4151489 412006.0 R19 18 4.696 2.358 1.707 -2.907
416...
4171489 325607.0 G30 80 6.022 0.591 -0.318 0.022
4181489 325607.0 G31 18 -1.022 0.110 -1.308 -0.120
4191489 412007.0 R10 18 7.341 1.390 4.860 -2.636
4201489 412007.0 R19 18 4.698 2.356 1.706 -2.906
421...
422</pre>
423</p>
424
425<p><a name="ephcom"><h4>4.6.5 Center of Mass - optional</h4></p>
426<p>
427BNS allows to either refer orbit/clock corrections to the satellite's Center of Mass (CoM) or to the satellite's Antenna Phase Center (APC). By default corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.
428</p>
429
430<p><a name="brdc"><h4>4.7. Broadcast Ephemeris</h4></p>
431<p>
432BNS can upload a stream carrying Broadcast Ephemeris in RTCM Version 3 format to an NTRIP Caster.
433</p>
434
435<p><a name="brdcserver"><h4>4.7.1 Host & Port - optional</h4></p>
436<p>
437Specify the 'Host' IP name or number of an NTRIP Broadcaster to upload the stream. An empty option field means that you don't want to upload Broadcast Ephemeris.
438</p>
439<p>
440Enter 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).
441</p>
442
443<p><a name="brdcmount"><h4>4.7.2 Mountpoint & Password - mandatory if 'Host' is set</h4></p>
444<p>
445Each stream on an NTRIP Caster is defined using a unique source ID called mountpoint. An NTRIP Server like BNS uploads 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 details you received for your stream from the operator. It is often a four character ID (capital letters) plus an integer number.
446</p>
447
448<p><a name="brdcsmpl"><h4>4.7.3 Sampling - mandatory if 'Host' is set</h4></p>
449Select the Broadcast Ephemeris sampling interval in seconds. Defaut is '5' meaning that a complete set of Broadcast Ephemeris is uploaded every 5 seconds.
450</p>
451
452<p><a name="clkrnx"><h4>4.8. RINEX Clocks</h4></p>
453<p>
454The clock corrections generated by BNS can be logged separately in Clock RINEX format. The file naming follows the RINEX convention.
455<p>
456
457</p>
458Note that clocks in the Clock RINEX files are not corrected for the 2nd-order relativistic effect.
459</p>
460
461<p><a name="clkdir"><h4>4.8.1 Directory - optional</h4></p>
462<p>
463Here 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.
464</p>
465
466<p><a name="clkint"><h4>4.8.2 Interval & Sampling - mandatory if 'Directory' is set</h4></p>
467<p>
468Select the length of the Clock RINEX file generated. The default value is 1 day.
469</p>
470
471<p>
472Select 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.
473</p>
474
475<p><a name="orb"><h4>4.9. SP3 Orbits</h4></p>
476<p>
477The orbit corrections generated by BNS can be logged separately in SP3 Orbit files. The file naming follows the IGS convention.
478</p>
479</p>
480Note that clocks in the SP3 Orbit files are not corrected for the 2nd-order relativistic effect.
481</p>
482
483<p><a name="orbdir"><h4>4.9.1 Directory - optional</h4></p>
484<p>
485Here 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.
486</p>
487
488<p><a name="orbint"><h4>4.9.2 Interval & Sampling - mandatory if 'Directory' is set</h4></p>
489<p>
490Select the length of the SP3 Orbit file generated. The default value is 1 day.
491</p>
492<p>
493Select 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.
494</p>
495
496<p><a name="bottom"><h4>4.10. Bottom Menu Bar</h4></p>
497<p>
498The bottom menu bar allows to start or stop the execution of BNS and provides access to BNC's online help funtion.
499</p>
500
501<p><a name="start"><h4>4.10.1 Start</h4></p>
502<p>
503Hit '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.
504</p>
505
506<p><a name="stop"><h4>4.10.2 Stop</h4></p>
507<p>
508Hit the 'Stop' button in order to stop BNS.
509</p>
510
511<p><a name="cmd"><h4>4.11. Command Line Options</h4></p>
512<p>
513Command line options are available to run BNS in 'no window' mode or let it read a specific configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNS.ini'.
514</p>
515
516<p><a name="nw"><h4>4.11.1 No Window - optional</h4></p>
517<p>
518Apart from its regular windows mode, BNS can be started on all systems as a background job with command line option '-nw'. BNS will then run in 'no window' mode, using processing options from its configuration file on disk. Terminate BNS using Windows Task Manager when running it in 'no window' mode on Windows systems.
519</p>
520<p>
521Example:<br><br>
522bns.exe -nw
523</p>
524
525<p><a name="conffile"><h4>4.11.2 Configuration File - optional</h4></p>
526The default configuration file name is 'BNS.ini'. You may change this name at startup time using the command line option '--conf &#060;<u>confFileName</u>&#062;'. This allows to run several BNS jobs in parallel on the same host using different sets of configuration options. <u>confFileName</u> stands either for the full path to a configuration file or just for a file name. If you introduce only a filename, the corresponding file will be saved in the current working directory from where BNS is started.
527</p>
528<p>
529Example:<br><br>
530./bns --conf MyConfig.ini
531</p>
532<p>
533This leads to a BNS job using configuration file 'MyConfig.ini'. The configuration file will be saved in the current working directory.
534</p>
535
536
537</p>
538<p><a name="limits"><h3>5. Limitations</h3></p>
539<ul>
540<li>
541In 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.
542</li>
543<li>
544Currently BNS can only generate premature RTCM Version 3.x message Type 1057-1068 (see RTCM document 091-2009-SC104-542 'Version 3 Proposed Messages – Set 10') . Note that what is implemented in BNS is just a temporary solution.
545</li>
546<li>
547We 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.
548</li>
549<li>
550Once BNS has been started, its configuration can not be changed unless without a restart. An on-the-fly reconfiguration is not implemented.
551</li>
552<br>
553</ul>
554<p><a name="authors"><h3>6. Authors</h3></p>
555<p>
556The 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.
557</p>
558<p>
559Georg Weber<br>
560Federal Agency for Cartography and Geodesy (BKG)<br>
561Frankfurt, Germany<br>
562[euref-ip@bkg.bund.de] or [igs-ip@bkg.bund.de]
563</p>
564
565<p><a name="annex"><h3>7. Annex</h3></p>
566<p>
5677.1. <a href=#history>Revision History</a><br>
5687.2. <a href=#rtcm>RTCM</a><br>
569&nbsp; &nbsp; &nbsp; 7.2.1 RTCM <a href=#ntrip>NTRIP</a><br>
570&nbsp; &nbsp; &nbsp; 7.2.2 RTCM <a href=#rtcm3>Version 3.x</a><br>
5717.3. <a href=#config>Configuration Example</a><br>
5727.4. <a href=#links>Links</a><br>
573</p>
574
575<p><a name=history><h4>7.1 Revision History</h4></p>
576</p>
577<table>
578<tr></tr>
579
580<tr>
581<td>Dec 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td>
582<td>[Add] Source code and binaries published.</td>
583</tr>
584
585<tr>
586<td>Dec 2009 &nbsp;</td><td>Version 1.1 &nbsp;</td>
587<td>[Add] Upgrade to Qt Version 4.4.3<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Auto start<br> [Add] Drag and drop ini files<br> [Add] Optional reference to Center of Mass< br> [Mod] Update following RTCM 091-2009-SC104-542 document</td>
588</tr>
589
590</table>
591</p>
592
593<p><a name="rtcm"><h4>7.2. RTCM</h4></p>
594
595<p>
596The 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.
597</p>
598<p>
599Personal copies of RTCM Recommended Standards can be ordered through <u>http://www.rtcm.org/orderinfo.php</u>.
600</p>
601
602<p><a name="ntrip"><h4>7.2.1 NTRIP</h4></p>
603
604<p>
605'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.
606</p>
607
608<p>
609NTRIP 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.
610</p>
611
612<p>
613NTRIP 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.
614</p>
615
616<p>
617NTRIP is an open none-proprietary protocol. Major characteristics of NTRIP's dissemination technique are:
618<ul>
619<li>Based on the popular HTTP streaming standard; comparatively easy to implement when having limited client and server platform resources available.</li>
620<li>Application not limited to one particular plain or coded stream content; ability to distribute any kind of GNSS data.</li>
621<li>Potential to support mass usage; disseminating hundreds of streams simultaneously for thousands of users possible when applying modified Internet Radio broadcasting software.</li>
622<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>
623<li>Enables streaming over mobile IP networks because of using TCP/IP.</li>
624</ul>
625</p>
626
627<p>
628The NTRIP Version 2 transport protocol is not implemented in BNS.
629</p>
630
631<p><a name="rtcm3"><h4>7.2.2 RTCM Version 3.x</h4></p>
632<p>
633RTCM 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.
634</p>
635RTCM 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:
636<p>
637<ul>
638<li>Message type 1057: GPS orbit corrections to Broadcast Ephemeris</li>
639<li>Message type 1058: GPS clock corrections to Broadcast Ephemeris</li>
640<li>Message type 1059: GPS code biases</li>
641<li>Message type 1060: Combined orbit and clock corrections to GPS Broadcast Ephemeris</li>
642<li>Message type 1061: GPS User Range Accuracy (URA)</li>
643<li>Message type 1062: High-rate GPS clock corrections to Broadcast Ephemeris</li>
644<li>Message type 1063: GLONASS orbit corrections to Broadcast Ephemeris</li>
645<li>Message type 1064: GLONASS clock corrections to Broadcast Ephemeris</li>
646<li>Message type 1065: GLONASS code biases</li>
647<li>Message type 1066: Combined orbit and clock corrections to GLONASS Broadcast Ephemeris</li>
648<li>Message type 1067: GLONASS User Range Accuracy (URA)</li>
649<li>Message type 1068: High-rate GLONASS clock corrections to Broadcast Ephemeris</li>
650</ul>
651</p>
652<p>
653RTCM 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.
654</p>
655
656<p><a name="config"><h4>7.3. Configuration Example</h4></p>
657<p>
658The following table's left column is an example for the contents of a configuration file 'BNS.ini'. 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 :
659</p>
660<table>
661<tr></tr>
662<tr><td><b>Option</b></td><td><b>Affiliation</b></td></tr>
663<tr><td>[General]</td><td>Settings: Group</td></tr>
664<tr><td>proxyHost=</td><td>Proxy: Host</td></tr>
665<tr><td>proxyPort=</td><td>Proxy: Port</td></tr>
666<tr><td>logFile=/home/weber/rinex/bns.log</td><td>General: Logfile (full path)</td></tr>
667<tr><td>fileAppend=0</td><td>General: Append files</td></tr>
668<tr><td>autoStart=0</td><td>General: Auto start</td></tr>
669<tr><td>ephHost=clock-ip.bkg.bund.de</td><td>RINEX Ephemeris: Host</td></tr>
670<tr><td>ephPort=6000</td><td>RINEX Ephemeris: Port</td></tr>
671<tr><td>ephEcho=/home/weber/rinex/eph.rnx</td><td>RINEX Ephemeris: Save (full path)</td></tr>
672<tr><td>clkPort=7000</td><td>Clocks & Orbits: Listening port</td></tr>
673<tr><td>inpEcho=/home/weber/rinex/ClocksOrbits.dat</td><td>Clocks & Orbits: Save (full path)</td></tr>
674<tr><td>outHost1=www.igs-ip.net</td><td>Broadcast Corrections I: Host</td></tr>
675<tr><td>outPort1=2101</td><td>Broadcast Corrections I: Port</td></tr>
676<tr><td>mountpoint_1=CLCK1</td><td>Broadcast Corrections I: Mountpoint</td></tr>
677<tr><td>password1=pw</td><td>Broadcast Corrections I: Password</td></tr>
678<tr><td>refSys_1=IGS05</td><td>Broadcast Corrections I: System</td></tr>
679<tr><td>outFile_1=/home/weber/rinex/CLCK1</td><td>Broadcast Corrections I: Save (full path)</td></tr>
680<tr><td>CoM_1=2</td><td>Broadcast Corrections I: Center of Mass</td></tr>
681<tr><td>outHost2=www.igs-.net</td><td>Broadcast Corrections II: Host</td></tr>
682<tr><td>outPort2=2101</td><td>Broadcast Corrections II: Port</td></tr>
683<tr><td>mountpoint_2=CLCK2</td><td>Broadcast Corrections II: Mountpoint</td></tr>
684<tr><td>password2=pw</td><td>Broadcast Corrections II: Password</td></tr>
685<tr><td>refSys_2=ETRF2000</td><td>Broadcast Corrections II: System</td></tr>
686<tr><td>outFile_2=/home/weber/rinex/CLCK2</td><td>Broadcast Corrections II: Save (full path)</td></tr>
687<tr><td>CoM_2=0</td><td>Broadcast Corrections II: Center of Mass</td></tr>
688<tr><td>outHost3=www.igs-.net</td><td>Broadcast Corrections III: Host</td></tr>
689<tr><td>outPort3=2101</td><td>Broadcast Corrections III: Port</td></tr>
690<tr><td>mountpoint_3=CLCK3</td><td>Broadcast Corrections III: Mountpoint</td></tr>
691<tr><td>password3=pw</td><td>Broadcast Corrections III: Password</td></tr>
692<tr><td>refSys_3=ETRF2000</td><td>Broadcast Corrections III: System</td></tr>
693<tr><td>outFile_3=/home/weber/rinex/CLCK3</td><td>Broadcast Corrections III: Save (full path)</td></tr>
694<tr><td>CoM_3=0</td><td>Broadcast Corrections III: Center of Mass</td></tr>
695<tr><td>outHostEph=www.igs-ip.net</td><td>Broadcast Ephemeris: Host</td></tr>
696<tr><td>outPortEph=2101</td><td>Broadcast Ephemeris: Port</td></tr>
697<tr><td>mountpoint_Eph=BRDC0</td><td>Broadcast Ephemeris: Mountpoint</td></tr>
698<tr><td>passwordEph=pass</td><td>Broadcast Ephemeris: Password</td></tr>
699<tr><td>samplEph=5</td><td>Broadcast Ephemeris: Sampling</td></tr>
700<tr><td>trafo_dx=0.0541</td><td>Broadcast Corrections: System > Custom</td></tr>
701<tr><td>trafo_dy=0.0502</td><td>Broadcast Corrections: System > Custom</td></tr>
702<tr><td>trafo_dz=-0.0538</td><td>Broadcast Corrections: System > Custom</td></tr>
703<tr><td>trafo_dxr=-0.0002</td><td>Broadcast Corrections: System > Custom</td></tr>
704<tr><td>trafo_dyr=0.0001</td><td>Broadcast Corrections: System > Custom</td></tr>
705<tr><td>trafo_dzr=-0.0018</td><td>Broadcast Corrections: System > Custom</td></tr>
706<tr><td>trafo_ox=0.000891</td><td>Broadcast Corrections: System > Custom</td></tr>
707<tr><td>trafo_oy=0.005390</td><td>Broadcast Corrections: System > Custom</td></tr>
708<tr><td>trafo_oz=-0.008712</td><td>Broadcast Corrections: System > Custom</td></tr>
709<tr><td>trafo_oxr=0.000081</td><td>Broadcast Corrections: System > Custom</td></tr>
710<tr><td>trafo_oyr=0.000490</td><td>Broadcast Corrections: System > Custom</td></tr>
711<tr><td>trafo_ozr=-0.000792</td><td>Broadcast Corrections: System > Custom</td></tr>
712<tr><td>trafo_sc=0.40</td><td>Broadcast Corrections: System > Custom</td></tr>
713<tr><td>trafo_scr=0.08</td><td>Broadcast Corrections: System > Custom</td></tr>
714<tr><td>trafo_t0=2000.0</td><td>Broadcast Corrections: System > Custom</td></tr>
715<tr><td>rnxPath=/home/weber/rinex</td><td>RINEX Clocks: Directory</td></tr>
716<tr><td>rnxIntr=1 day</td><td>RINEX Clocks: Interval</td></tr>
717<tr><td>rnxSampl=30</td><td>RINEX Clocks: Sampling</td></tr>
718<tr><td>sp3Path=/home/weber/rinex</td><td>SP3 Orbits: Directory</td></tr>
719<tr><td>sp3Intr=1 day</td><td>SP3 Orbits: Interval</td></tr>
720<tr><td>sp3Sampl=300</td><td>SP3 Orbits: Sampling</td></tr>
721<tr><td>startTab=0</td><td>Internal memory: Top tab</td></tr>
722<tr><td>font="Helvetica [Adobe],8,-1,5,75,0,0,0,0,0"</td><td>Internal memory: Used font</td></tr>
723</table>
724
725<p><a name="links"><h4>7.4 Links</h4></p>
726<table>
727<tr></tr>
728<tr><td>NTRIP &nbsp;</td><td><u>http://igs.bkg.bund.de/index_ntrip.htm</u></td></tr>
729<tr><td>EUREF-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.euref-ip.net/home</u></td></tr>
730<tr><td>IGS-IP NTRIP broadcaster &nbsp;</td><td><u>http://www.igs-ip.net/home</u></td></tr>
731<tr><td>NTRIP broadcaster overview &nbsp;</td><td><u>http://www.rtcm-ntrip.org/home</u></td></tr>
732<tr><td>EUREF-IP Project &nbsp;</td><td><u>http://www.epncb.oma.be/euref_IP</u></td></tr>
733<tr><td>Real-time IGS Pilot Project &nbsp;</td><td><u>http://www.rtigs.net/pilot</u></td></tr>
734<tr><td>Radio Technical Commission<br>for Maritime Services &nbsp;</td><td><u>http://www.rtcm.org</u>
735</table>
736
Note: See TracBrowser for help on using the repository browser.