OKAN
OKAN

Reputation: 421

how to use OpenSMPP

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?

Upvotes: 5

Views: 8664

Answers (1)

Raghuram
Raghuram

Reputation: 52655

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

Upvotes: 1

Related Questions