构建CMPP等短信协议测试客户端

本文最后更新于 2024年7月3日 上午

介绍

这个是一个开源的客户端协议短信提交工具支持CMPP 2.0 、SMGP、SMPP、SGIP。可以方便快速的测试短信平台。

项目地址:https://gitee.com/er-jin-zhi/client_tool

示例图

构建环境

使用Rocky Linux 9 构建,基于JDK 1.8

开始构建

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
dnf install git maven java-1.8.0-openjdk -y



# 安装依赖

cd ~

git clone https://gitee.com/er-jin-zhi/quick-sms

cd quick-sms

mvn clean install

# 构建依赖包

cd ~

git clone https://gitee.com/er-jin-zhi/client_tool.git

cd client_tool

mvn clean install

# 构建本体

file /root/client_tool/target/sms_gui_client-0.0.1-SNAPSHOT.jar

# 软件本体位置,需要安装Java 1.8使用。

华为云Windows JDK下载: https://repo.huaweicloud.com/java/jdk/8u202-b08/jdk-8u202-windows-x64.exe

PS:点击连接后,发送按键亮起代表成功连接。

直接下载构建好的jar包

https://songxwn.com/file/sms_gui_client.jar

技术交流群

发送邮件到 ➡️ [email protected]

或者关注WX公众号:网工格物


构建CMPP等短信协议测试客户端
https://songxwn.com/CMPP-TEST-clinet/
作者
Song
发布于
2024年7月3日
更新于
2024年7月3日
许可协议