Java SMPP implementation to receive SMS
Asked Answered
R

3

5


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

Robbirobbia answered 20/4, 2012 at 20:58 Comment(0)
L
8

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/

Lathe answered 6/8, 2012 at 18:11 Comment(0)
A
4

I did't work on the following but may be helpful for you:

Ambsace answered 20/4, 2012 at 21:14 Comment(1)
Thanks Ravinder I have already investigated JSMPP but I got shocked with the poor support with no documentation or tutorials :(Robbirobbia
G
2

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

I used it in many my project and it work well

JSMPP home page
SMPP specifications

Guilty answered 25/10, 2012 at 18:9 Comment(1)
Sorry. I didn't :-( Is it possible to delete my post?Guilty

© 2022 - 2024 — McMap. All rights reserved.