Smpp

does anyone have some experience with SMPP in Ruby?

I’ve to post SMS to a gateway using SMPP but I don’t find out any
example in ruby.

thank you very much.

d.

2008/9/9 Dario P. [email protected]:

I’ve to post SMS to a gateway using SMPP but I don’t find out any
example in ruby.

The only API I’ve ever seen is http://rubyforge.org/projects/ruby-smpp/

Farrel

Farrel L. wrote:

2008/9/9 Dario P. [email protected]:

I’ve to post SMS to a gateway using SMPP but I don’t find out any
example in ruby.

The only API I’ve ever seen is http://rubyforge.org/projects/ruby-smpp/

Farrel

I see it too. but I don’t want to use Eventmachine. any ideas?

thanks,
d.

Dario P. wrote:

does anyone have some experience with SMPP in Ruby?

I’ve to post SMS to a gateway using SMPP but I don’t find out any
example in ruby.

Not SMPP, but my gem that wraps libwbxml might help. Simply
gem install wbxml

Clifford H…

Dario P. wrote:

does anyone have some experience with SMPP in Ruby?

I’ve to post SMS to a gateway using SMPP but I don’t find out any
example in ruby.

thank you very much.

d.
try this
http://ruby-smpp.rubyforge.org/git?p=ruby-smpp.git;a=blob;f=examples/sample_gateway.rb;h=d1de59a5d7f4bf1a45a952c5a24cc368ad952fef;hb=HEAD

Dario P. wrote:

Farrel L. wrote:

2008/9/9 Dario P. [email protected]:

I’ve to post SMS to a gateway using SMPP but I don’t find out any
example in ruby.

The only API I’ve ever seen is http://rubyforge.org/projects/ruby-smpp/

Farrel

I see it too. but I don’t want to use Eventmachine. any ideas?

thanks,
d.

EventMachine is awesome and harmless and that’s why ruby-smpp uses it.
But is there a reason you’d prefer an SMPP implementation that is not
dependent on EventMachine?

August