James Gosling: idealism, the Internet and Java, Pt I

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/
 

No comments:

Post a Comment

Popular posts

Demonstration of Java NullPointerException

NullPointerException causes and reasons Since Java is object oriented programming language, every thing is considered to be an object. and t...