OpenSmpp / opensmpp

OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
http://opensmpp.org/
Other
188 stars 169 forks source link

how to run this spmm server in local #42

Closed RaviGithub555 closed 5 years ago

RaviGithub555 commented 5 years ago

Hi Team, There is no main class available how to run the application in local?

paoloc0 commented 5 years ago

This is an SMPP library, not an SMPP server. You can write your own server using the library, with the simulator at https://github.com/OpenSmpp/opensmpp/tree/master/sim as a starting point.

RaviGithub555 commented 5 years ago

Hi Paoloc, Thank you for your support, Is there any server code available on github to run smpp library.

Thanks in advanced, Ravi kumar

paoloc0 commented 5 years ago

Not that I know of, but you might find something if you look around. Or look at Kannel.

RaviGithub555 commented 5 years ago

Thank you Paoloc for you support.

RaviGithub555 commented 5 years ago

Hi Paoloc, Sorry for that again again i am asking question, Like using java we can directly call simulator main class, or what should be the architecture for smpp server in java, for using smppOpen library? Thanks & Regards, Ravi Kumar

paoloc0 commented 5 years ago

See my comments above. I don't think this library is what you are looking for. I suggest an off-the-shelf solution like Kannel.