I use a Nokia smartphone with symbian OS installed. To transfer the GPS data to my computer do the following:
Download and install ExtGPS. If your phone can read barcodes, this may speed up things:


Wait until you got connected to one or more satellites (the upper dot turns green). If you can't get a connection, be sure to be outside.
Next connect yout phone via bluetooth:
$ sdptool search SPWith the information above (bold) you can create a rfcomm device (as root):
Inquiring ...
Searching for SP on 00:22:33:44:55:66 ...
...
...
...
Service Name: Symarctic ExtGPS
Service Description: Share phone's built-in GPS module via Bluetooth
Service Provider: Symarctic Solutions
...
...
...
Channel: 5
# rfcomm bind 1 00:22:33:44:55:66 5This newly created device can be used as source for gpsd:
# ls -l /dev/rfcomm1
crw-rw---- 1 root root 216, 1 2009-07-05 21:00 /dev/rfcomm1
# gpsd /dev/rfcomm1As a last step check the file kismet.conf (look in /etc/kismet/) and enable gps usage:
# Do we have a GPS?Once gpsd is running, the lower dot should turn green too.
gps=true
# Host:port that GPSD is running on. This can be localhost OR remote!
gpshost=localhost:2947
Now run kismet, from now on your location information will be logged. In the next post I will show how you can convert this data for usage with google earth.
No comments:
Post a Comment