Changeset 684 in ntrip for trunk/BNC/bnchelp.html
- Timestamp:
- Feb 13, 2008, 9:27:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r683 r684 79 79 3.7.2. <a href=#syncwait>Wait for Full Epoch</a><br> 80 80 3.7.3. <a href=#syncfile>Output File</a><br> 81 3.8. <a href=#advnote>Advisory Not ice</a><br>81 3.8. <a href=#advnote>Advisory Note</a><br> 82 82 3.8.1. <a href=#advsegm>Inspect Segment</a><br> 83 83 3.8.2. <a href=#advfail>Failure Threshold</a><br> … … 372 372 </p> 373 373 374 <p><a name="advnote"><h4>3.8. Advisory Not ice</h4></p>374 <p><a name="advnote"><h4>3.8. Advisory Note</h4></p> 375 375 376 376 <p> … … 409 409 </p> 410 410 <p> 411 All the events are reported in the Log file/section. They can also be passed on as parameters to a shell script or batch file to generate an advisory not ice to BNC operator or affected stream providers. This functionality lets users utilise BNC as a real-time performance monitor and alarm system for a network of GNSS reference stations.411 All the events are reported in the Log file/section. They can also be passed on as parameters to a shell script or batch file to generate an advisory note to BNC operator or affected stream providers. This functionality lets users utilise BNC as a real-time performance monitor and alarm system for a network of GNSS reference stations. 412 412 </p> 413 413 414 414 <p><a name="advscript"><h4>3.8.4 Advisory Script - optional </h4></p> 415 415 <p> 416 As mentioned previously, BNC can trigger a shell script or a batch file to be executed when one of the events described are reported. This script can be used to email an advisory not ice to network operator or stream providers. To enable this feature, specify the full path to the script or batch file in the 'Script' field. The affected mountpoint and type of event reported ('Begin_Outage', 'End_Outage', 'Begin_Corrupted' or 'End_Corrupted') will then be passed on to the script as command line parameters (\%1 and \%2 on Windows systems or \$1 and \$2 on UNIX/Linuxsystems).416 As mentioned previously, BNC can trigger a shell script or a batch file to be executed when one of the events described are reported. This script can be used to email an advisory note to network operator or stream providers. To enable this feature, specify the full path to the script or batch file in the 'Script' field. The affected mountpoint and type of event reported ('Begin_Outage', 'End_Outage', 'Begin_Corrupted' or 'End_Corrupted') will then be passed on to the script as command line parameters (\%1 and \%2 on Windows systems or \$1 and \$2 on UNIX/Linuxsystems). 417 417 </p> 418 418 <p> … … 426 426 sleep $((60*RANDOM/32767)) 427 427 cat | mail -s "BNC: $2 Stream $1" email@address <<! 428 Advisory Not ice to BNC User,428 Advisory Note to BNC User, 429 429 Please note a $2 advisory from BNC for stream $1 dated `date`. 430 430 Regards, BNC … … 542 542 <li> 543 543 The source code provided by NRCan for decoding RTIGS streams is 32-bit dependent. Hence the BNC executable generated for 64-bit Linux systems would only run when compiled using the -m32 compiler option. 544 </li> 545 <li> 546 Once BNC has been started, its configuration can not be changed as long as it is stopped. A reconfiguration on-the-fly is not implemented. 544 547 </li> 545 548 <br>
Note:
See TracChangeset
for help on using the changeset viewer.