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

Last change on this file since 8587 was 8587, checked in by stuerze, 5 years ago

mountpoint name update in example configurations

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