MokoGeocaching
From Openmoko
(Difference between revisions)
(New page: == Overview == MokoGeocaching is a gtk python script that searches the geogaching.com website for caches near a location. The script can either use a location from the gps or user specifi...) |
|||
| Line 1: | Line 1: | ||
| − | |||
== Overview == | == Overview == | ||
MokoGeocaching is a gtk python script that searches the geogaching.com website for caches near a location. The script can either use a location from the gps or user specified longitude, latitude and range. The found caches is added as poi in tangogps. | MokoGeocaching is a gtk python script that searches the geogaching.com website for caches near a location. The script can either use a location from the gps or user specified longitude, latitude and range. The found caches is added as poi in tangogps. | ||
| Line 5: | Line 4: | ||
== Installation == | == Installation == | ||
opkg install http://projects.openmoko.org/frs/download.php/518/mokogeocaching_0.1_all.ipk | opkg install http://projects.openmoko.org/frs/download.php/518/mokogeocaching_0.1_all.ipk | ||
| + | |||
| + | If the app won't even start, you may need to install these dependencies manually (Om2008.12): | ||
| + | opkg install python-netclient python-mime python-netclient | ||
== HomePage == | == HomePage == | ||
Revision as of 16:56, 8 February 2009
Overview
MokoGeocaching is a gtk python script that searches the geogaching.com website for caches near a location. The script can either use a location from the gps or user specified longitude, latitude and range. The found caches is added as poi in tangogps.
Installation
opkg install http://projects.openmoko.org/frs/download.php/518/mokogeocaching_0.1_all.ipk
If the app won't even start, you may need to install these dependencies manually (Om2008.12):
opkg install python-netclient python-mime python-netclient
