8

In my current project I need to connect to SMPP server for transmit SMS's. So I'm looking SMPP clients written in Erlang programming language.

I'm found OSERL using CEAN, but I guess that this project is deprecated (Last Update: 2011-05-25).

Can somebody suggest me modern SMPP clients?

ymn
  • 2,175
  • 2
  • 21
  • 39
  • I use OSERL and I am very happy with it (it is far more stable than the java equivalents). You will probably need something like iconverl to the the character encodings. https://github.com/edescourtis/iconverl – Eric des Courtis May 30 '13 at 13:31
  • For gsm0338 encoding you can use something like this https://github.com/edescourtis/gsm0338 – Eric des Courtis May 30 '13 at 13:38
  • OSERL is still actively developed on github take a look for yourself. https://github.com/edescourtis/oserl/network – Eric des Courtis May 30 '13 at 13:40

2 Answers2

4

Two libraries that claims to support SMPP 3.4 can be found on GitHub, but they do not seem to be actively maintained.

Jan Henry Nystrom
  • 1,045
  • 5
  • 8
2

There are simple library which support SMPP 5.0. Support cyrillic text and gsm 7-bit extension table.

esmpp_lib

Alex Zhuk
  • 21
  • 2