Whereis - Send location from your phone to Drupal
I've just released some "proof of concept" code at http://drupal.org/project/whereis, it's an application that runs on your Symbian phone (Nokia S60), queries your GPS for your lat/long, and sends your coordinates to Drupal using XMLRPC.
At the moment, Drupal will receive a node id, latitude and longitude, and it will simply update the location-enabled node with the new coordinates.
This is all at a very basic level at the moment, but in the future it opens up many possibilities - think Google Latitude style functionality for Drupal.
The app is written in PyS60 (Python for S60), which I hope is a good choice as Python seems to be ported to everything these days. ;)
Anyway, just wanted to shout out to anyone who's interested, would love to hear opinions on the direction this could go, or other relevant work that's being done.


very cool!
Mark,
This is very cool and timely! Thanks for posting this!
-jim
Jim, Chicago Technology Co-operative
www.chicagotech.org
Glad you like it! There's
Glad you like it! There's only a page or so of code at the moment, but loads of ideas floating around that I'm really keen to implement. Always keen for other interested developers to help out.
For starters, I've been looking at the Services module as a possible tool to aid in the server side development. Looks like a great way to work with XMLRPC.
http://drupal.org/project/services