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

Last change on this file since 10573 was 10557, checked in by neumaier, 5 weeks ago

update config-files

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