modulepackage
0.0.0-20221204100419-92d023664ef0
Repository: https://github.com/m2mgateway/go-smpp.git
Documentation: pkg.go.dev
# README
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
- Please read the SMPP Specification Version 5 first. pdu is not limited to any value range.
- If you do not like the default session.go implementation, you can easily replace it.
- Device-specific Caveats
Command line tools
-
SMPP Simple Receiver tool
-
SMPP Simple Test tool
LICENSE
This piece of software is released under the MIT license.
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author