Hi all,
I've posted a set of Java libraries I built for Kannel on Github. I
thought it would be useful to share these with the community of Java
developers that use Kannel. You can find them here:

https://github.com/garthpatil/kannel-java

These are currently focused on the SMS functionality of Kannel. These
should not yet be considered complete or ready for production use.
Right now, the libraries included are:

- admin: A wrapper on the HTTP administration service exposed by Kannel.
- conf: Reading and writing the Kannel configuration file.
- protocol: The Kannel "box" protocol for building event-driven
applications to interact with the "bearerbox". (The protocol library
was built originally by Oscar Medina Duarte for his graduate thesis
project. This project is forked from that one. Original sources can be
found on his website http://www.medina-web.com/kjGateway/index.html).
- runtime: A utility for starting/stopping the "box" daemons from Java.
- sms: Wrappers for sending and receiving messages to and from the
"smsbox" HTTP interface, including marshalling and unmarshalling XML
used by Kannel for the post-xml version of the sms-service.

Please submit a git pull request if you'd like to see changes in the main line.

Enjoy!
Garth

Reply via email to