Java SMPP implementation to receive SMS

Mira picture Mira · Apr 20, 2012 · Viewed 10.3k times · Source


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 :)

Answer

jW. picture jW. · Aug 6, 2012

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/