I wanted to know if anybody has an idea how to use opensmpp, I want to create a java program that connects through an smpp interface to send sms messages. If you can provide me with a gu开发者_如何学Goide and if there are any opensource applications that does the same thing out there?
Assuming you are referring to Logica SMPP implementation, perhaps you should look at the test application which uses the API.
You could also look at two other libraries:
- SMPP Sim - simulator tool for SMPP
- SMPPAPI - an alternate library for SMPP
精彩评论