Popularity
7.2
Stable
Activity
0.0
Declining
104
16
34

Monthly Downloads: 2,705
Programming language: Elixir
License: MIT License
Tags: Protocols    
Latest version: v3.0.2

SMPPEX alternatives and similar packages

Based on the "Protocols" category.
Alternatively, view SMPPEX alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SMPPEX or a related project?

Add another 'Protocols' Package

README

Smppex

Elixir CI Documentation Version Coverage Status

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, "~> 3.0"}]
   end
  1. Ensure smppex is started before your application:
   def application do
     [applications: [:smppex]]
   end

License

This software is licensed under [MIT License](LICENSE).

Credits

The picture for the project was made by Igor Garybaldi.

Sponsored by FunBox


*Note that all licence references and agreements mentioned in the SMPPEX README section above are relevant to that project's source code only.