Changeset 9781 in ntrip
- Timestamp:
- Jun 24, 2022, 11:33:09 AM (2 years ago)
- Location:
- trunk/BNC/Example_Configs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/Example_Configs/24_RinexEph.sh
r9424 r9781 2 2 3 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 2"\4 -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3.3 DEU 50.09 8.66 no 2"\ 5 5 -key ephPath Output \ 6 6 -key logFile Output/RinexEph.log \ 7 7 -key ephIntr "1 hour" \ 8 -key ephV 2 0&8 -key ephVersion 4 & 9 9 10 10 psID=`echo $!` -
trunk/BNC/Example_Configs/26_RinexObs.sh
r9424 r9781 2 2 3 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@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.1 DEU 50.09 8.66 no 1" \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" \ 5 5 -key logFile Output/RinexObs.log \ 6 6 -key rnxPath Output \ 7 7 -key rnxIntr "15 min" \ 8 8 -key rnxSkel SKL \ 9 -key rnxSampl 0\10 -key rnxV 2 0&9 -key rnxSampl "1 sec"\ 10 -key rnxVersion 4 & 11 11 12 12 psID=`echo $!` 13 sleep 3013 sleep 10 14 14 kill $psID 15 15
Note:
See TracChangeset
for help on using the changeset viewer.