Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use OpenSMPP

Tags:

java

smpp

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?

like image 611
OKAN Avatar asked Nov 15 '22 06:11

OKAN


1 Answers

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
like image 166
Raghuram Avatar answered Dec 18 '22 10:12

Raghuram