Smppex
SMPP 3.4 protocol and framework implementation in Elixir
See Examples
Documentation
API documentation is available at http://hexdocs.pm/smppex
Live Demo
There is a simple online demonstrational MC (SMPP server) at http://smppex.rubybox.ru
Installation
The package can be installed as:
-
Add
smppexto your list of dependencies inmix.exs:
def deps do
[{:smppex, "~> 2.0.0"}]
end-
Ensure
smppexis started before your application:
def application do
[applications: [:smppex]]
endLICENSE
This software is licensed under MIT License.