Smppex

Build StatusDocumentationVersionCoverage StatusInline docs

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.

Installation

To install and use the package:

  1. Add smppex to your list of dependencies in mix.exs:

    def deps do
      [{:smppex, "~> 2.0"}]
    end
  2. Ensure smppex is started before your application:

    def application do
      [applications: [:smppex]]
    end

License

This software is licensed under MIT License.

Sponsored by FunBox