SkillAgentSearch skills...

Smppex

✉️ SMPP 3.4 protocol and framework implementation in Elixir

Install / Use

/learn @funbox/Smppex
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Smppex

<img align="right" width="192" height="192" alt="Smppex avatar: Elixir logo with a chat bubble" src="./logo.png">

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.

Related projects

A list of related projects can be found here.

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
    
  2. Ensure smppex is started before your application:

    def application do
      [applications: [:smppex]]
    end
    

License

This software is licensed under MIT License.

Credits

The picture for the project was made by Igor Garybaldi.

Sponsored by FunBox

View on GitHub
GitHub Stars108
CategoryDevelopment
Updated10mo ago
Forks34

Languages

Elixir

Security Score

92/100

Audited on May 7, 2025

No findings