SMPPEX alternatives and similar packages
Based on the "Protocols" category.
Alternatively, view SMPPEX alternatives based on common mentions on social networks and blogs.
-
msgpax
High-performance and comprehensive MessagePack implementation for Elixir / msgpack.org[Elixir] -
protox
A fast, easy to use and 100% conformant Elixir library for Google Protocol Buffers (aka protobuf)
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of SMPPEX or a related project?
README
Smppex
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:
- 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
License
This software is licensed under [MIT License](LICENSE).
Credits
The picture for the project was made by Igor Garybaldi.
*Note that all licence references and agreements mentioned in the SMPPEX README section above
are relevant to that project's source code only.