rajesh6115 / smppex

✉️ SMPP 3.4 protocol and framework implementation in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Documentation Version Coverage Status Inline docs

Sponsored by FunBox

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:

  1. Add smppex to your list of dependencies in mix.exs:
def deps do
  [{:smppex, "~> 2.0"}]
end
  1. Ensure smppex is started before your application:
def application do
  [applications: [:smppex]]
end

LICENSE

This software is licensed under MIT License.

About

✉️ SMPP 3.4 protocol and framework implementation in Elixir

License:MIT License


Languages

Language:Elixir 99.9%Language:Shell 0.1%