如何模拟 SMPP 连接
我有一个情况。我的应用程序正在向最终客户端发送多条短信,该数字在任何时间点都在 50000 到 100000 条短信之间变化。为了实现此功能,我使用 Kannel 作为短信发送器接口。
这样我的解决方案就完成了。但仅限于开发环境!在投入生产之前,我应该对该解决方案环境进行测试。
有没有创建测试环境的建议?
为我的环境提供更多投入; kannel 使用 smpp 连接将消息传递到最终客户端。所以,我想我需要为 kannel 模仿一些 smpp 服务器。
I have a situation. My application is sending multiple SMSes to end client this number varies from 50000 to 100000 SMSes at any point of time. To achieve this functionality i am using Kannel as sms sender interface.
So My solution is complete. But only in development environment! Before going to be in production I supposed to do a testing of this solution environment.
Is there any suggestion to created a testing environment?
To give more input to my environment; kannel is using an smpp connection to deliver messages to end client. So, I think i need to mimic some smpp server for kannel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自 www.seleniumsoftware.com 的 SMPPSIM
也可以尝试 SCTT 和 Logica SMSCSim
SMPPSIM from www.seleniumsoftware.com
Also try SCTT and Logica SMSCSim
如果您乐于设置 Java 环境,Logica 有一个运行良好的开源模拟器应用程序。
http://opensmpp.logica.com/CommonPart/Download/download2.html#模拟器
我已经用它在测试中推送了相当多(大约几百万条)短信,因此它非常强大。我还有一个使用 .Net (J#) 编译的版本,/似乎/工作正常;如果你想尝试一下,请告诉我。
If you're happy setting up a Java envrionment, Logica have an open-source simulator application that works quite well.
http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator
I've used it to push through quite a lot (in the order of several million) sms in test, so it's quite robust. I've also got a version compiled using .Net (J#) that /seems/ to work OK; give me a shout if you want to try that out.