Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java SMPP implementation to receive SMS

Tags:

java

smpp


What's the best JAVA implementation of SMPP protocol, needed to provide listener on SMSC to receive messages "Reciever accepts Deliver_SM"
With best I mean simple, documentation, Tutorials, Forums.. Appreciate your help
Thanks :)

like image 356
Mira Avatar asked Apr 20 '12 20:04

Mira


1 Answers

This is a late answer, but for anyone following up might also find the twitter SMPP library to be very helpful. There is great support for windowsize, easy examples to follow and support for high capacity.

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

like image 191
jW. Avatar answered Sep 28 '22 23:09

jW.