sorokinmax / smpp-gateway

SMPP to SMTP/Telegram gateway, testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMPP Gateway

Description

SMPP clients testing tool.

Runs SMPP server, forwards incoming SMS with some debug information to SMTP or Telegram.

Incoming SMS are redirected to emails or Telegram, mapped with phone numbers in mapping.txt

Based on SMPP 3.4 Library

Goals

  • Receiving SMS and forwarding them to an SMTP server or Telegram for testing client applications using SMPP in simple scenarios.

Features

  • SMPP supports protocol version: 3.4
  • SMPP supports PDU commands: bind_transceiver, submit_sm, unbind
  • SMPP supports encodings: UCS-2
  • SMTP supports authentication methods: PLAIN, LOGIN, CRAM-MD5
  • SMTP supports encryption methods: None, SSL/TLS, STARTTLS

SMPP docs

Short Message Peer to Peer Protocol Specification v3.4

SMPP v3.4 Protocol Implementation guide for GSM / UMTS

License

MIT

About

SMPP to SMTP/Telegram gateway, testing tool

License:MIT License


Languages

Language:Go 100.0%