Application - GPS tracker

出自 flip the world
前往: 導覽搜尋
Wifi AP with GPS
My gps tracker

Idea

  1. Integrate Wifi AP and GPS module
  2. ssh to Pi through Wifi
  3. Use gpspipe to save nmea data
  4. Convert nmea to kmz by using GPS Visualizer
  5. Feed to Google earth

track.sh

#cat track.sh
gpspipe -r | grep '^\$G' | tee xxx.nmea &

Reference