Skip to content

Instantly share code, notes, and snippets.

@rndmcnlly
Created December 13, 2009 11:26
Show Gist options
  • Save rndmcnlly/255388 to your computer and use it in GitHub Desktop.
Save rndmcnlly/255388 to your computer and use it in GitHub Desktop.

Idea

Provide a web-like application via SMS so that people without computers can record and share data with other people without computers. Build on the request/response model of the web to build a few simple-yet-powerful, wiki-inspired apps.

Inspiration

My vision of what somebody's fluffy project at Singularity University seemed to be: http://www.youtube.com/watch?v=MdXfab3eHcY

App Profiles

In the examples below, assume 811 is the number used as the gateway to the apps. In reality, it should be some shortcode or possible even some full-length phone number. Also, suppose 123 and 456 are two client numbers.

Wiki

"The SMS record store anyone can edit."

In a nutshell: separate the content from the page name with a space, leave out content to request the current page

A local weather expert in the villiage of Wikitambe would like to publish the current temperature on the public wiki.

123->811: "temp/wikitambe 26 deg"

A client would like to read the current temperature in Wikitambe.

456->811: "temp/wikitambe"

811->456: "26 deg 123/30m"

The client has learned that "123" posted "26 deg" 30 minutes ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment