java SMPP(Short Message Peer to Peer)API
- 资源大小:2.26 MB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
Announcement: The repository migrated to github https://github.com/uudashr/jsmpp, feel free to fork for enhancement
JSMPP is a java implementation (SMPP API) of SMPP protocol (currently support SMPP v3.4). It provides interfaces to communicate with Message Center or ESME (External Short Message Entity) and able to handle traffic 3000-5000 messages per second.
SMPP is stand for Short Message Peer to Peer. It is a standard protocol for exchanging SMS messages between SMS entities over TCP/IP or X.25 connections.
This API created to reduce the verbosity of the existing SMPP API. It"s very simple and easy to use because it hides the complexity of the low level protocol communication such as automatically enquire link request-response.
Examples provided on source distribution.
Examples
文 件 列 表
jsmpp-2.1.0
javadoc
lib
src
stress
CHANGES.txt
LICENSE.txt
build.xml
comment_template.txt
jsmpp-2.1.0.jar
jsmpp-examples.jar
testng.xml