Sutto / whitepicketfence
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Sun Mar 29 04:19:57 -0700 2009 | |
| |
incoming.rb | Sun Mar 29 04:19:07 -0700 2009 | |
| |
outgoing.rb | Sun Mar 29 04:01:28 -0700 2009 | |
| |
server_tools.rb | Sun Mar 29 04:19:57 -0700 2009 | |
| |
sms_model.rb | Sun Mar 29 04:01:28 -0700 2009 | |
| |
wpf.rb | Sun Mar 29 04:01:28 -0700 2009 | |
| |
wpf.yml | Sun Mar 29 04:01:28 -0700 2009 |
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
