Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.79 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.79 KB

kannel-java

Java libraries for building applications with the Kannel open source SMS gateway (http://kannel.org/). These are currently focused on the SMS functionality of Kannel. These should not yet be considered complete or ready for production use.

Libraries:

  • 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.

Dependencies:

Building:

mvn install

The Kannel name is copyright 2001-2014 The Kannel Group. This project is unaffiliated with them.