xgp / kannel-java

Java libraries for building applications with the Kannel open source SMS gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Java libraries for building applications with the Kannel open source SMS gateway

License:MIT License


Languages

Language:Java 98.1%Language:Groovy 1.9%