-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streamline fettching of locator grid #112
base: dev
Are you sure you want to change the base?
Conversation
rebase this against the dev branch please. |
* Directly write to cache file * Ignore errors while communicating with gpds * Calculate gird only on eactive GPS fix * Remove unused imports * Reduce grid presicion
Done. |
By removing the execi 60 in conky, doesn't this mean that Conky will only read the file once or am I missing something? We typically want the GPS coordinates to be updated. Historically this has been every 60 seconds. |
The content of With my change, the only thing determining the position refresh rate, is the cron job executing |
Thanks for the explanation. I'll get this pulled into the next update |
Is there anything I can help with to get this merged? |
Getting GPS locator in Conky working on my machine, I identified some easy improvements.
gridinfo.txt
gpsd
is not running or is not connected to a GPS devicecat
instead ofexeci
to read the grid infoThis should simplify future maintenance and improves runtime stability.