This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Sep 15 02:57:24 -0700 2009 | |
| |
README | Tue Sep 15 14:30:28 -0700 2009 | |
| |
gps.h | Wed Aug 27 16:00:12 -0700 2008 | |
| |
images/ | Wed Aug 27 23:07:06 -0700 2008 | |
| |
index.html | Wed Aug 27 16:00:12 -0700 2008 | |
| |
libgps-dev.tar.gz | Mon Sep 14 17:16:19 -0700 2009 | |
| |
libgpsmm.h | Wed Aug 27 16:00:12 -0700 2008 | |
| |
main.cpp | Wed Aug 27 16:00:12 -0700 2008 | |
| |
pkg/ | Tue Sep 15 02:56:32 -0700 2009 | |
| |
qbuild.pro | Tue Sep 15 02:56:32 -0700 2009 | |
| |
qtgps | Mon Sep 14 17:16:19 -0700 2009 | |
| |
qtgps.cpp | Wed Aug 27 16:00:12 -0700 2008 | |
| |
qtgps.desktop | Wed Aug 27 16:00:12 -0700 2008 | |
| |
qtgps.h | Wed Aug 27 16:00:12 -0700 2008 | |
| |
qtgps.ui | Wed Aug 27 16:00:12 -0700 2008 | |
| |
qtgps_control | Wed Aug 27 16:00:12 -0700 2008 | |
| |
skyView.cpp | Wed Aug 27 22:49:38 -0700 2008 | |
| |
skyView.h | Wed Aug 27 16:00:12 -0700 2008 |
README
This is a port of xgps from the gpsd distribution to Qtopia for the Freerunner. UPDATED to run on qtmoko AKA Qt Extended. More info can be found at http://blog.wolfman.com/articles/2008/08/27/porting-xgps-to-qtopia-for-the-freerunner To build you need the Trolltech toolchain. > cd qtopiagps > $QPEDIR/bin/qbuild If you don't have libgps in the toolchain then detar the libgps-dev.tar.gz into the toolchain > cd / > tar xvfz libgps-dev.tar.gz it will go into /opt/toolchains/arm920t-eabi/arm-angstrom-linux-gnueabi/usr/lib/... On QTMoko you need to edit /etc/default/gpsd to the following... # Default settings for gpsd. # Please do not edit this file directly - use `dpkg-reconfigure gpsd' to # change the options. START_DAEMON="true" DAEMON_OPTS="" DEVICES="/dev/ttySAC1" USBAUTO="false" then you can do this to start gpsd... > /etc/init.d/gpsd start Then you can run qtopiagps TODO ==== 1. I plan on removing the dependency on gpsd, and use the builtin Location API of Qt. Turns out the Whereabouts API in Qt does not support getting satellite info, so won't do this 2. I want to add simple tracking, and pedometer type functions. This will be done in a new app instead, using the Whereabouts API







