gpsd installation:
Project Homepage:
http://developer.berlios.de/project/showfiles.php?group_id=2116
The following installation
process assumes that you are utilising the Auditing Laptop Build as described in
the Auditing Laptop Build: HOWTO
Download the latest stable code (currently gpsd-2.32.tar.gz)
from
http://developer.berlios.de/project/showfiles.php?group_id=2116 to
/tools/wifi
cd /tools/wifi
tar zxvf gpsd-[version].tar.gz
cd gpsd-[version]
./configure
make
make install
gpsd -p /dev/ttyUSB0
telnet localhost 2947
Type 'r' at the Escape character prompt and hit
'Enter'
You should now see GPS info scrolling up the screen
Back to gpsd Main
|