source: ntrip/branches/BNC_2.12/Example_Configs/24_RinexEph.sh

Last change on this file was 9207, checked in by stuerze, 3 years ago

example configs updated

  • Property svn:executable set to *
File size: 312 bytes
Line 
1#!/bin/bash
2
3../bnc -nw -conf /dev/null \
4 -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3 DEU 50.09 8.66 no 1" \
5 -key ephPath Output \
6 -key logFile Output/RinexEph.log \
7 -key ephIntr "1 hour" \
8 -key ephV3 2 &
9
10psID=`echo $!`
11sleep 10
12kill $psID
13
Note: See TracBrowser for help on using the repository browser.