Difference between revisions of "Implementations/Apps"

From Geohashing
imported>Relet
(Created page with "==macHasher== {{30w compliant|yes=1}} thumb|macHasher screenshot Scottkuma worked feverishly to: # learn Apple OSX Programming and... # put together a [ht...")
 
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
==macHasher==
+
== Geohash Droid (Android) ==
 
{{30w compliant|yes=1}}
 
{{30w compliant|yes=1}}
[[image:macHasher.png|thumb|macHasher screenshot]]
+
[[File:GeohashDroidAppCode.png|125px|thumb|right|Scan to find the app in the Market]]
Scottkuma worked feverishly to:
 
# learn Apple OSX Programming and...
 
# put together a [http://scottkuma.net/geohashing/macHasher.dmg geohash calculator for the Mac.]
 
  
;Installation:
+
Geohash Droid, a simple Geohashing app for Android phones, can be found [https://play.google.com/store/apps/details?id=net.exclaimindustries.geohashdroid here in the Google Play Store] as a free app. It gets the stock and hash values, plots it out, and follows you as you get closer to it. It also has wiki-updating features and can automatically figure out what graticule has the closest point to where you are. Simple, effective. There's more stuff planned, but that's later.
It's a normal mac application - drag it to your Applications folder, OR just run it from inside the DMG.  
 
I '''think''' I compiled it as a Universal Binary. If you can't run it on a particular system and/or version of OSX, please let me know.
 
  
;Usage:
+
The project itself [https://github.com/CaptainSpam/geohashdroid is hosted on GitHub]. The most recent version (as per this writing) is 0.9.5.5. If you go from the Play Store (far easier), feel free to leave reviews and such. If you have something specific to say, please file an issue at the GitHub site or [[Special:EmailUser/CaptainSpam|email CaptainSpam]].
Start by entering your graticule's Lat/Long numbers. The given numbers are for Cincinnati, Ohio.
 
  
For today's graticule, just click "Generate!"  For dates in the past (or the near-future, for Saturday & Sunday graticules), select the date on the calendar, then click "Generate!"
+
==gHash for the iPhone (under development)==
 +
{{30w compliant|yes=1}}
 +
 
 +
[[File:GHash for iPhone (work in progress).jpg|thumb|gHash for iPhone (work in progress)]]
 +
 
 +
This is not yet finished, but if you’re interested in learning more or being a beta tester let me know on my [[User talk:BrendanTWhite|talk page]].
 +
 
 +
===Features===
 +
* Closest hash point to you (even if it’s in another graticule - good for split graticules)
 +
* Integrated map
 +
* Links to either Google Maps or Apple Maps (your choice)
 +
* Links to [[Implementations#Geohashing_Poster_Tool|the “Internet was here” poster]] for that hash point
 +
 
 +
===Planned Future Features===
 +
* Phone notification if the day’s hash point is within a certain distance of your location
 +
 
 +
===Possible Future Features===
 +
* Global hash
 +
* Let me know what you would use!
 +
 
 +
== Nokia N900 ==
 +
{{30w compliant|yes=1}}
 +
[[image:TToA.png|center|400px|Social adventure screenshot]]
 +
 
 +
[http://cannonerd.wordpress.com/the-tablet-of-adventure/ The Tablet of Adventure] is a social adventure gaming tool that supports geohashes. It is available for Maemo 5 (Nokia N900) [http://maemo.org/packages/view/adventure-tablet/ from Maemo Extras].
 +
 
 +
With TToA you can seek geohashes in your area or create your own collaborative adventures and share them via Qaiku.
  
;Known bugs:
+
Source code is available [http://github.com/cannonerd/adventure_tablet from GitHub].
* '''Requires''' a valid network connection; locks pretty good when one doesn't exist.
 
* does not calculate east of -30 correctly for dates ''prior'' to 5/27/2008
 
* window doesn't lock its size like I thought it would...
 
  
;Planned enhancements:
+
[[Category:Implementations]]
* will allow for saving of a known "home" location
 
* will calculate distance & bearing to a known location
 
* will calculate same for adjacent graticules to find a closer geohash
 

Latest revision as of 19:19, 14 January 2022

Geohash Droid (Android)

This implementation IS FULLY 30W-compliant.
Scan to find the app in the Market

Geohash Droid, a simple Geohashing app for Android phones, can be found here in the Google Play Store as a free app. It gets the stock and hash values, plots it out, and follows you as you get closer to it. It also has wiki-updating features and can automatically figure out what graticule has the closest point to where you are. Simple, effective. There's more stuff planned, but that's later.

The project itself is hosted on GitHub. The most recent version (as per this writing) is 0.9.5.5. If you go from the Play Store (far easier), feel free to leave reviews and such. If you have something specific to say, please file an issue at the GitHub site or email CaptainSpam.

gHash for the iPhone (under development)

This implementation IS FULLY 30W-compliant.
gHash for iPhone (work in progress)

This is not yet finished, but if you’re interested in learning more or being a beta tester let me know on my talk page.

Features

  • Closest hash point to you (even if it’s in another graticule - good for split graticules)
  • Integrated map
  • Links to either Google Maps or Apple Maps (your choice)
  • Links to the “Internet was here” poster for that hash point

Planned Future Features

  • Phone notification if the day’s hash point is within a certain distance of your location

Possible Future Features

  • Global hash
  • Let me know what you would use!

Nokia N900

This implementation IS FULLY 30W-compliant.
Social adventure screenshot

The Tablet of Adventure is a social adventure gaming tool that supports geohashes. It is available for Maemo 5 (Nokia N900) from Maemo Extras.

With TToA you can seek geohashes in your area or create your own collaborative adventures and share them via Qaiku.

Source code is available from GitHub.