Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for Erlang SMPP Client

Tags:

erlang

smpp

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?

like image 397
ymn Avatar asked Apr 23 '13 09:04

ymn


2 Answers

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

  • Enrique Marcote Peña's SMPP for Erlang
  • An smpp34 library in Erlang. Built on top of smpp34pdu PDU parsing library
like image 77
Jan Henry Nystrom Avatar answered Oct 17 '22 11:10

Jan Henry Nystrom


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

esmpp_lib

like image 44
Alex Zhuk Avatar answered Oct 17 '22 12:10

Alex Zhuk