https://github.com/funbox/smppex
✉️ SMPP 3.4 protocol and framework implementation in Elixir
https://github.com/funbox/smppex
elixir elixir-lang elixir-library smpp smpp-client smpp-server
Last synced: 6 months ago
JSON representation
✉️ SMPP 3.4 protocol and framework implementation in Elixir
- Host: GitHub
- URL: https://github.com/funbox/smppex
- Owner: funbox
- License: mit
- Created: 2015-10-05T07:11:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T07:30:40.000Z (over 2 years ago)
- Last Synced: 2024-04-29T17:09:44.018Z (about 1 year ago)
- Topics: elixir, elixir-lang, elixir-library, smpp, smpp-client, smpp-server
- Language: Elixir
- Homepage:
- Size: 671 KB
- Stars: 105
- Watchers: 16
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Smppex

[](http://hexdocs.pm/smppex)
[](https://hex.pm/packages/smppex)
[](https://coveralls.io/github/funbox/smppex?branch=master)SMPP 3.4 protocol and framework implementation in [Elixir](http://elixir-lang.org).
See **[Examples](https://hexdocs.pm/smppex/examples.html)** for details.
## Documentation
API documentation is available at **[hexdocs.pm/smppex](http://hexdocs.pm/smppex)**.
## Live Demo
There is a simple online demo MC (SMPP server) at **[smppex.rubybox.ru](http://smppex.rubybox.ru)**.
## Related projects
A list of related projects can be found **[here](https://hexdocs.pm/smppex/projects.html)**.
## Installation
To install and use the package:
1. Add `smppex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:smppex, "~> 3.0"}]
end
```2. Ensure `smppex` is started before your application:
```elixir
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](http://pandabanda.com/).
[](https://funbox.ru)