Sutto / whitepicketfence
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
incoming.rb | ||
| |
outgoing.rb | ||
| |
server_tools.rb | ||
| |
sms_model.rb | ||
| |
wpf.rb | ||
| |
wpf.yml |
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

