smppex
smppex copied to clipboard
✉️ SMPP 3.4 protocol and framework implementation in Elixir
Smppex

SMPP 3.4 protocol and framework implementation in Elixir.
See Examples for details.
Documentation
API documentation is available at hexdocs.pm/smppex.
Live Demo
There is a simple online demo MC (SMPP server) at smppex.rubybox.ru.
Related projects
A list of related projects can be found here.
Installation
To install and use the package:
-
Add
smppexto your list of dependencies inmix.exs:def deps do [{:smppex, "~> 3.0"}] end -
Ensure
smppexis started before your application:def application do [applications: [:smppex]] end
License
This software is licensed under MIT License.
Credits
The picture for the project was made by Igor Garybaldi.