Changeset 5534 in ntrip
- Timestamp:
- Nov 7, 2013, 5:50:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bnchelp.html ¶
r5519 r5534 1018 1018 <pre> 1019 1019 ... 1020 1058 0 1538 211151.0 G18 01.846 0.000 0.0001021 1058 0 1538 211151.0 G16 0 0.376 0.000 0.0001022 1058 0 1538 211151.0 G22 02.727 0.000 0.0001020 1058 0 1538 211151.0 G18 1.846 0.000 0.000 1021 1058 0 1538 211151.0 G16 0.376 0.000 0.000 1022 1058 0 1538 211151.0 G22 2.727 0.000 0.000 1023 1023 ... 1024 1064 0 1538 211151.0 R08 08.956 0.000 0.0001025 1064 0 1538 211151.0 R07 014.457 0.000 0.0001026 1064 0 1538 211151.0 R23 06.436 0.000 0.0001024 1064 0 1538 211151.0 R08 8.956 0.000 0.000 1025 1064 0 1538 211151.0 R07 14.457 0.000 0.000 1026 1064 0 1538 211151.0 R23 6.436 0.000 0.000 1027 1027 ... 1028 1028 </pre> … … 1102 1102 1057 0 1538 211151.0 G22 50 0.008 -0.082 -0.001 0.000 0.000 0.000 RTCMSSR 1103 1103 ... 1104 1058 0 1538 211151.0 G18 01.846 0.000 RTCMSSR1105 1058 0 1538 211151.0 G16 0 0.376 0.000 RTCMSSR1106 1058 0 1538 211151.0 G22 02.727 0.000 RTCMSSR1104 1058 0 1538 211151.0 G18 1.846 0.000 RTCMSSR 1105 1058 0 1538 211151.0 G16 0.376 0.000 RTCMSSR 1106 1058 0 1538 211151.0 G22 2.727 0.000 RTCMSSR 1107 1107 ... 1108 1108 1059 0 1538 211151.0 G18 2 0 -0.010 11 -0.750 RTCMSSR … … 1114 1114 1063 0 1538 211151.0 R21 75 -0.029 0.108 0.107 0.0000 0.000 0.000 RTCMSSR 1115 1115 ... 1116 1064 0 1538 211151.0 R08 08.956 0.000 RTCMSSR1117 1064 0 1538 211151.0 R07 014.457 0.000 RTCMSSR1118 1064 0 1538 211151.0 R23 06.436 0.000 RTCMSSR1116 1064 0 1538 211151.0 R08 8.956 0.000 RTCMSSR 1117 1064 0 1538 211151.0 R07 14.457 0.000 RTCMSSR 1118 1064 0 1538 211151.0 R23 6.436 0.000 RTCMSSR 1119 1119 ... 1120 1120 1066 0 1538 211610.0 R24 27 0.846 1.805 13.095 6.102 0.000 0.000 0.000 0.000 0.000 CLK11 … … 1220 1220 The source code for BNC comes with a perl script called 'test_tcpip_client.pl' that allows you to read BNC's (synchronized or unsynchronized) ASCII observation output from the IP port and print it on standard output. 1221 1221 </p> 1222 1222 1223 <p> 1223 1224 Note that any socket connection of an application to BNC's synchronized or unsynchronized observations ports is recorded in the 'Log' tab on the bottom of the main window together with a connection counter, resulting in log records like 'New client connection on sync/usync port: # 1'. … … 1232 1233 <p><a name="syncport"><h4>3.8.1 Port - optional</h4></p> 1233 1234 <p> 1234 BNC can produce synchronized observations in ASCII format on your local host (IP 127.0.0.1) through an IP 'Port'. Synchronized means that BNC collects all observation data for any specific epoch which become available within a certain number of latency seconds (see 'Wait for Full Obs Epoch' option). It then - epoch by epoch - outputs whatever has been received. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no binary synchronized output is generated.</p> 1235 BNC can produce synchronized observations in ASCII format on your local host (IP 127.0.0.1) through an IP 'Port'. Synchronized means that BNC collects all observation data for any specific epoch which become available within a certain number of latency seconds (see 'Wait for Full Obs Epoch' option). It then - epoch by epoch - outputs whatever has been received. The output comes blockwise per stream. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no binary synchronized output is generated.</p> 1235 1236 </p> 1236 1237 … … 1250 1251 <p><a name="syncfile"><h4>3.8.4 File - optional</h4></p> 1251 1252 <p> 1252 Specify the full path to a 'File' where synchronized observations are saved in plain ASCII format. The default value is an empty option field, meaning that no ASCII output file is created. 1253 </p> 1254 <p> 1255 Beware that the size of this file can rapidly increase depending on the number of incoming streams. This option is primarily meant for testing and evaluation. 1253 Specify the full path to a 'File' where synchronized observations are saved in plain ASCII format. The default value is an empty option field, meaning that no ASCII output file is created. 1254 </p> 1255 <p> 1256 Beware that the size of this file can rapidly increase depending on the number of incoming streams. The name of the file can be changed on-the-fly, to prevent it becoming too large. This option is primarily meant for testing and evaluation. 1256 1257 </p> 1257 1258 1258 1259 <p><a name="syncuport"><h4>3.8.5 Port (unsynchronized) - optional</h4></p> 1259 1260 <p> 1260 BNC can produce unsynchronized observations from all configured streams in ASCII format on your local host (IP 127.0.0.1) through an IP 'Port'. Unsynchronized means that BNC immediately forwards any received observation to the port. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no unsynchronized output is generated. </p>1261 <p> 1261 BNC can produce unsynchronized observations from all configured streams in ASCII format on your local host (IP 127.0.0.1) through an IP 'Port'. Unsynchronized means that BNC immediately forwards any received observation to the port. Nevertheless, the output comes blockwise per stream. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no unsynchronized output is generated. 1262 </p> 1262 1263 1263 1264 <p><a name="serial"><h4>3.9. Serial Output</h4></p> … … 2872 2873 <tr> 2873 2874 <td>Nov 2013 </td><td>Version 2.10 </td> 2874 <td>[Add] Started work on new version in Aug 2013<br>[Bug] Clock RINEX und SP3 file generation on Windows systems<br>[Bug] Broadcast Ephemeris generation<br>[Add] Transformation ITRF2008 to NAD83 and DREF91<br>[Add] CodeBias added to RTNet stream format<br>[Bug] GPS L2 in 'Feed Engine' output<br>[Mod] Made C1 in BeiDou default observation type instead of C2</td> 2875 <td>[Add] Started work on new version in Aug 2013<br>[Bug] Clock RINEX und SP3 file generation on Windows systems<br>[Bug] Broadcast Ephemeris generation<br>[Add] Transformation ITRF2008 to NAD83 and DREF91<br>[Add] CodeBias added to RTNet stream format<br>[Bug] GPS L2 in 'Feed Engine' output<br>[Mod] Made C1 in BeiDou default observation type instead of C2<br>[Add] Feed engine output sorted per stream<br>[Add] Feed engine output file name change on-the-fly<br>[Add] 'Append files' option for RINEX observation files<br>[Mod] Broadcast Corrections ASCII file output for message 1058 and 1064 modified<br>[Bug] GPS L2 phase data in RINEX2</td> 2875 2876 </tr> 2876 2877 … … 3383 3384 <li>'waitTime' to change the 'Wait for full obs epoch' option, see section 'Feed Engine';</li> 3384 3385 <li>'binSampl' to change the 'Sampling' option, see section 'Feed Engine'.</li> 3386 <li>'outFile' to change the 'File' name where synchronized observations are saved in plain ASCII format.</li> 3385 3387 </ul> 3386 3388 </p>
Note:
See TracChangeset
for help on using the changeset viewer.