2

I want to send and receive sms using jsmpp (or maybe smslib). I can send sms and get delivery report for my sms. But I cannot receive sms from SMSC. I downloaded Java SMPP Client application for receiving sms, but it didn't help. I want to test this software with online smpp server, if it receives sms from online server I will know that there is problem in provider, which gives me smpp gateway. Thanks..

0bj3ct
  • 1,400
  • 4
  • 22
  • 51

1 Answers1

5

I don't think there is an online server you can use. However you can test your application locally by installing SMC simulator Here is a free one.

ahmedalkaff
  • 313
  • 1
  • 3
  • thanks for help! I downloaded, started server and connected with smpp client. But how can I send sms to smsc, for receiving in smpp client? I used source address, destination address in my application. – 0bj3ct Aug 15 '13 at 11:50
  • Thank you very much! It helped me! there is no problem with my software) – 0bj3ct Aug 15 '13 at 11:55
  • The tool is no longer available. Is there any other available tool? – MHDaouas Jun 16 '21 at 15:13