Looking for Erlang SMPP Client
Asked Answered
B

2

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?

Bui answered 23/4, 2013 at 9:51 Comment(3)
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. github.com/edescourtis/iconverlTreacy
For gsm0338 encoding you can use something like this github.com/edescourtis/gsm0338Treacy
OSERL is still actively developed on github take a look for yourself. github.com/edescourtis/oserl/networkTreacy
C
4

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

Cady answered 3/5, 2013 at 9:39 Comment(0)
W
2

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

esmpp_lib

Wilser answered 28/10, 2016 at 15:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.