ruby-smpp icon indicating copy to clipboard operation
ruby-smpp copied to clipboard

Ruby-implementation of the SMPP protocol, based on EventMachine.

Results 6 ruby-smpp issues
Sort by recently updated
recently updated
newest added

Can anyone look https://github.com/t3hk0d3/smpp-protocol and leave some feedback? Its WIP (Work-In-Progress) and its still possible to consider some concerns or issues people meet dealing with SMPP using Ruby. Unfortunately this...

I've also created a common super class for both the transceiver and the transmitter

Here is a fix that allows longer sms than 127 characters in >=ruby-1.9.

1. incompatible encoding exception (US-ASCII vs ASCII-8BIT) was raised in Smpp::Pdu::Base#initialize while reading some PDUs from SMPP bytestream. it's fixed just by String#force_encoding to ASCII-8BIT. 2. message_id was limited to...

I've started to use this library to connect to a SMPP server and I've seen some limitations: 1) It is not possible to send multiple SMSs using an alphanumerical sender....