source: ntrip/trunk/BNC/Example_Configs/26_RinexObs.sh

Last change on this file was 9781, checked in by stuerze, 22 months ago

example files updated

  • Property svn:executable set to *
File size: 443 bytes
RevLine 
[7745]1#!/bin/bash
2
3../bnc -nw -conf /dev/null \
[9781]4 -key mountPoints "//Example:Configs@igs-ip.net:2101/CUT000AUS0 RTCM_3.3 AUS -32.00 115.89 no 2;//Example:Configs@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
[7745]5 -key logFile Output/RinexObs.log \
6 -key rnxPath Output \
7 -key rnxIntr "15 min" \
8 -key rnxSkel SKL \
[9781]9 -key rnxSampl "1 sec"\
10 -key rnxVersion 4 &
[7745]11
12psID=`echo $!`
[9781]13sleep 10
[7745]14kill $psID
15
Note: See TracBrowser for help on using the repository browser.