https://github.com/savonarola/smppex
✉️ SMPP 3.4 protocol and framework implementation in Elixir
https://github.com/savonarola/smppex
Last synced: 25 days ago
JSON representation
✉️ SMPP 3.4 protocol and framework implementation in Elixir
- Host: GitHub
- URL: https://github.com/savonarola/smppex
- Owner: savonarola
- License: mit
- Created: 2021-07-05T17:11:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T20:47:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T13:33:41.615Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 694 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - SMPP 3.4 protocol and framework implementation in Elixir. (Protocols)
- fucking-awesome-elixir - SMPPEX - SMPP 3.4 protocol and framework implementation in Elixir. (Protocols)
- awesome-elixir - SMPPEX - SMPP 3.4 protocol and framework implementation in Elixir. (Protocols)
README
# Smppex

[](http://hexdocs.pm/smppex)
[](https://hex.pm/packages/smppex)
[](https://coveralls.io/github/savonarola/smppex?branch=main)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.dev](http://smppex.rubybox.dev)**.
## 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).
## Project support
* 2017-2023 © [FunBox](https://github.com/funbox/smppex)
* From 2023 © [Ilya Averyanov](https://av.rubybox.dev)