Sutto / whitepicketfence

micro sms gateway for the web built with rubygsm, sinatra and a whole bucket of awesomeness.

This URL has Read+Write access

name age message
file README Sun Mar 29 04:19:57 -0700 2009 more refactoring [Sutto]
file incoming.rb Sun Mar 29 04:19:07 -0700 2009 tweak code [Sutto]
file outgoing.rb Sun Mar 29 04:01:28 -0700 2009 First part of WPF [Sutto]
file server_tools.rb Sun Mar 29 04:19:57 -0700 2009 more refactoring [Sutto]
file sms_model.rb Sun Mar 29 04:01:28 -0700 2009 First part of WPF [Sutto]
file wpf.rb Sun Mar 29 04:01:28 -0700 2009 First part of WPF [Sutto]
file wpf.yml Sun Mar 29 04:01:28 -0700 2009 First part of WPF [Sutto]
README
Getting started is simple.

1. Install http://github.com/jeffrafter/rubygsm/tree/master, http://github.com/taf2/curb/tree/master
2. Edit wpf.yml with correct details
3. Run incoming.rb and outgoing.rb, possibly in a screen session
   These processes will send and receive SMS.
4. run wpf.rb - this will start a sinatra web service. Post to
   /messages w/ the correct params (see the model) and it will
   queue up a message to be sent out.

if you want to use the fake modem, first do: export WPF_TEST=true