Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 736 Bytes

Vumi SMPP

An SMPP transport connection for the Vumi project, in Ruby.

Install all the required stuff with bundler.

$ bundle install
Using rake (0.8.7) 
Using eventmachine (0.12.10) 
Using amqp (0.6.7) 
... // snip // ...
Using bundler (1.0.0.rc.6) 
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.

Run it with rake:

$ rake transport:start

By default it reads the config.yaml file. Specify the config command line argument to use a different file:

$ rake transport:start config=custom.yaml

Notes

  • Only tested with Ruby version 1.9