5

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 guide and if there are any opensource applications that does the same thing out there?

MrSmith42
  • 9,961
  • 6
  • 38
  • 49
OKAN
  • 421
  • 1
  • 5
  • 10

1 Answers1

1

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
Raghuram
  • 51,854
  • 11
  • 110
  • 122