|
About
Introduction to SMSLib
About SMSLibIntroductionSMSLib is a Java library which allows you to send/receive SMS messages via a compatible GSM modem or GSM phone. SMSLib also supports some bulk sms operators (for outbound messaging only). SMSLib has been converted to a .NET assembly using the IKVM Tools. Read more here. SMSLib is distributed under the terms of the Apache v2 license. FeaturesSMSLib is currently on its 3rd version. SMSLib v3 retains the old functionality:
Furthermore, SMSLib v3 offers the following new functionality: Multiple GatewaysSMSLib v3 has introduced the concept of the Gateway, which is an interface to a device or service that can send and/or receive SMS messages. A gateway could be a GSM modem or a supported bulk sms provider. SMSLib can handle multiple gateways at the same time. Sending PrioritiesSMSLib offers unlimited per-message priorities which can be used for sending messages. When possible, SMSLib priorities are mapped directly to the gateway(s) functionality, otherwise they get simulated. Synchronous / Asynchronous ReceivingSMSLib gives you two options for receiving messages:
Synchronous / Asynchronous SendingSMSLib gives you two options for sending messages:
CallbacksSMSLib gives you the option of defining callback methods which it will call when certain events occur:
See this page for more information. Custom Sender IDSMSLib supports custom Sender ID. This feature is not supported on GSM modems - you have to use one of the supported bulk sms operators. Encrypted MessagesSMSLib can send/receive encrypted messages. The current encryption engine uses the JDK AES strong key (128bit) implementation. Encrypted messages are send as binary messages. SMSLib provides an automatic way of assigning encryption keys to specific numbers, so the whole send/receive procedure is more or less automatic. See this page for more information. |
Sign in to add a comment
Great stuff
wow... cool library !!
I love it:)
Its really simple to use. I love it :)
Wonderful !!