#!/bin/sh
#gpslogger
echo "AF1 in" >/proc/gpio/GPIO49
/root/gpsd1 /dev/ttyS0 -n -N &
while [ 1 ]
	do
		/root/gpsdlog &
		sleep 2;
		echo "gps logged";
		killall gpsdlog;
		sleep 30;
		/root/phone;
		sleep 28;
	done
 
missions/pegasus1/gpslogger.sh.txt · Last modified: 2008/02/03 17:15 by jamescoxon
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki