Skip to content
forked from funbox/smppex

SMPP 3.4 protocol and framework implementation in Elixir

License

Notifications You must be signed in to change notification settings

MarkMagnus/smppex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Documentation Version Coverage Status

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

LICENSE

This software is licensed under MIT License.

About

SMPP 3.4 protocol and framework implementation in Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 99.7%
  • Other 0.3%