SMPP 3.4 protocol and framework implementation in Elixir.
See Examples for details.
API documentation is available at hexdocs.pm/smppex.
There is a simple online demo MC (SMPP server) at smppex.rubybox.dev.
A list of related projects can be found here.
To install and use the package:
-
Add
smppex
to your list of dependencies inmix.exs
:def deps do [{:smppex, "~> 3.0"}] end
-
Ensure
smppex
is started before your application:def application do [applications: [:smppex]] end
This software is licensed under MIT License.
- 2017-2023 © FunBox
- From 2023 © Ilya Averyanov