Changes between Version 46 and Version 47 of BluePrint/Messaging


Ignore:
Timestamp:
06/12/10 17:40:41 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v46 v47  
    2222 * SMS login / data entry / reports
    2323  * [wiki:BluePrintMessagingModuleJ2ME J2ME client]
    24  * Hashtag decoding - e.g. use [http://en.wikipedia.org/wiki/Geohash GeoHashes] ([http://pypi.python.org/pypi/Geohash/ Python lib])
     24 * Hashtag decoding
     25  * Geo
     26   * [http://en.wikipedia.org/wiki/Geohash GeoHashes] ([http://pypi.python.org/pypi/Geohash/ Python lib])
     27   * Tweets
     28    * [http://dev.twitter.com/doc/get/geo/:id Geotagging] where hardware/software combination available: place_id from http://twitter.com/{username}/statuses/{tweet_id}.json -> http://api.twitter.com/1/geo/id/{place_id}.json
     29    * otherwise use WW place WW message: http://www.weather.gov/stormreports/
    2530=== Core Architecture ===
    2631Instead of having several "apps" that cross-talk, such as sms, email, tweet, jabber, etc, it would be good to have a central messaging core that has 'connectors'. This would be the equivalent of a star-hub structure.