My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

GPS GUI application for OpenMoko mobile phone.

Features

  1. Map:
    • maps are configured with python script, thus can be easily modified by distributors or end users.
    • batch downloads
    • ruler and lat/lon grid
    • map overlay
    • in memory tile cache
  2. GPS:
    • U-BLOX binary protocol is used by default, efficient. Automatically switch to ogpsd upon conflict.
    • U-BLOX AGPS online, which cuts TTFF down to about 10s.
    • dump aiding data on close and after AGPS online, feed these data to GPS receiver on start.
    • sync GPS time to system and hardware clock.
    • auto-suspend is disabled, also you can reset GPS or configure "dynamic platform model" with "CFG-NAV2"
  3. Track recording and replay. Export track records as .gpx file.
  4. Scratch on map, and save as screen shot.
  5. Basic sounding for reporting speed and events (low power and weak signal). Config script is written in Python, for ease of extending.

NOTE

  1. only supports downloading via HTTP, without proxy. CURL was ever used but was dropped due to various problems.
  2. should run on any GTA01 or GTA02 with FSO framework.
  3. sound files are installed into /usr/share/sounds/omgps/
  4. data dir is $HOME/.omgps/. This directory and related subdirectories/files are created after first run. You can modify/add maps in file $HOME/.omgps/config_VERSION/map.py
Powered by Google Project Hosting