It's all about Java: sms
Showing posts with label sms. Show all posts
Showing posts with label sms. Show all posts

Wednesday, 6 May 2015

Send SMSs with Java

Through this article I want to share some knowledge that I have on sending bulk SMSs through java and .NET applications.
SMSLIB is an open source API which allows the programmers to write java or .NET code to send multiple smss to different phone numbers.
It requires Mobile phone or GSM MODEM along with any SIM.

Please go through this link to get the SMSLIB API.
                                                  http://smslib.org/download/
 

Popular posts

Atomicity with Java Programming Language

 Atomicity with Java What is Atomicity Atomicity, in computer science, is considered to be a property [ALL-OR-NOTHING], that the state of a ...