Tuesday, July 01, 2008

SmsLib HTTP Interface

I implemented kannel sms gateway long time ago. It's a great software, but it only available on Unix/Linux platform. Since we move to java recently, we want all modules ported to java, including sms gateway. The available solutions is very limited and SmsLib is our choice.

It's very easy to integrate kannel with other application. Kannel uses HTTP Get method to communicate with other application. Prior to version 3.3, such interface not available to SmsLib. 

I wrote SmsLib's HTTP interface to make my Struts2 application get immediate notification upon sent or received message. Thanks to  Thanasis Delenikas for including my contribution in next 3.3 release.

Check here to view full documentantion.

No comments: