Mobile/DeviceAPIs
From MozillaWiki
Contents |
LocationAware.org [edit]
Standardization of location APIs - sounds like Doug knows more about this.
Google Gears [edit]
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-March/014155.html
Proposal from Google - part of Google Gears
WebKit on GNOME [edit]
http://www.atoker.com/blog/2008/02/26/developing-hybrid-web-gtk-applications/
From Alp's FOSDEM talk
External module to expose location metadata to Web apps Implements the locationaware.org spec Spec not final Uses Gypsy GPS library (alternative location sources possible) – http://folks.o-hand.com/iain/gypsy/ var geolocator = navigator.getGeolocator(); geolocator.request(function(location) { alert(location.latitude+', '+location.longitude); });
GPS Gate [edit]
http://franson.com/forum/topic.asp?TOPIC_ID=6102
Api similar to Gears
GPS Tools [edit]
http://www.clubic.com/telecharger-fiche160476-gpstools-standard-activex-pour-pocket-pc.html
activex for IE
Opera Platform DOM Interface [edit]
http://oxine.opera.com/documentation/dom-interface.html no location but some devices available
JSX from JBlend [edit]
http://www.w3.org/2007/06/mobile-ajax/papers/aplix.hendry.html access to j2me api in the browser
DCCI [edit]
See also
http://www.w3.org/2001/di/dci/ir/
ftp://ftp.informatik.uni-stuttgart.de/pub/library/medoc.ustuttgart_fi/DIP-2579/DIP-2579.pdf
http://portal.acm.org/citation.cfm?id=1156509
http://tutkielmat.uta.fi/pdf/lisuri00064.pdf
http://www.w3.org/2007/06/mobile-ajax/papers/mobileaware.hanrahan.html
OpenAjax Alliance [edit]
Some good info on the [Task Force] including links to APIs, use cases, security etc.
DOM based [edit]
Instead of new JS APIs, where possible use the DOM, similar to how the /proc pseudo filesystem offers access to data and services to Linux scripts.
