简体   繁体   English

Java SMPP实现接收SMS

[英]Java SMPP implementation to receive SMS


What's the best JAVA implementation of SMPP protocol, needed to provide listener on SMSC to receive messages "Reciever accepts Deliver_SM" 什么是SMPP协议的最佳JAVA实现,需要在SMSC上提供监听器以接收消息“Reciever接受Deliver_SM”
With best I mean simple, documentation, Tutorials, Forums.. Appreciate your help 最好的我的意思是简单,文档,教程,论坛..感谢您的帮助
Thanks :) 谢谢 :)

This is a late answer, but for anyone following up might also find the twitter SMPP library to be very helpful. 这是一个迟到的答案,但对于任何跟进的人也可能会发现Twitter SMPP库非常有用。 There is great support for windowsize, easy examples to follow and support for high capacity. 对windowsize有很大的支持,很容易遵循示例并支持高容量。

https://github.com/twitter/cloudhopper-smpp/ https://github.com/twitter/cloudhopper-smpp/

I did't work on the following but may be helpful for you: 我没有在以下方面工作,但可能对您有所帮助:

I think that jsmpp lib is the best choice because many low level things happen under the hood and you can focus on the business logic 我认为jsmpp lib是最好的选择,因为许多低级别的事情发生在幕后,你可以专注于业务逻辑

I used it in many my project and it work well 我在很多项目中都使用它,效果很好

JSMPP home page JSMPP主页
SMPP specifications SMPP规格

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM