How to use OpenSMPP

I wanted to know if anyone had the idea of ​​using opensmpp, I want to create a java program that connects via the smpp interface to send sms messages. If you can provide me with a guide and if there are any open source applications that do the same there?

+5
source share
1 answer

Assuming you're referring to a Logica SMPP implementation , you might want to take a look at test , which uses the API.

You can also see two other libraries:

  • SMPP Sim - a simulator tool for SMPP
  • SMPPAPI - an alternative library for SMPP
+1
source

All Articles