CursedHardware / go-smpp

A complete implementation of SMPP v5 protocol, written in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-smpp

A complete implementation of SMPP v5 protocol, written in golang.

Key features

  • Message encoding auto-detection

  • Multipart SMS automatic splitting and concatenating

  • Supported encodings:

    UCS-2     GSM 7bit  ASCII      Latin-1
    Cyrillic  Hebrew    Shift-JIS  ISO-2022-JP
    EUC-JP    EUC-KR
    

Caveats

Command line tools

  1. smpp-receiver

    SMPP Simple Receiver tool

  2. smpp-repl

    SMPP Simple Test tool

LICENSE

This piece of software is released under the MIT license.

About

A complete implementation of SMPP v5 protocol, written in golang.

License:MIT License


Languages

Language:Go 100.0%