Changes between Version 46 and Version 47 of BluePrint/Messaging
- Timestamp:
- 06/12/10 17:40:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v46 v47 22 22 * SMS login / data entry / reports 23 23 * [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/ 25 30 === Core Architecture === 26 31 Instead 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.