Looking for Erlang SMPP Client

erlang, smpp

Solution

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

Problem

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?

Original source