Thread
:
GPS timeout in python
View Single Post
dtparikh
2011-05-31 , 08:09
Posts: 141 | Thanked: 41 times | Joined on Apr 2011 @ Ahmedabad, India
#
4
a suggestion...
invoke a shell script that checks for the GPS update and run the shell script in background mode using & before calling this script put a counter (timer) and if it exceeds limit (say 5 mins) , kill the shell script using PID from ps -ef <shell script name> and the kill -9 command.
Quote & Reply
|
dtparikh
View Public Profile
Send a private message to dtparikh
Find all posts by dtparikh