What are the possible ways to send and receive sms from java application ?
Note: I am expecting a list of possible ways. also your opinion about each, which is better / how?
|
|
Have a look at Simplewire Java SMS Software Development Kit Sending and receiving SMS From Java using the Ozeki Java SMS SDK |
|||||
|
|
|
if all you want is simple notifications, many carriers support SMS via email; see SMS through E-Mail |
|||||
|
|
|
|
||||
|
|
|
There is an API called SMSLib, it's really awsome. http://smslib.org/ |
||||
|
|
(Disclaimer: I work at Twilio) Twilio offers a Java SDK for sending SMS via the Twilio REST API. |
|||||
|
|
ie.omk.smpp. is api it's base on SMPP and simulator is also available for free And another option is KAnnel a free sms gateway for all type - SMPP ,mobile |
||||
|
|
|
The best SMS API I've seen in Java is JSMPP. It is powerful, easy to use, and I used it myself for an enterprise-level application (sending over 20K SMS messages daily).
I've tried some other APIs such as Ozeki, but most of them either is commercial or has limitation in its throughput (i.e can't send more than 3 SMS messages in a second, for example). |
||||
|
|
|
TextMarks gives you access to its shared shortcode to send and receive text messages from your app via their API. Messages come from/to 41411 (instead of e.g. a random phone# and unlike e-mail gateways you have the full 160 chars to work with). You can also tell people to text in your keyword(s) to 41411 to invoke various functionality in your app. There is a JAVA API client along with several other popular languages and very comprehensive documentation and technical support. The 14 day free trial can be easily extended for developers who are still testing it out and building their apps. Check it out here: TextMarks API Info |
||||
|
|
|
You can you LOGICA SMPP Java API for sending and Recieving SMS in Java application. LOGICA SMPP is well proven api in telecom application. Logica API also provide you with signalling capicity on TCP/IP connection. You can directly integrate with various telecom operator accross the world. |
||||
|
|