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